diff options
author | Michael Januszewski <spock@gentoo.org> | 2006-04-09 13:42:16 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2006-04-09 13:42:16 +0000 |
commit | e561153cf8044d4cd6ccbdc402398328ce732467 (patch) | |
tree | 23c3cf2c5fbb5c9686dff9343659916b56f36386 /www-client/elinks/files | |
parent | Uncommented ppc fixes wrt Bug #116655 (diff) | |
download | gentoo-2-e561153cf8044d4cd6ccbdc402398328ce732467.tar.gz gentoo-2-e561153cf8044d4cd6ccbdc402398328ce732467.tar.bz2 gentoo-2-e561153cf8044d4cd6ccbdc402398328ce732467.zip |
Use UTF-8 IO by default when the 'unicode' USE flag is set (bug #129221).
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'www-client/elinks/files')
-rw-r--r-- | www-client/elinks/files/elinks-0.10.1-utf_8_io-default.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www-client/elinks/files/elinks-0.10.1-utf_8_io-default.patch b/www-client/elinks/files/elinks-0.10.1-utf_8_io-default.patch new file mode 100644 index 000000000000..e0f59cda3264 --- /dev/null +++ b/www-client/elinks/files/elinks-0.10.1-utf_8_io-default.patch @@ -0,0 +1,11 @@ +--- elinks-0.10.1/src/config/options.inc.utf_8_io-default 2005-01-04 01:42:56.000000000 +0100 ++++ elinks-0.10.1/src/config/options.inc 2005-01-28 17:54:42.568968720 +0100 +@@ -747,7 +747,7 @@ + "terminal.")), + + INIT_OPT_BOOL("terminal._template_", N_("UTF-8 I/O"), +- "utf_8_io", 0, 0, ++ "utf_8_io", 0, 1, + N_("Enable I/O in UTF8 for Unicode terminals. Note that currently,\n" + "only the subset of UTF8 according to terminal codepage is used.")), + |