Gary-Xie / go-charset

Automatically exported from code.google.com/p/go-charset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

charset windows-1255 not supported

GoogleCodeExporter opened this issue · comments

> What steps will reproduce the problem?

Creating a new reader with windows-1255 as the input charset.

> What is the expected output? What do you see instead?

Windows-1255 is a standard encoding (Hebrew), IMHO it should be supported :)


Original issue reported on code.google.com by dvir...@gmail.com on 12 May 2014 at 12:35

[deleted comment]
I went ahead and added a patch for that (since the difference between 
windows-1255 and iso-8859-8 is RTL direction, I just copied the data file of 
8859-8 to windows-1255.cp and generated the necessary code. Checked it and it 
converts perfectly. 

Original comment by dvir...@gmail.com on 12 May 2014 at 12:54

Attachments: