-We have also pushed improvements to [the String module](http://elixir-lang.org/docs/stable/String.html), including new APIs. In particular, in order to know that `String.length("josé")` has length 4 (even though it takes 5 bytes to be represented in UTF-8), we need to implement some algorithms defined by the Unicode Standard. These have been updated as specified in the [extended grapheme cluster algorithm, defined in the version 6.3.0 of the Unicode Standard](http://www.unicode.org/reports/tr29/).
0 commit comments