On Fri, Nov 05, 2004 at 01:21:12PM +0100, Martin Stjernholm, Roxen IS @ Pike developers forum wrote:
with UTF-8 text. So if you supply UTF-16 text it will be converted.
Just a followup - this applies if *16() functions are used. Regular functions won't convert anything.
A toggle between UTF8, UTF16(LE|BE) and none is my suggestion.
Toggle on which level? sqlite (library) provides two interfaces - one for UTF-8 and one for UTF-16. Internal (in file) representation is UTF-8 only (currently, and I believe it will take half a year to change).
Regards, /Al