Double-byte challenges. Please help!

D

Douglas Gennetten

I am trying to parse a string and create a list of character codes. For
example,

"MULL" converts to " 0x004D, 0x0055, 0x004C, 0x004C"

With ascii text, I have accomplished this with Hex(Asc(Mid(asciiString, i,
1)). How can I do something similar with double-byte text such as Korean
where these ascii functions no longer apply?

Thanks,

Douglas Gennetten
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top