Teg <[EMAIL PROTECTED]> wrote:
> Hello sqlite-users,
> 
>   I'm on a US English version of windows XP, latest patches. From time
> to time my users report that they can't open a database that's
> clearly sitting there in the file system.
> 
> I've tracked the problem down to high ascii in the path.
> 

SQLite requires UTF8 pathnames (or UTF16 for the ...16() apis,
of course.)  Please convert your pathnames to UTF8 prior to
sending them to SQLite.

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


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to