[issue4678] Unicode: multiple chars for high code points

2008-12-16 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: On 2008-12-17 00:53, Martin v. Löwis wrote: > Martin v. Löwis added the comment: > > As Marc-Andre say, this is not a bug. Finding out the exact name of the > configure option is left as an exercise. Ah, so that changed as well... for Python 3.0 it's call

[issue4678] Unicode: multiple chars for high code points

2008-12-16 Thread Martin v. Löwis
Martin v. Löwis added the comment: As Mark-Andre say, this is not a bug. Finding out the exact name of the configure option is left as an exercise. -- nosy: +loewis resolution: -> invalid status: open -> closed ___ Python tracker

[issue4678] Unicode: multiple chars for high code points

2008-12-16 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: On 2008-12-17 00:25, Eric Eisner wrote: > New submission from Eric Eisner : > > I discovered this when trying to splice a string containing unicode > codepoints higher than U+ > > > all examples on 32-bit Ubuntu Linux > > python 2.5.2 (for comparison

[issue4678] Unicode: multiple chars for high code points

2008-12-16 Thread Eric Eisner
New submission from Eric Eisner : I discovered this when trying to splice a string containing unicode codepoints higher than U+ all examples on 32-bit Ubuntu Linux python 2.5.2 (for comparison): sys.maxunicode # 1114111 len(unichr(66674)) # 1 len(u'\U00010472') # 1 len(u'𐑲') #