Hello guys,
in the project I'm currently working on, One of the requirements is to convert the characters (in my case it's hebrew) to DOS 7 BIT format, is there an easy way to do this in VB.NET ?
Printable View
Hello guys,
in the project I'm currently working on, One of the requirements is to convert the characters (in my case it's hebrew) to DOS 7 BIT format, is there an easy way to do this in VB.NET ?
Is DOS 7 BIT format the same as UTF7? If so the Encoding.UTF7 property returns an Encoding object that will convert between text and binary data.
I'm checking it right now, i know that for the hebrew letter "א" the code is "0X80"
is that tells you something?