[Xfce4-commits] [apps/xfce4-terminal] 01/01: Drop support of Unicode encodings other than UTF-8
noreply at xfce.org
noreply at xfce.org
Mon May 13 17:24:00 CEST 2019
This is an automated email from the git hooks/post-receive script.
f 2 4 0 4 p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-terminal.
commit 9cf55328af1985e7096eb8d2efed28d35ae7f0c1
Author: Igor <f2404 at yandex.ru>
Date: Mon May 13 11:23:10 2019 -0400
Drop support of Unicode encodings other than UTF-8
Fixes bug #15377
---
terminal/terminal-encoding-action.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/terminal/terminal-encoding-action.c b/terminal/terminal-encoding-action.c
index f0725b8..ace14f8 100644
--- a/terminal/terminal-encoding-action.c
+++ b/terminal/terminal-encoding-action.c
@@ -133,7 +133,7 @@ static const gchar *terminal_encodings_charsets[][8] =
/* Georgian */
{ "GEORGIAN-PS", NULL },
/* Unicode */
- { "UTF-8", "UTF-16", "UTF-7", "UCS-2", NULL },
+ { "UTF-8", NULL },
/* Other */
{ "IBM874", "TSCII", NULL },
};
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list