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,
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
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
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
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
: [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
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
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
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
9 matches
Mail list logo