Robert Millan <[EMAIL PROTECTED]> writes:

> $ echo "<html>&agrave;</html>" | elinks -dump
>    `a
>
> It should print "à" instead (at least on utf-8).

ELinks 0.11.* do not support UTF-8 as the charset for dumps or
terminal output.  As a workaround, you can select some other
charset with the -dump-charset option and pipe the result to
iconv.  Unfortunately, this does not preserve all Unicode
characters.

$ echo "<html>&agrave;</html>" | elinks -dump -dump-charset ISO-8859-1 | iconv 
-f ISO-8859-1

ELinks 0.12.GIT snapshots can be configured to directly support
UTF-8.  http://bugzilla.elinks.cz/show_bug.cgi?id=822

Attachment: pgp4h7o3WSBsV.pgp
Description: PGP signature

Reply via email to