about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authormarco <marco@conformal.com>2011-11-03 17:34:51 -0500
committermarco <marco@conformal.com>2011-11-03 17:34:51 -0500
commit204ea701ea8cbe46a96a3e45ba9c9819845f5f85 (patch)
treeed888a478e3f78cf69b9ebb22e819ceef8c97f64
parent84b95a4fa3cc3850386fe93c42e497d4c78f9e9d (diff)
downloadxombrero-204ea701ea8cbe46a96a3e45ba9c9819845f5f85.tar.gz
set default encoding to UTF-8 as requested
-rw-r--r--xxxterm.c2
-rw-r--r--xxxterm.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/xxxterm.c b/xxxterm.c
index e227212..b5fe0b6 100644
--- a/xxxterm.c
+++ b/xxxterm.c
@@ -7003,7 +7003,7 @@ main(int argc, char *argv[])
 	statusbar_font_name = g_strdup("monospace normal 9");
 	tabbar_font_name = g_strdup("monospace normal 9");
 	statusbar_elems = g_strdup("BP");
-	encoding = g_strdup("ISO-8859-1");
+	encoding = g_strdup("UTF-8");
 
 	/* read config file */
 	if (strlen(conf) == 0)
diff --git a/xxxterm.conf b/xxxterm.conf
index fc3a3ef..a5dc359 100644
--- a/xxxterm.conf
+++ b/xxxterm.conf
@@ -34,7 +34,7 @@
 # xterm_workaround	= 1
 # history_autosave	= 1
 # autofocus_onload	= 1
-# encoding		= ISO-8859-1
+# encoding		= UTF-8
 
 #
 # default_script points to a script executed by the run_script command.