[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] How to display chinese with utf-8 correctly in lynx brows
From: |
Martin Packman |
Subject: |
Re: [Lynx-dev] How to display chinese with utf-8 correctly in lynx browser? |
Date: |
Thu, 12 Jul 2012 20:39:23 +0100 |
On 12/07/2012, Weien Wang <address@hidden> wrote:
>
> But it still can't work well now... How should I do? Thank you~!!!
What I do to get is build with EXP_JAPANESEUTF8_SUPPORT defined and
link against libiconv. Basically lynx then uses iconv to transcode
utf-8 webpages to the charset of your terminal, but as implied by the
name the code only handles euc-jp and shift_jis, though it could be
generalised for the chinese encodings as well.
Martin