There was an error while loading. Please reload this page.
1 parent da09caf commit 9cae962Copy full SHA for 9cae962
lib/elixir/lib/string.ex
@@ -1385,10 +1385,6 @@ defmodule String do
1385
1386
iex> String.to_char_list("æß")
1387
'æß'
1388
-
1389
- Notice that this function expects a list of integers representing
1390
- UTF-8 codepoints. If you have a raw binary, you must instead use
1391
- [the `:binary` module](http://erlang.org/doc/man/binary.html).
1392
"""
1393
@spec to_char_list(t) :: char_list
1394
def to_char_list(string) when is_binary(string) do
0 commit comments