Click here to Skip to main content
Licence CPOL
First Posted 11 May 2009
Views 10,001
Downloads 55
Bookmarked 7 times

Decoding the "Windows 1255" format

By | 11 May 2009 | Article
An article on how to decode the "Windows 1255" format.

Decode Method

Introduction

This article solves the problem of decoding the Windows 1255 encoding.

Background

Usually, when you get Hebrew emails, the subject line is encoded in a strange way. After reading a lot of articles on the subject, I decided to rollout a decoding version of my own, which handles Base64 and plain encoding of Hebrew messages.

Using the Code

Instantiate the class with the text to decode, and use the Decode method. The static property IsWindows1255 can determine if the text is actually encoded to avoid the exception thrown by the constructor (when given a non-encoded text).

Like this:

if (Windows1255Helpers.IsWindows1255(ret))
{
    Windows1255Helpers helper = new Windows1255Helpers(ret);
    ret = helper.Decode();
}

If you have further questions, don't hesitate to send a mail. And furthermore, you can visit me (and my friends!) at our blog.

Points of Interest

I have read some specifications regarding encoding or decoding of MIME messages and subjects, and if I have missed something, please feel free to remark.

And please excuse my English if there are mistakes; I'm from Israel, and English is not my primary language.... :)

History

  • First version - 11.5.2009.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

maor tzivony



Israel Israel

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralMy vote of 1 PinmemberHoward Richards6:16 5 Aug '09  
GeneralWhere is the info PinmemberSoundman32.221:07 11 May '09  
GeneralRe: Where is the info [modified] Pinmembermaor tzivony12:12 12 May '09  
GeneralRe: Where is the info PinmemberShani Natav11:32 13 May '09  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web01 | 2.5.120517.1 | Last Updated 11 May 2009
Article Copyright 2009 by maor tzivony
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid