Re: [Python-3000] How will unicode get used?

2006-09-27 Thread Josiah Carlson
"Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > Josiah Carlson schrieb: > > What about a tree structure over the top of the string as I described in > > another post? If there are no surrogate pairs, the pointer to the tree > > is null. If there are surrogate pairs, we could either use the > >

Re: [Python-3000] How will unicode get used?

2006-09-27 Thread Martin v. Löwis
Josiah Carlson schrieb: > Attached is my untested sample implementation (I'm away for the next > week or so, and can't test), that should give an idea of what I was > talking about. Thanks. It is hard to tell what the impact on the implementation is. For example, ISTM that you have to regenerate t

Re: [Python-3000] How will unicode get used?

2006-09-27 Thread Josiah Carlson
"Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > Josiah Carlson schrieb: > > Attached is my untested sample implementation (I'm away for the next > > week or so, and can't test), that should give an idea of what I was > > talking about. > > Thanks. It is hard to tell what the impact on the imple