Re: Converting from utf-8 to Ansi directly
- From: "Tony Proctor" <tony_proctor@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 7 Dec 2005 18:46:14 -0000
No, the internal tables are keyed around the Unicode values, and so require
Unicode as an intermediate step. If this were not so then there would be
many more lookup tables required. For instance N*(N-1) rather than 2*N,
where N is the number of supported code pages
Tony Proctor
"dkyu" <dkyu80@xxxxxxxxx> wrote in message
news:1133977910.206864.72260@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Thx to all the reply.
>
> Actually, as I find out more of my task, I realize I need a way to
> convert from one code page to another code page directly.
> It seems like I always need to use Unicode as a middle step, and as a
> result, I need to do 2 conversions.
>
> Is there any other way, that i can just go from one code page to
> another directly?
>
.
- Follow-Ups:
- Re: Converting from utf-8 to Ansi directly
- From: dkyu
- Re: Converting from utf-8 to Ansi directly
- References:
- Converting from utf-8 to Ansi directly
- From: dkyu
- Re: Converting from utf-8 to Ansi directly
- From: dkyu
- Re: Converting from utf-8 to Ansi directly
- From: Mihai N.
- Re: Converting from utf-8 to Ansi directly
- From: Tony Proctor
- Re: Converting from utf-8 to Ansi directly
- From: Scherbina Vladimir
- Re: Converting from utf-8 to Ansi directly
- From: Tony Proctor
- Re: Converting from utf-8 to Ansi directly
- From: dkyu
- Converting from utf-8 to Ansi directly
- Prev by Date: Re: Data loss appending data to file
- Next by Date: Re: Statement on backwards compatibility?
- Previous by thread: Re: Converting from utf-8 to Ansi directly
- Next by thread: Re: Converting from utf-8 to Ansi directly
- Index(es):
Relevant Pages
|