Le Fri, Sep 26, 2008 at 01:19:37PM +0900, Atsuhito Kohda a écrit :
>
> Do you set CHARACTER_SET:utf-8 somewhere or with "Options Menu"?
> If not, I'd like to know if the above setting fixes the problem
> or not.
Hi,
I added it in /etc/lynx-cur/local.cfg, and as a result I get this:
anx159《tmp》$ lynx --dump tst.html
* é
* Ã
anx159《tmp》$ lynx --dump tst.html | hexdump -C
00000000 20 20 20 20 20 2a 20 c3 83 c2 a9 0a 20 20 20 20 | * ..... |
00000010 20 2a 20 c3 83 0a 0a | * ....|
00000017
This is classical mojibake for french accents over-encoded in unicode:
anx159《tmp》$ lynx --dump tst.html | recode UTF-8..ISO-8859-1
* é
*
anx159《tmp》$ lynx --dump tst.html | recode UTF-8..ISO-8859-1 | hexdump -C
00000000 20 20 20 20 20 2a 20 c3 a9 0a 20 20 20 20 20 2a | * ... *|
00000010 20 c3 0a 0a | ...|
00000014
In the end, it did not solve the probelm with the a with accent grave.
Greetings from Kanagawa :)
--
Charles
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]