the meaning of r?.......ï¾
MRAB
python at mrabarnett.plus.com
Mon Jul 23 11:46:49 EDT 2012
More information about the Python-list mailing list
Mon Jul 23 11:46:49 EDT 2012
- Previous message (by thread): the meaning of rユ.......ï¾
- Next message (by thread): the meaning of rユ.......ï¾
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 23/07/2012 14:24, Henrik Faber wrote: [snip] > And if I think of PHP's latest fiasco that happened with unicode > characters, it makes me shudder to think you'd want that stuff in > Python. If I remember correctly, it was the Turkish locale that they > stuggled with: Turkey apparently does not have a capital "I", so some > weird PHP magic code broke with the Turkish locale in effect. Having to > keep crap like that in mind is just plain horrible. I'm very happy with > the way Python does it. > When Turkish changed to the Latin alphabet, the letter pair I/i was split into 2 separate letters, each with an uppercase and a lowercase form: I/ı (uppercase without dot and lowercase without dot) and İ/i (uppercase with dot and lowercase with dot).
- Previous message (by thread): the meaning of rユ.......ï¾
- Next message (by thread): the meaning of rユ.......ï¾
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list