Decomposing Unicode Characters

  • Thread starter Thread starter Linda
  • Start date Start date
L

Linda

Greetings,

How does one convert a string from precomposed unicode to decomposed
unicode in VB.NET? All the built-in .NET Encodings seem to be of the
precompsed variety.

Many thanks!
 
If I understand what you mean then check out the 'Encoding.Convert' class
'Public Shared Function (Encoding, Encoding, Byte()) As Byte()'

Crouchie1998
BA (HONS) MCP MCSE
 

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

Similar Threads

Unicode Character Issue 10
Unicode to UTF8-String 8
Text in Font Files 1
MySQL AND UNICODE 3
how to enable unicode chars in vs2005? 2
encoding 1
Add Code to support NON-Unicode 4
Convert OEM to Unicode 4

Back
Top