Re: gb2312 encoding

Hi,

You need to convert your files from whatever encoding they are in
(gb2313 in your case) to UTF8. iconv is an option.

Regards,

2008/8/4 alex242 <pshenichnov@gmail.com>:
>
> Hello,
>
> I have some problems with HTML documents in gb2313 (simple chinese)
> encoding. After using Tidy I get some unreadable characters. Example of
> document:  http://www.chemspider.com/ArticlesHandler.ashx?type=art&id=69
> http://www.chemspider.com/ArticlesHandler.ashx?type=art&id=69
>
> my Tidy config file:
>
> output-file: res.html
> error-file: error.txt
> char-encoding: utf8
> output-bom: yes
> output-encoding: utf8
>
> I've already spent several days trying to solve this problem and without any
> success... so, if sombody can give some advise how to work with different
> encodings in Tide, it will be much appreciated.
>
> best regards,
> Alex
> --
> View this message in context: http://www.nabble.com/gb2312-encoding-tp18803906p18803906.html
> Sent from the w3.org - html-tidy mailing list archive at Nabble.com.
>
>
>
>

Received on Monday, 4 August 2008 15:10:12 UTC