Jump to content

Unicode strings: Difference between revisions

→‎{{header|Elixir}}: less subjective
(→‎{{header|Wren}}: Added missing 'import' statement.)
(→‎{{header|Elixir}}: less subjective)
Line 635:
 
=={{header|Elixir}}==
Elixir has exceptionally good Unicode support in Strings. Its String module is fully compliant with the Unicode Standard, version 6.3.0. Internally, Strings are encoded in UTF-8. As source files are also typically Unicode encoded, String literals can be either written directly or via escape sequences. However, non-ASCII Unicode identifiers (variables, functions, ...) are not allowed.
 
=={{header|Erlang}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.