Which is the best encoding for Indic Scripts? For Malayalam? If UTF16, then what is the specification for defining a text field? I use Windows XP with Service Pack2; SQLite336, SQLitedll336 and SQLiteODBC68
Regards, Hussain On 6/28/06, RohitPatel9999 <[EMAIL PROTECTED]> wrote:
> 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.

