comparison src/input-method-xfs.c @ 257:65c19d2020f7 r20-5b27

Import from CVS: tag r20-5b27
author cvs
date Mon, 13 Aug 2007 10:22:03 +0200
parents 2c611d1463a6
children 19dcec799385
comparison
equal deleted inserted replaced
256:19076a51efde 257:65c19d2020f7
73 return; 73 return;
74 } 74 }
75 } 75 }
76 76
77 setlocale(LC_NUMERIC, "C"); 77 setlocale(LC_NUMERIC, "C");
78 setlocale(LC_CTYPE, ""); /* take back CTYPE to previous state */
78 79
79 if (XSetLocaleModifiers ("") == NULL) 80 if (XSetLocaleModifiers ("") == NULL)
80 { 81 {
81 stderr_out ("XSetLocaleModifiers(\"\") failed\n"); 82 stderr_out ("XSetLocaleModifiers(\"\") failed\n");
82 stderr_out ("Check the value of the XMODIFIERS environment variable.\n"); 83 stderr_out ("Check the value of the XMODIFIERS environment variable.\n");