diff options
author | Michael Januszewski <spock@gentoo.org> | 2011-01-10 21:14:38 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2011-01-10 21:14:38 +0000 |
commit | fbed2ce671e93c4ea89b479bcc114fc9b50bf3e6 (patch) | |
tree | df93868dc15f9405506181365de3b51267e02c94 /www-client/elinks/files | |
parent | old (diff) | |
download | historical-fbed2ce671e93c4ea89b479bcc114fc9b50bf3e6.tar.gz historical-fbed2ce671e93c4ea89b479bcc114fc9b50bf3e6.tar.bz2 historical-fbed2ce671e93c4ea89b479bcc114fc9b50bf3e6.zip |
Restore mistakenly deleted patch (bug #351269).
Package-Manager: portage-2.1.9.30/cvs/Linux x86_64
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.")), + |