Re: VB - Ascii to Unicode and then Unicode to UTF-8 conversion (Very desperate!!)
- From: "Tony Proctor" <tony_proctor@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 24 Oct 2006 11:04:31 +0100
Some questions Manju...
What do you mean by "one report"?
Where is your data coming from?
What do you mean by "not supporting Chinese"
VB always holdings String data in memory as Unicode. Hence, it should not be
necessary to perform an ANSI->Unicode conversion, unless you reading from a
file but then that should happen automatically. Also, why would you need to
generate UTF-8? Most UI controls want ANSI characters, not Unicode or UTF-8
Tony Proctor
<maralikatti@xxxxxxxxx> wrote in message
news:1161636880.306352.281660@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi All,
I have one report which is not supporting Chinese characters, so now I
need to read each character present in ASCII and convert them to
UTF-8...
So I want ASCII to Unicode and Unicode to UTF-8 conversion in VB 6.0
Thanks a lot in advance.
~~Manju
.
- Follow-Ups:
- References:
- Prev by Date: Re: Toolbar Button press only once
- Next by Date: Re: Toolbar Button press only once
- Previous by thread: VB - Ascii to Unicode and then Unicode to UTF-8 conversion (Very desperate!!)
- Next by thread: Re: VB - Ascii to Unicode and then Unicode to UTF-8 conversion (Very desperate!!)
- Index(es):
Loading