Jānis wrote:
I am using library management software Calibre having SQlite as dbms and found that at least on linux I can not give the names to my "shelves" using national characters like ā, ē, ī, š, ķ etc. I was informed by the developer of Calibre that it is limitation introduced by SQLite on linux.

Can it be fixed somehow?

SQLite has for a long time supported Unicode natively and all its million characters, either UTF-8 or UTF-16. Your program should speak those, which are standard, and if it doesn't then Calibre is the problem. Or your middleware is the problem, between SQLite and Calibre -- Darren Duncan
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to