Slavomir Svetlik <[EMAIL PROTECTED]> wrote:
> >   Why 3.2.7 version can not open database with path that contains
> >   russian characters?
> >
> > Best regards  Sergey Startsev
> 
> I can not open database with sqlite.dll v. 3.2.7 which contains slovak
> characters too. For example with 3.2.2 this is no problem.
> 

The sqlite3_open() routine is suppose to accept the filename
as UTF-8.  There was a bug in earlier versions of SQLite that
allowed ISO-8859-? names to be used.  That bug was fixed.  Probably
your program is depending on the old (broken) behavior.

See:

  http://www.sqlite.org/cvstrac/chngview?cn=2656

--
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to