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
 
Back
Top