Re: [sqlite] ASCII encoding

2009-12-14 Thread Igor Tandetnik
Didier Cabalé wrote: > 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. > How

[sqlite] ASCII encoding

2009-12-14 Thread Didier Cabalé
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