|
-
Jul 20th, 2009, 06:26 AM
#1
Convert to DOS 7 BIT
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 ?
* Rate It  If you Like it
__________________________________________________________________________________________
" Programming is like sex: one mistake and you’re providing support for a lifetime."
Get last SQL insert ID 
-
Jul 20th, 2009, 07:11 AM
#2
Re: Convert to DOS 7 BIT
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.
-
Jul 20th, 2009, 07:17 AM
#3
Re: Convert to DOS 7 BIT
I'm checking it right now, i know that for the hebrew letter "א" the code is "0X80"
is that tells you something?
* Rate It  If you Like it
__________________________________________________________________________________________
" Programming is like sex: one mistake and you’re providing support for a lifetime."
Get last SQL insert ID 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|