mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05: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:
parent
d562bdc77c
commit
d69cf888ef
12
NEWS
12
NEWS
@ -28,12 +28,12 @@ do list all bug numbers).
|
|||||||
|
|
||||||
Notable new features:
|
Notable new features:
|
||||||
|
|
||||||
* unfinished enhancement 822: UTF-8 as terminal charset, not
|
* enhancement 822: UTF-8 as terminal charset, not merely UTF-8 I/O
|
||||||
merely UTF-8 I/O of a unibyte codepage as in previous versions.
|
of a unibyte codepage as in previous versions. Double-cell (aka
|
||||||
Double-cell (aka fullwidth) and non-BMP characters work too, but
|
fullwidth) and non-BMP characters work too, but combining characters
|
||||||
combining characters and right-to-left text do not. The only
|
and right-to-left text do not. The only multibyte charset ELinks
|
||||||
multibyte charset ELinks can decode is still UTF-8, so if the
|
can decode is still UTF-8, so if the server outputs e.g. Shift-JIS,
|
||||||
server outputs e.g. Shift-JIS, you'd better recode with a proxy.
|
you'd better recode with a proxy. See more notes in features.conf.
|
||||||
* enhancement 844: SMB protocol using libsmbclient. This replaces
|
* enhancement 844: SMB protocol using libsmbclient. This replaces
|
||||||
the smbclient-based code that was disabled in ELinks 0.11.2.
|
the smbclient-based code that was disabled in ELinks 0.11.2.
|
||||||
|
|
||||||
|
@ -625,12 +625,12 @@ CONFIG_SMALL=no
|
|||||||
# Some features are partially supported. Like line breaking between
|
# Some features are partially supported. Like line breaking between
|
||||||
# double-width characters. There is no other detection for determining when to
|
# double-width characters. There is no other detection for determining when to
|
||||||
# break or not.
|
# 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: enabled
|
||||||
#
|
|
||||||
# Default: disabled
|
|
||||||
|
|
||||||
CONFIG_UTF8=no
|
CONFIG_UTF8=yes
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user