Re: [sqlite] Question about UTF8 encoding in SQLite version 2.8.13

2004-11-04 Thread Christian Smith
On Thu, 4 Nov 2004 [EMAIL PROTECTED] wrote: >Christian, > >> On Tue, 2 Nov 2004, Liz Steel wrote: >> >To clarify: I have a database name with Swedish characters in, which are >> >converted to multibyte characters, however, the filename that is created >> >treats each of the characters separately,

Re: [sqlite] Question about UTF8 encoding in SQLite version 2.8.13

2004-11-04 Thread D. Richard Hipp
Liz Steel wrote: Sorry to keep on about this, but I raised a ticket on Tuesday (number 981) with severity and priority of 1 (since this is a major issue for my projet) and I haven't heard anything back yet. Even if it is not going to be fixed, I really need to know, as then we can take some oth

Re: [sqlite] Question about UTF8 encoding in SQLite version 2.8.13

2004-11-04 Thread Liz Steel
Sorry to keep on about this, but I raised a ticket on Tuesday (number 981) with severity and priority of 1 (since this is a major issue for my projet) and I haven't heard anything back yet. Even if it is not going to be fixed, I really need to know, as then we can take some other action with th

Re: [sqlite] Question about UTF8 encoding in SQLite version 2.8.13

2004-11-03 Thread ben . carlyle
Christian, Christian Smith <[EMAIL PROTECTED]> 03/11/2004 02:33 AM Please respond to sqlite-users To: [EMAIL PROTECTED] cc: Subject: Re: [sqlite] Question about UTF8 encoding in SQLite version 2.8.13 > On Tue, 2 Nov 2004, Liz Steel wro

Re: [sqlite] Question about UTF8 encoding in SQLite version 2.8.13

2004-11-02 Thread Cory Nelson
elson <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: [sqlite] Question about UTF8 encoding in SQLite version 2.8.13 > Date: Tue, 2 Nov 2004 08:41:25 -0800 > > > > Well, wcstombs uses WideCharToMultiByte() internally, with some more > locality checks added

Re: [sqlite] Question about UTF8 encoding in SQLite version 2.8.13

2004-11-02 Thread Liz Steel
: [EMAIL PROTECTED] Subject: Re: [sqlite] Question about UTF8 encoding in SQLite version 2.8.13 Date: Tue, 2 Nov 2004 08:41:25 -0800 Well, wcstombs uses WideCharToMultiByte() internally, with some more locality checks added in. Maybe you are using it wrong? If you cant get that to work, libic

Re: [sqlite] Question about UTF8 encoding in SQLite version 2.8.13

2004-11-02 Thread Cory Nelson
Well, wcstombs uses WideCharToMultiByte() internally, with some more locality checks added in. Maybe you are using it wrong? If you cant get that to work, libiconv is great for converting charsets. Is there any reason you can't use sqlite 3.x? It has native unicode support. On Tue, 02 Nov 200

Re: [sqlite] Question about UTF8 encoding in SQLite version 2.8.13

2004-11-02 Thread Christian Smith
On Tue, 2 Nov 2004, Liz Steel wrote: >However, when I call sqlite_open with a multibyte string, it doesn't seem to >work as I expect. > >To clarify: I have a database name with Swedish characters in, which are >converted to multibyte characters, however, the filename that is created >treats each o

[sqlite] Question about UTF8 encoding in SQLite version 2.8.13

2004-11-02 Thread Liz Steel
Hello - I hope somebody can help me! I am using SQLite version 2.8.13 as a DLL with a windows C++ application. I have the SQLITE_UTF8 macro defined. I have no problems adding and retrieving strings to and from the database - I am using WideCharToMultiByte and MultiByteToWideChar to convert from