[erlang-questions] EEP 10
David Mercer
dmercer@REDACTED
Thu May 15 22:20:37 CEST 2008
In the "Bit Syntax" section, there is the line:
> Both UTF-8 and UTF-16 is easily interpreted with the current bit syntax
> implementation, but the suggested specific types would be convenient for
> the programmer.
I don't know of an "easy" way to write using the current bit syntax:
<<Ch/utf8,_/binary>> = BinString
I'd have thought we would need the utf8 (and utf16) binary extensions to do
this easily. What is the "easy" way to do this without the proposed
extensions?
DBM
> -----Original Message-----
> From: erlang-questions-bounces@REDACTED [mailto:erlang-questions-
> bounces@REDACTED] On Behalf Of Raimo Niskanen
> Sent: Thursday, May 15, 2008 03:55
> To: erlang-questions@REDACTED
> Subject: [erlang-questions] EEP 10
>
> EEP 10: Representing Unicode characters in Erlang
> has been recognized by the EEP editor(s).
>
> http://www.erlang.org/eeps/eep-0010.html
>
> --
>
> / Raimo Niskanen, Erlang/OTP, Ericsson AB
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list