Message 106337 - Python tracker
Message106337
| Author | asvetlov |
|---|---|
| Recipients | Arfrever, asvetlov, brett.cannon, pitrou, vstinner |
| Date | 2010-05-23.17:14:57 |
| SpamBayes Score | 0.056154612 |
| Marked as misclassified | No |
| Message-id | <1274634898.72.0.245000279233.issue8611@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I'm skeptical about surrogates particularly for that problem. From my perspective the solution is only to use native unicode support for windows file operation functions. Conversions utf-8 -> mbcs -> utf8 will loose encoding information thanks to tricky Microsoft mbcs encoding schema. If I'm wrong please correct me. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-05-23 17:14:59 | asvetlov | set | recipients: + asvetlov, brett.cannon, pitrou, vstinner, Arfrever |
| 2010-05-23 17:14:58 | asvetlov | set | messageid: <1274634898.72.0.245000279233.issue8611@psf.upfronthosting.co.za> |
| 2010-05-23 17:14:57 | asvetlov | link | issue8611 messages |
| 2010-05-23 17:14:57 | asvetlov | create | |