Hi, This morning I receive a mail in chinese a portion: #20320;#30340;#22969;#22969; #21704;#21704;#65292;#25105;#29616;#22312;#35201;#22797;#20064;#24847;#2282 3;#21033;#35821;#65281;#65281;#65281;#24076;#26395;#20889;#24471;#27809;#381 69;#65281; how can i convert to readable text? I tried with ionv but thise program gave me an error message: illegal input sequence at position 409 Thank you! Giulio F.
Giulio F. wrote:
Hi, This morning I receive a mail in chinese a portion:
#20320;#30340;#22969;#22969; #21704;#21704;#65292;#25105;#29616;#22312;#35201;#22797;#20064;#24847;#2282 3;#21033;#35821;#65281;#65281;#65281;#24076;#26395;#20889;#24471;#27809;#381 69;#65281;
how can i convert to readable text? I tried with ionv but thise program gave me an error message: illegal input sequence at position 409 Thank you! Giulio F.
Here's an idea: copy that text to a file (eg. /tmp/i.html). * Replace all "#" with "" (eg. in vi: "0,$s/#/\/g"). "\" is supposed to be a black-slash. * View it in a web browser by (eg. using the following URL: file:///tmp/i.html). * Adjust the character encoding used to view the page if necessary (eg. in Mozilla: "View->Character Encoding"). I hope this is helpful. :) -- David Nettles email: tetsuoni3000@yahoo.co.jp web: http://www.miteyo.org
participants (2)
-
David Nettles
-
Giulio F.