XSetLocaleModifiers (3) Linux Manual Page
XSupportsLocale, XSetLocaleModifiers – determine locale support and configure locale modifiers Syntax Bool XSupportsLocale(void); char *XSetLocaleModifiers(char *modifier_list); Arguments modifier_list Specifies the modifiers. Description The XSupportsLocale function returns True if Xlib functions are capable of operating under the current locale. If it returns False, Xlib locale-dependent functions for which the XLocaleNotSupported return status is defined will return…
