Re: Cool, thanks! But, question remains...
From: Almon B. Strowger (strowger_at_NOSPAM.kook.com)
Date: 03/17/05
- Next message: Denis Bucher: "Screensaver development (need some help)"
- Previous message: r_z_aret_at_pen_fact.com: "Re: Is there a standalone PPC2002/PPC2003 emulator?"
- In reply to: James Hunter Ross: "Cool, thanks! But, question remains..."
- Next in thread: James Hunter Ross: "Thanks! I'd better read up on UNICODE though..."
- Reply: James Hunter Ross: "Thanks! I'd better read up on UNICODE though..."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 17 Mar 2005 14:39:37 -0800
Hi,
You just need to find out if they're using a Roman or Cyrillic
character set.
If Roman, convert from ISO-8859-2 (Central/Eastern European.)
If Cyrillic, convert from ISO-8859-5.
The first "page" of unicode is basically ISO-8859-1 (Western European)
that's why it screws up just trying to use just the low 8 bits.
Hope this helps...
Almon B. Strowger
KOOK Pocket Software
"James Hunter Ross" <james.ross@oneilsoft.com> wrote in message
news:ObaPFvyKFHA.4052@tk2msftngp13.phx.gbl...
> Hey Chris, thanks. I may point our customer towards this product.
>
> The bottome line is still "why don't the characters display correctly once
> the data is downloaded". This is "Croation" data from SQL Server moving
to
> SQLCE. I think the answer is:
>
> It is still 0-255 data, and the ONLY reason it looks like Croation
character
> data on the Workstation is because the Workstation has been configured as
> Croation, and interprets the 0-255 as Croation for display purposes. CE
> does not interpret the data in the same way as the Workstation for
display.
>
> Does that sound about right?
>
> James
>
>
- Next message: Denis Bucher: "Screensaver development (need some help)"
- Previous message: r_z_aret_at_pen_fact.com: "Re: Is there a standalone PPC2002/PPC2003 emulator?"
- In reply to: James Hunter Ross: "Cool, thanks! But, question remains..."
- Next in thread: James Hunter Ross: "Thanks! I'd better read up on UNICODE though..."
- Reply: James Hunter Ross: "Thanks! I'd better read up on UNICODE though..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|