mani74 n00b
Joined: 26 Aug 2004 Posts: 49
|
Posted: Thu Aug 26, 2004 5:00 pm Post subject: Probleme mit den locales |
|
|
Ich hab (auf französisch) gelesen, dass man in /etc/env.d/02locales sein System auf ne Sprache tunen kann. Bei mir steht:
Code: | root@pingu marco # more /etc/env.d/02locales
LC_CTYPE="de_CH@euro"
LC_ALL="de_CH@euro"
LANG="de_CH"
LINGUAS="de"
|
Leider scheint das nicht zu funktionieren, weil es kein /usr/share/locale/de_CH gibt.
Also hab ich Code: | root@pingu marco # localedef -c -i de_DE -f ISO-8859-15 de_CH -v
/usr/share/i18n/locales/de_DE:7: non-symbolic character value should not be used
/usr/share/i18n/locales/de_DE:8: non-symbolic character value should not be used
/usr/share/i18n/locales/de_DE:9: non-symbolic character value should not be used
/usr/share/i18n/locales/de_DE:11: non-symbolic character value should not be used
/usr/share/i18n/locales/de_DE:14: non-symbolic character value should not be used
/usr/share/i18n/locales/de_DE:15: non-symbolic character value should not be used
/usr/share/i18n/locales/de_DE:16: non-symbolic character value should not be used
/usr/share/i18n/locales/de_DE:17: non-symbolic character value should not be used
/usr/share/i18n/locales/de_DE:19: non-symbolic character value should not be used
/usr/share/i18n/locales/de_DE:20: non-symbolic character value should not be used
/usr/share/i18n/locales/de_DE:21: non-symbolic character value should not be used
/usr/share/i18n/locales/de_DE:22: non-symbolic character value should not be used
/usr/share/i18n/locales/de_DE:23: non-symbolic character value should not be used
/usr/share/i18n/locales/de_DE:24: non-symbolic character value should not be used
/usr/share/i18n/locales/de_DE:25: non-symbolic character value should not be used
/usr/share/i18n/locales/de_DE:26: non-symbolic character value should not be used
/usr/share/i18n/locales/de_DE:27: non-symbolic character value should not be used
/usr/share/i18n/locales/de_DE:28: non-symbolic character value should not be used
/usr/share/i18n/locales/de_DE:29: non-symbolic character value should not be used
/usr/share/i18n/locales/de_DE:34: non-symbolic character value should not be used
/usr/share/i18n/locales/i18n:1107: non-symbolic character value should not be used
/usr/share/i18n/locales/i18n:1313: non-symbolic character value should not be used
/usr/share/i18n/locales/i18n:1345: non-symbolic character value should not be used
/usr/share/i18n/locales/i18n:1373: non-symbolic character value should not be used
/usr/share/i18n/locales/de_DE:38: non-symbolic character value should not be used
/usr/share/i18n/locales/de_DE:67: non-symbolic character value should not be used
/usr/share/i18n/locales/translit_neutral:10: non-symbolic character value should not be used
/usr/share/i18n/locales/translit_neutral:11: non-symbolic character value should not be used
/usr/share/i18n/locales/translit_neutral:12: non-symbolic character value should not be used
/usr/share/i18n/locales/translit_neutral:13: non-symbolic character value should not be used
/usr/share/i18n/locales/translit_neutral:14: non-symbolic character value should not be used
/usr/share/i18n/locales/translit_neutral:15: non-symbolic character value should not be used
/usr/share/i18n/locales/translit_neutral:16: non-symbolic character value should not be used
/usr/share/i18n/locales/translit_neutral:17: non-symbolic character value should not be used
LC_NAME: field `name_gen' not defined
LC_IDENTIFICATION: field `audience' not defined
LC_IDENTIFICATION: field `application' not defined
LC_IDENTIFICATION: field `abbreviation' not defined
LC_IDENTIFICATION: no identification for category `LC_MEASUREMENT'
LC_CTYPE: table for class "upper": 1564 bytes
LC_CTYPE: table for class "lower": 1564 bytes
LC_CTYPE: table for class "alpha": 3616 bytes
LC_CTYPE: table for class "digit": 600 bytes
LC_CTYPE: table for class "xdigit": 600 bytes
LC_CTYPE: table for class "space": 792 bytes
LC_CTYPE: table for class "print": 5144 bytes
LC_CTYPE: table for class "graph": 5144 bytes
LC_CTYPE: table for class "blank": 792 bytes
LC_CTYPE: table for class "cntrl": 664 bytes
LC_CTYPE: table for class "punct": 4120 bytes
LC_CTYPE: table for class "alnum": 3616 bytes
LC_CTYPE: table for class "combining": 2076 bytes
LC_CTYPE: table for class "combining_level3": 2076 bytes
LC_CTYPE: table for map "toupper": 14364 bytes
LC_CTYPE: table for map "tolower": 12828 bytes
LC_CTYPE: table for map "totitle": 14364 bytes
LC_CTYPE: table for width: 2584 bytes
root@pingu marco # |
probiert, doch aquch damit gibt es immer noch kein de_CH.
Bei gentoo-2004.0 gab es IIRC die de_CH per default. Wie bekomm ich die wieder hin?
Danke & Gruss
Marco |
|