|
The Question is:
Hi Wizard.
I want set locale for my a XWindow program but
have error.
setlocale(LC_ALL, "RU_RU.ISO8859-5") - return not NULL
XSupportsLocale() - return false
I18N installed.
$locale show
LANG=RU_RU_ISO8859-5
LC_CTYPE="RU_RU_ISO8859-5"
LC_COLLATE="RU_RU_ISO8859-5"
LC_TIME="RU_RU_ISO8859-5"
LC_NUMERIC="RU_RU_ISO8859-5"
LC_MONETARY="RU_RU_ISO8859-5"
LC_MESSAGES="RU_RU_ISO8859-5"
LC_ALL=
What I can do, to supported by Xlib locale ?
The Answer is :
There is presently no supported DECwindows Russian language variant
available; the DECwindows Motif Russkij V1.2-3 support was retired
in May 2000. This local language variant is likely not compatible
with more current DECwindows releases.
Related topics include (9454), (9399), (3587), and likely others.
|