blob: e0f59cda3264080912858cd606feb8ef0488dbee (
plain)
1
2
3
4
5
6
7
8
9
10
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.")),
|