This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients Arfrever, Nicholas.Cole, ezio.melotti, inigoserna, loewis, poq, tchrist, vstinner, zeha
Date 2012-03-10.18:53:56
SpamBayes Score 0.00067850645
Marked as misclassified No
Message-id <4F5BA345.3080802@v.loewis.de>
In-reply-to <1331398374.59.0.359908742277.issue12568@psf.upfronthosting.co.za>
Content
> Martin, I think you meant to write "if w == 'A':".
> Some very common characters have ambiguous widths though (e.g. the Greek alphabet), so you can't just raise an error for them.

That's precisely why I don't think this should be in the library, but
in the application. Application developers who need that also need
to concern themselves with the border cases, and decide on how
they need to resolve them.
History
Date User Action Args
2012-03-10 18:53:57loewissetrecipients: + loewis, vstinner, ezio.melotti, Arfrever, inigoserna, zeha, poq, Nicholas.Cole, tchrist
2012-03-10 18:53:56loewislinkissue12568 messages
2012-03-10 18:53:56loewiscreate