Re: [sqlite] sqlite and aao characters in file names

2008-08-22 Thread Mihai Limbasan

Igor Tandetnik wrote:

"Mihai Limbasan" <[EMAIL PROTECTED]>
wrote in message news:[EMAIL PROTECTED]
  

The sqlite3_open* family of functions expects the name arguments in
UTF-8 encoding.



Not quite. sqlite3_open16 et al expects UTF-16 encoding. Windows 
supports UTF-16 natively.
  
True, I glossed over that :) Still, I'm fairly certain it's an UTF-8 
issue since Ann is using MFC.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] sqlite and aao characters in file names

2008-08-22 Thread Igor Tandetnik
"Mihai Limbasan" <[EMAIL PROTECTED]>
wrote in message news:[EMAIL PROTECTED]
> The sqlite3_open* family of functions expects the name arguments in
> UTF-8 encoding.

Not quite. sqlite3_open16 et al expects UTF-16 encoding. Windows 
supports UTF-16 natively.

Igor Tandetnik 



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