Blame SOURCES/elinks-0.10.1-utf_8_io-default.patch

68f3b8
diff -urNp elinks-0.12pre3-orig/src/config/options.inc elinks-0.12pre3/src/config/options.inc
68f3b8
--- elinks-0.12pre3-orig/src/config/options.inc
68f3b8
+++ elinks-0.12pre3/src/config/options.inc
68f3b8
@@ -920,7 +920,7 @@ static struct option_info config_options
68f3b8
 	 * not defined, it should not be possible to set UTF-8 as "codepage";
68f3b8
 	 * please report any such possibilities as bugs.)  */
68f3b8
 	INIT_OPT_BOOL("terminal._template_", N_("UTF-8 I/O"),
68f3b8
-		"utf_8_io", 0, 0,
68f3b8
+		"utf_8_io", 0, 1,
68f3b8
 		N_("Enable I/O in UTF-8 for Unicode terminals. "
68f3b8
 		"Note that currently, only the subset of UTF-8 according to "
68f3b8
 		"terminal codepage is used. ELinks ignores this option "