diff options
Diffstat (limited to 'chapter07/profile.xml')
-rw-r--r-- | chapter07/profile.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/chapter07/profile.xml b/chapter07/profile.xml index 4cfa2c7e7..112c9a768 100644 --- a/chapter07/profile.xml +++ b/chapter07/profile.xml @@ -124,12 +124,14 @@ LC_ALL=<locale name> locale int_prefix</userinput></screen> <screen><computeroutput>Warning: locale not supported by Xlib, locale set to C</computeroutput></screen> - <para>Sometimes it is possible to fix this by removing the charmap part of the - locale specification, as long as that does not change the character map that - Glibc associates with the locale (this can be checked by running the - <command>locale charmap</command> command in both locales). For example, one - would have to change "de_DE.ISO-8859-15@euro" to - "de_DE@euro" in order to get this locale recognized by Xlib.</para> + <para>Here Xlib expects that the character map will be listed in uppercase + notation with canonical dashes. For instance, "ISO-8859-1" rather than + "iso88591". It is sometimes possible to fix this by removing the charmap part + of the locale specification, as long as that does not change the character + map that Glibc associates with the locale. This can be checked by running + the <command>locale charmap</command> command in both locales. For example, + one would have to change "de_DE.ISO-8859-15@euro" to "de_DE@euro" in order to + get this locale recognized by Xlib.</para> <para>Other packages can also function incorrectly (but may not necessarily display any error messages) if the locale name does not meet their expectations. |