in reply to How are regex character classes implemented?
And yes, that's 0x10FFFF, not 0xFFFF. Unicode is not limited to representing 64K characters, and something like 74K code points have actually been defined at this point. Short-term you could probably get away with only worrying about the lower 64K code points (the "basic multilingual plane"), but it's not really a compliant Unicode implementation if you go that route.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How are regex character classes implemented?
by John M. Dlugosz (Monsignor) on Jul 19, 2002 at 18:15 UTC | |
|
Re: Re: How are regex character classes implemented?
by theorbtwo (Prior) on Jul 19, 2002 at 06:14 UTC | |
by John M. Dlugosz (Monsignor) on Jul 19, 2002 at 18:06 UTC | |
by seattlejohn (Deacon) on Jul 19, 2002 at 21:17 UTC | |
by John M. Dlugosz (Monsignor) on Jul 22, 2002 at 18:23 UTC |