26 lines
935 B
Diff
26 lines
935 B
Diff
From 52dbca32610d5f4c23b9abf212424b973da7390a Mon Sep 17 00:00:00 2001
|
|
From: Kamil Dudka <kdudka@redhat.com>
|
|
Date: Mon, 1 Aug 2022 12:32:37 +0200
|
|
Subject: [PATCH] elinks-0.10.1-utf_8_io-default.patch
|
|
|
|
---
|
|
src/config/options.inc | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/config/options.inc b/src/config/options.inc
|
|
index 01ef159..1c9bf12 100644
|
|
--- a/src/config/options.inc
|
|
+++ b/src/config/options.inc
|
|
@@ -1006,7 +1006,7 @@ static union option_info config_options_info[] = {
|
|
* not defined, it should not be possible to set UTF-8 as "codepage";
|
|
* please report any such possibilities as bugs.) */
|
|
INIT_OPT_BOOL("terminal._template_", N_("UTF-8 I/O"),
|
|
- "utf_8_io", OPT_ZERO, 0,
|
|
+ "utf_8_io", OPT_ZERO, 1,
|
|
N_("Enable I/O in UTF-8 for Unicode terminals. "
|
|
"Note that currently, only the subset of UTF-8 according to "
|
|
"terminal codepage is used. ELinks ignores this option "
|
|
--
|
|
2.35.3
|
|
|