Re: [erlang-questions] Sending String with Unicode Currency Symbols (like ₡) from erlang to C language NIF (Native Implemented functions)
Sverker Eriksson
sverker@REDACTED
Fri Jun 4 12:07:00 CEST 2010
Saurabh Narula wrote:
> thank you bob for your reply, is there any other alternative than
> sending Binary to NIF?
>
>
You can always use enif_get_list_cell() and parse the string (list)
yourself character by character.
/Sverker, Erlang/OTP
More information about the erlang-questions
mailing list