in reply to Re: Re: How are regex character classes implemented?
in thread How are regex character classes implemented?
11111110 is the largest byte-count the first byte can encode, so that's followed by 7 groups of 6 bits, or 42 bits total.
The ISO-646 character set is defined on 31 bits. I guess they didn't want to worry about signed/unsigned, or perhaps wanted to leave a bit for the user? Anyway, it's certainly enough.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: How are regex character classes implemented?
by seattlejohn (Deacon) on Jul 19, 2002 at 21:17 UTC | |
by John M. Dlugosz (Monsignor) on Jul 22, 2002 at 18:23 UTC |