VB - Ascii to Unicode and then Unicode to UTF-8 conversion (Very desperate!!)
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
.
Relevant Pages
- Re: CFile::Read problem ???
... As far as the C compiler is concerned, ... you can pretty much always assign a char ... as ASCII and wchar_t as Unicode. ... (microsoft.public.windowsce.embedded.vc) - Re: Opening a text file that may be ASCII *or* Unicode
... It could well be ASCII empty -- no bytes.) ... UTF & BOM ... Positively Must Know About Unicode and Character Sets ... > regards, Andy ... (microsoft.public.scripting.vbscript) - Re: Cross-platform e-mail text size problems
... ASCII is mentioned mostly as historical reference. ... It says that "plain text" used to require ASCII (and never one of the 'high ascii' variants we were stuck with before Unicode) and goes on to explain how Unicode is replacing ASCII in plain text. ... If you define "plain text" as "lowest common denomiator", I suppose you could say that it has indeed been upgraded from ASCII to Unicode, thanks to Unicode having become ubiquitous enough to be considered a "low enough common denominator". ... (comp.sys.mac.apps) - Re: Cross-platform e-mail text size problems
... ASCII that I referred to. ... stuck with before Unicode) and goes on to explain how Unicode is ... Since Mac OS X the system has Unicode support under the hood. ... (comp.sys.mac.apps) - Re: Format of string output of a socket server
... ASCII is the same no matter what byte encoding is used. ... By definition any ASCII string is in UTF-8 encoding. ... The client program can then convert to Unicode or whatever they see fit? ... I am writing a socket server to deliver telephony events to clients on ... (microsoft.public.win32.programmer.networks) |
|