search for: convert_to_utf8

Displaying 2 results from an estimated 2 matches for "convert_to_utf8".

2011 Jul 06
1
Compiling on Mac OS X
...Wl,-bind_at_load /Users/samuel/Documents/Programming/Internet/xapian/xapian-core/.libs/libxapian.dylib -lz ./.libs/libtransform.a -L/opt/local/lib /opt/local/lib/libpcre.dylib /opt/local/lib/libiconv.dylib Undefined symbols for architecture x86_64: "_iconv_open", referenced from: convert_to_utf8(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in utf8convert.o "_iconv", referenced from: convert_to_utf8(std::basic_string<char,...
2001 Sep 30
3
UTF-8 stuff
...e function that lets you 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 v...