Message48013
| Author |
doko |
| Recipients |
| Date |
2005年03月20日.13:32:45 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
checked with glibc-2.3.2 on a Debian/sarge system. The
locale_alias and the encoding_alias tables map the
encoding from utf-8, utf8 to utf, which is not a valid
encoding, at least on this system.
LANG=de_DE.utf-8 python -c 'import locale;
locale.resetlocale()'
Traceback (most recent call last):
File "<string>", line 1, in ?
File "/usr/lib/python2.3/locale.py", line 391, in
resetlocale
_setlocale(category,
_build_localename(getdefaultlocale()))
locale.Error: unsupported locale setting
|
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 15:42:17 | admin | link | issue1166957 messages |
| 2007年08月23日 15:42:17 | admin | create |
|