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

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