Hi All,
I am developing a small testing application, which in vague way does
compare/diff etc. b/w the results obtained by executing a CLI command under
test.
The output of this command may contain Asian character such as Chinese(C),
Japanese (J), Korean (K) and Taiwanese (T).
And these characters may be in a specific encoding based on the OS for
example:
Chinese - GB18030 on Solaris
UTF-8 on Linux
Japanese - Euc-jp on Solaris
SJIS on windows
UTF-8 on Solaris
Taiwanese - UFT8 on windows and linux
BIG5 on Solaris
Korean - EUC-Kr on Solaris
UTF8 on windows and linux
I had a glance at the documentation of SQLite, all I could figure reading
few sections of the doc. is that.. SQLite support Unicode (up to UTF-16
LE,BE)
Is it a good idea for me to use SQLite to store the test-data involving the
above set of encoding?
Please adivce.
Cheers!!
Harsha
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users