comparison src/input-method-xfs.c @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
40 void 40 void
41 Initialize_Locale (void) 41 Initialize_Locale (void)
42 { 42 {
43 char *locale; 43 char *locale;
44 44
45 /* dverna - Nov. 98: ### DON'T DO THIS !!! The default XtLanguageProc 45 /* dverna - Nov. 98: #### DON'T DO THIS !!! The default XtLanguageProc
46 routine calls setlocale(LC_ALL, lang) which fucks up our lower-level 46 routine calls setlocale(LC_ALL, lang) which fucks up our lower-level
47 locale management, and especially the value of LC_NUMERIC. Anyway, since 47 locale management, and especially the value of LC_NUMERIC. Anyway, since
48 at this point, we don't know yet whether we're gonna need an X11 frame, 48 at this point, we don't know yet whether we're gonna need an X11 frame,
49 we should really do it manually and not use Xlib's dumb default routine */ 49 we should really do it manually and not use Xlib's dumb default routine */
50 /*XtSetLanguageProc (NULL, (XtLanguageProc) NULL, NULL);*/ 50 /*XtSetLanguageProc (NULL, (XtLanguageProc) NULL, NULL);*/