Message23598
| Author |
loewis |
| Recipients |
| Date |
2004年12月09日.23:26:40 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=21627
getdefaultencoding might be "targeted" at the OS level - but
the implementation certainly is not. On the OS level, the C
library will often use a different encoding after
locale.setlocale(locale.LC_ALL,"") is called, compared to
what getdefaultencoding returns. The approach takien inside
getdefaultencoding is inherently flawed, and cannot possibly
work in all cases; getpreferredencoding fixes that flaw. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 14:28:16 | admin | link | issue1080864 messages |
| 2007年08月23日 14:28:16 | admin | create |
|