Hi. I am the author of this program. I regret to say that this version is
NOT unicode-enabled, so, handling non-ascii data is a bit tricky, but
possible.

1. Since any string read from the MDB (be it ansii or unicode) will be
converted to ANSI (which means 8-bit characters), you can only handle
single-byte character sets. Is hebrew one of them ?
 
2. do you have more than one non-engliesh languages  in the db ? If so, you
cannot do anything. Only one language will work at a time.

3. if only one language, the following should do the trick :
 
 make sure that the USER locale is set to Hebrew. In windows XP , this is
done via Regional options, first tab, "standards and formats". In win2k, the
phrasing is a little different.

If this does not work, go to the Advanced tab, and the SYSTEM locale to
Hebrew also. (requires reboot).

Pls let me/us know what worked and what did not, I am very interested.

BTW, if many people have this issue, I could add the capability to the input
conversion locale in the program. If this is the case, pls send me a sample
database (small) with hebrew in it, and
The expected ansi sequences for a couple of strings, so I can test.

> -----Original Message-----
> From: Ofer Chesler [mailto:[EMAIL PROTECTED] 
> Sent: Monday, January 17, 2005 2:55 PM
> To: sqlite-users@sqlite.org
> Subject: [sqlite] question regarding sqliteExplorer 3.08
> 
> Hi,
> I tried to use the tool, in order to import my data from mdb file.
> It all worked fine, except from the fact that my strings are 
> in Hebrew, and I got garbage inside the sqlite.
> 
> is the sqliteExplorer uses/can use some uft-8 conversion ?
> 
> 10x,
> 
> Ofer
> 
> _________________________________________________________________
> Express yourself instantly with MSN Messenger! Download today 
> it's FREE! 
> http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
> 

Reply via email to