On 21 Nov 2011, at 12:44am, coax wrote:

> I'm trying to do a simple search like this:
> 
> select * from foo where bar like "%тпример%";
> 
> but sqlite isn't allowing me to enter the cyrillic text for some
> reason. It either does nothing or acts like I hit the up arrow for a
> few of the letters. Any ideas on how to get this working?

'sqlite' is an API library for programmers.  It has nothing to do with the 
keyboard.

Are you using a program ?  Perhaps one called 'sqlite3.exe' ?  If so, this 
program needs to be compiled with a version of readline() which understands 
non-Roman characters.  It's probably that the pre-compiled version you can get 
from the sqlite.org site handles only Roman characters.

Perhaps a Russian Windows user is reading and can advise you.

SImon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to