94e7eb12cf1e624a003b096f7471ffc1e4576b37
[xscreensaver] / hacks / change_locale.h
1 #ifndef _CHANGE_LOCALE_H
2 #define _CHANGE_LOCALE_H
3
4 /* The xscreensaver hacks deal badly with these locales, since the
5    existing code by and large can't handle multi-byte characters.
6    So, if the current locale is set to one beginning with any of
7    these prefixes, we set the locale to "C" instead.
8  */
9
10 static const char * const change_locale[] = { 
11   "ja_JP",
12   "ko",
13   "zh",
14   NULL
15 };
16
17 #endif