[Python-Dev] PEP-393/PEP-3118: unicode format specifiers (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Tue Mar 6 22:59:32 CET 2012
- Previous message: [Python-Dev] PEP-393/PEP-3118: unicode format specifiers
- Next message: [Python-Dev] PEP-393/PEP-3118: unicode format specifiers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I think it would be nice for Python3.3 to implement the PEP-3118 suggestion:
'c' -> UCS1 'u' -> UCS2 'w' -> UCS4
What is the use case for these format codes?
Regards, Martin
- Previous message: [Python-Dev] PEP-393/PEP-3118: unicode format specifiers
- Next message: [Python-Dev] PEP-393/PEP-3118: unicode format specifiers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]