File: 015_slang2_utf8.patch

package info (click to toggle)
newt 0.52.2-10%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 836 kB
  • ctags: 27
  • sloc: makefile: 186; sh: 5
file content (11 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
diff -ruN newt-0.52.2-old/newt.c newt-0.52.2/newt.c
--- newt-0.52.2-old/newt.c	2005-09-30 15:13:16.000000000 +0100
+++ newt-0.52.2/newt.c	2005-10-23 08:17:21.000000000 +0100
@@ -290,6 +290,7 @@
 
     SLtt_get_terminfo();
     SLtt_get_screen_size();
+    SLutf8_enable(-1); /* init. utf8 according to locale */
 
     MonoValue = getenv(MonoEnv);
     if ( MonoValue == NULL ) {