1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

Bug 822: Make --enable-utf-8 the default.

Experimental features should be disabled by default, so this is no
longer considered experimental.
This commit is contained in:
Kalle Olavi Niemitalo 2007-05-20 18:07:35 +03:00 committed by Kalle Olavi Niemitalo
parent b904464e76
commit b9ec321869
2 changed files with 10 additions and 10 deletions

12
NEWS
View File

@ -23,12 +23,12 @@ do list all bug numbers).
Notable new features:
* unfinished enhancement 822: UTF-8 as terminal charset, not
merely UTF-8 I/O of a unibyte codepage as in previous versions.
Double-cell (aka fullwidth) and non-BMP characters work too, but
combining characters and right-to-left text do not. The only
multibyte charset ELinks can decode is still UTF-8, so if the
server outputs e.g. Shift-JIS, you'd better recode with a proxy.
* enhancement 822: UTF-8 as terminal charset, not merely UTF-8 I/O
of a unibyte codepage as in previous versions. Double-cell (aka
fullwidth) and non-BMP characters work too, but combining characters
and right-to-left text do not. The only multibyte charset ELinks
can decode is still UTF-8, so if the server outputs e.g. Shift-JIS,
you'd better recode with a proxy. See more notes in features.conf.
* enhancement 844: SMB protocol using libsmbclient. This replaces
the smbclient-based code that was disabled in ELinks 0.11.2.

View File

@ -625,12 +625,12 @@ CONFIG_SMALL=no
# Some features are partially supported. Like line breaking between
# double-width characters. There is no other detection for determining when to
# break or not.
# Character conversions are still incomplete for ECMAScript strings (bug 805),
# local file names, and IRIs (RFC 3987).
#
# Note: This UTF-8 support is experimental.
#
# Default: disabled
# Default: enabled
CONFIG_UTF8=no
CONFIG_UTF8=yes