newbie questions
dda
headspin@REDACTED
Thu Aug 17 22:15:42 CEST 2006
Arnaud,
I am working on a multibyte string implementation for Erlang in my
free time. It handles utf-8/-16 and a bunch of other encodings, but
the code is incomplete and needs more work. But preliminary tests did
bring satisfactory results.
See http://sungnyemun.org/wordpress/?p=238 for more details [and other
entries tagged as mb].
Mixed-encodings tables produced with mb:
http://sungnyemun.org/wordpress/wp-content/KanjiTest.html
http://sungnyemun.org/wordpress/wp-content/Test_EncodingTable.html
--
dda
On 8/17/06, Arnaud Bailly <abailly@REDACTED> wrote:
> 3. I read here and there that erlang's support of string is
> inefficient and does not handle international character sets
> (eg. UTF-8 encoding). This may be (or not) an issue for web based
> development. Is this true ?
More information about the erlang-questions
mailing list