Re: unicode data - accessing codepoints > FFFF on narrow python builts

2007-04-18 Thread vbr
n I need higher multilingual planes. Thanks again, Vlastimil Brom - vbr > From: "Martin v. Löwis" <[EMAIL PROTECTED]> > Subj.: Re: unicode data - accessing codepoints > on narrow python builts > Datum: 18.4.2007 21:37:39 > -

Re: unicode data - accessing codepoints > FFFF on narrow python builts

2007-04-18 Thread vbr
Hi, thanks for the answer, > From: Gabriel Genellina <[EMAIL PROTECTED]> > Subj: Re: unicode data - accessing codepoints > on narrow python builts > Datum: 18.4.2007 21:33:11 > > > py> x=u"\N{GOTHIC LETTER AHSA}&quo

Re: unicode data - accessing codepoints > FFFF on narrow python builts

2007-04-18 Thread Martin v. Löwis
> Is it a bug in unicodedata, or is this the expected behaviour on a > narrow build? It's a bug. It should either raise an exception, or return the correct result. If you know feel like submitting a bug report: please try to come up with a patch instead. > Another problem I have is to access the

Re: unicode data - accessing codepoints > FFFF on narrow python builts

2007-04-18 Thread Gabriel Genellina
En Wed, 18 Apr 2007 06:37:56 -0300, <[EMAIL PROTECTED]> escribió: > Hi all, > I'd like to ask about the usage of unicode data on a narrow python build. > Unicode string literals \N{name} work even without the (explicit) import > of unicodedata and it correctly handles also the "wider" unicodes