Dov Feldstern wrote:
Yeah, I don't know. I'm just basing this on the comment above. But I
can't imagine that there are anywhere near 32-bits worth of unicode
symbols...
The Unicode standard defines that it has 21-bit code points, so there
are 11 bits left that can be used. This number will no
On Mon, Jun 18, 2007 at 10:41:54PM +0200, Alfredo Braunstein wrote:
> Dov Feldstern wrote:
>
> > Why do we need that structure at all? Given that our char_type is
> > 32-bits, and we don't use all 32, we could do something like the
> > following: the insets themselves could be stored in a hash tab
Dov Feldstern wrote:
> Why do we need that structure at all? Given that our char_type is
> 32-bits, and we don't use all 32, we could do something like the
> following: the insets themselves could be stored in a hash table,
> without storing their positions in that structure. At each position in
>
Abdelrazak Younes wrote:
Dov Feldstern wrote:
Jean-Marc Lasgouttes wrote:
"Dov" == Dov Feldstern
<[EMAIL PROTECTED]> writes:
Dov> Hmm, I just came across this yesterday when trying to figure out
Dov> what was going on with bug 3011, and wondered about it. I'm not
Dov> sure if this is what yo
On Mon, Jun 18, 2007 at 09:50:03AM +0200, Abdelrazak Younes wrote:
> Dov Feldstern wrote:
> >Jean-Marc Lasgouttes wrote:
> >>>"Dov" == Dov Feldstern
> >>><[EMAIL PROTECTED]> writes:
> >>
> >>
> >>Dov> Hmm, I just came across this yesterday when trying to figure out
> >>Dov> what was going
Dov Feldstern wrote:
Jean-Marc Lasgouttes wrote:
"Dov" == Dov Feldstern
<[EMAIL PROTECTED]> writes:
Dov> Hmm, I just came across this yesterday when trying to figure out
Dov> what was going on with bug 3011, and wondered about it. I'm not
Dov> sure if this is what you mean or not, but it migh
Jean-Marc Lasgouttes wrote:
"Dov" == Dov Feldstern <[EMAIL PROTECTED]> writes:
Dov> Hmm, I just came across this yesterday when trying to figure out
Dov> what was going on with bug 3011, and wondered about it. I'm not
Dov> sure if this is what you mean or not, but it might be relevant...
Dov>