[PATCH] Add USC-2 to UTF-8 conversion utility function.

Denis Kenzior denkenz at gmail.com
Mon Jul 6 09:26:26 PDT 2009


Hi,

The rest of the codebase uses g_convert which handles the necessary magic of 
invoking iconv.  So this function is really not necessary, use g_convert(buf, 
bufsize, "UTF-8//TRANSLIT", "UCS-2BE",... instead.

Regards,
-Denis



More information about the ofono mailing list