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


Back
Top