[erlang-questions] Web servers and unicode support?

Kevin A. Smith kevin@REDACTED
Sat Nov 7 05:13:15 CET 2009


There's also the unicode module in later releases (R13B-0 and later, I  
think).

--Kevin
On Nov 6, 2009, at 9:19 PM, Rumata wrote:

> If you don't need any string manipulation (I didn't need for my site)
> you can treat all strings as binaries.
>
> Besides, there are asn1rt:utf8_list_to_binary/1 and
> asn1rt:utf8_list_to_binary/1 functions.
>
> On Sat, 2009-11-07 at 10:08 +0800, Fred Janon wrote:
>> Hi,
>>
>> I want to design a web application with support for European,  Asian
>> languages as well as English, meaning Unicode. I am very interested  
>> in doing
>> that in Erlang with Mnesia or MySQL or Postgres (when I figure out  
>> if I can
>> use Mnesia), but what would I need to use (web server, extensions) to
>> support these languages/Unicode? I saw a few posting about not so  
>> great
>> String support in Erlang, therefore even less for Unicode. What's the
>> status?
>>
>> Thanks
>>
>> Fred
>
>
>
> ________________________________________________________________
> erlang-questions mailing list. See http://www.erlang.org/faq.html
> erlang-questions (at) erlang.org
>



More information about the erlang-questions mailing list