Skip to content

Commit d6dd2e3

Browse files
author
José Valim
committed
Mention Erlang's :unicode on String
1 parent 9a4cf4c commit d6dd2e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/elixir/lib/string.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ defmodule String do
5555
The current Elixir version implements Extended Grapheme Cluster
5656
algorithm.
5757
58+
For converting a binary to a different encoding and for Unicode
59+
normalization mechanisms, see Erlang's `:unicode` module.
60+
5861
## String and binary operations
5962
6063
To act according to the Unicode Standard, many functions

0 commit comments

Comments
 (0)