@@ -0,0 +1,33 @@
+--- showchars.c
++++ showchars.c
+@@ -17,6 +17,8 @@
+ }
+
+ int main(void) {
++ SLutf8_enable(-1);
++
+ SLtt_get_terminfo();
+
+ SLtt_Use_Ansi_Colors = 1;
+--- showkey.c
++++ showkey.c
+@@ -5,6 +5,8 @@
+ int i;
+ char * buf;
+
++ SLutf8_enable(-1);
++
+ SLtt_get_terminfo();
+ SLang_init_tty(4, 0, 0);
+
+--- whiptail.c
++++ whiptail.c
+@@ -390,6 +390,8 @@
+ { 0, 0, 0, 0, 0 }
+ };
+
++ SLutf8_enable(-1);
++
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
|