> FWIW, if Windows is your only target, UTF-16 is the best choice for > you, because wchar_t is in UTF-16 on Windows and you can avoid some > string conversion in this case, while still be able to enable the > stuff for other OSes as soon as there is a need for it. > > Alexei Alexandrov
I think wchar_t will not work on Windows 98. (I do not want to use MS Unicode layer on Windows98). I need my app to work on Windows 98 also. Rohit -- View this message in context: http://www.nabble.com/Which-is-most-appropriate-encoding---tf1780532.html#a5081544 Sent from the SQLite forum at Nabble.com.

