[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] Chinese characters are not displayed when using charset g
From: |
Bela Lubkin |
Subject: |
Re: [Lynx-dev] Chinese characters are not displayed when using charset gb2312/euc-cn |
Date: |
Wed, 30 Jun 2021 17:30:47 -0700 |
Thomas Dickey <dickey@his.com> wrote:
> see
>
> https://github.com/ThomasDickey/lynx-snapshots/commit/5111b5306b278cecb0b66166eb8338072fc713c6
In INSTALLATION, --disable-japanese-utf8 doc is backward (says it
enables the feature).
I think these things would better be described something like:
- disable Japanese UTF-8 logic for documents encoded in euc-jp and shift_jis
- enable Chinese UTF-8 logic for documents encoded in euc-cn
By naming the supported character set encodings, it doesn't oversell
itself against other existing or future encodings. (Of course if this
code were later adapted to other encodings, they would have to be added
to this snippet of doc...)
>Bela<