Message 205538 - Python tracker
Message205538
| Author | vstinner |
|---|---|
| Recipients | deleted250130, larry, lemburg, loewis, ncoghlan, pitrou, r.david.murray, terry.reedy, vstinner |
| Date | 2013-12-08.10:49:59 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <CAMpsgwavJyTMDxmVM_VNk-XE1y3DoLRaeci166gA8WboxNOP6A@mail.gmail.com> |
| In-reply-to | <1386468963.76.0.589393750893.issue19846@psf.upfronthosting.co.za> |
| Content | |
|---|---|
Antoine Pitrou added the comment: > > Python uses the fact that the filesystem encoding is the locale > > encoding in various places. > The patch doesn't change that. Nick Coghlan added the comment: > Note that the *only* change Antoine's patch makes is that: > - *if* the locale encoding is ASCII (or an alias for ASCII) > - *then* Python sets the filesystem encoding to UTF-8 instead If the locale encoding is ASCII, filesystem encoding (UTF-8) is different than the locale encoding. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-12-08 10:49:59 | vstinner | set | recipients: + vstinner, lemburg, loewis, terry.reedy, ncoghlan, pitrou, larry, r.david.murray, deleted250130 |
| 2013-12-08 10:49:59 | vstinner | link | issue19846 messages |
| 2013-12-08 10:49:59 | vstinner | create | |