Results 1 to 3 of 3

Thread: Convert to DOS 7 BIT

  1. #1

    Thread Starter
    PowerPoster motil's Avatar
    Join Date
    Apr 2009
    Location
    Tel Aviv, Israel
    Posts
    2,143

    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

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    PowerPoster motil's Avatar
    Join Date
    Apr 2009
    Location
    Tel Aviv, Israel
    Posts
    2,143

    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
  •  



Click Here to Expand Forum to Full Width