Moving to Python 3
Moving to Python 3
Posted Feb 10, 2011 17:10 UTC (Thu) by marcH (subscriber, #57642)In reply to: Moving to Python 3 by tialaramex
Parent article: Moving to Python 3
In this sense, UCS-2 is extremely often found in the real world.
Posted Feb 11, 2011 4:01 UTC (Fri)
by tialaramex (subscriber, #21167)
[Link]
What were you imagining they should be using java.lang.String.codePointCount() for ? Text is hard, like I said, and a count of Unicode code points is rarely what you need.
Examples of things which are assigned one or more Unicode code points: A harmless, invisible and ignorable marker; indication that subsequent neutral text is intended to be displayed right-to-left; the cedilla accent on a character; a lowercase x; a vertical tab; indication that a non-fatal error occurred in some previous processing.
UTF family
