I’m playing a bit with erlang and the distributed db Mnesia.
One of the first problem I’m facing is the incompatibilty beetween the ‘int list’ strings of erlang and .Net UTF-8 strings.
Is there any good conversion library?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The new R13B release of Erlang has better support for unicode.
The new Unicode module is documented here and the Unicode support implemented is described in the EEP 10 (Erlang Enhancement Proposal 10).