search for: convert_from_utf8

Displaying 1 result from an estimated 1 matches for "convert_from_utf8".

2001 Sep 30
3
UTF-8 stuff
...ou discover the charset of the user's locale without forcing them to use a command-line argument. configure.in: Use AM_LANGINFO_CODESET. utf8.h, utf8.c: These files are totally rewritten, apart from the Windows part. Instead of utf8_encode() and utf8_decode() there's convert_to_utf8() and convert_from_utf8(), which no longer have an "encoding" argument. oggenc.c, vcomment.c: Call setlocale(), so that nl_langinfo() will work. Remove the "encoding" option and "encoding" arguments. Instead there's either nl_langinfo(CODESET) or the environment variable CHARSET. Call co...