Hi,
I would like to limit the data stored in my SQLite database only to
ASCII characters. For example, if a user tries to enter 'cabalé' (note
the 'e' with an accent), then it will be stored as 'cabale' (without
the accent) in the database.
I know there is no character encoding in SQLite, except UTF-8 and
UTF-16.
How would you manage to get this, other than creating a transformation
routine with whatever external program?
Thanks for your help
Didier
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users