On 23 août 2011 21:44 "Richard Wordingham" <[email protected]> <[email protected]> wrote:
> On Tue, 23 Aug 2011 07:18:21 +0200 > Jean-François Colson <[email protected]> <[email protected]> wrote: > > > And what dou you think about (H1,H2,VS1,L3,L4)? > > The L4 is unnecessary. The trick then is to think of a BMP > character that would very rarely be searched for on its own. > > Richard. > With (H1,H2,VS1,L3), you'd only reach U+4010FFFF. To reach U+7FFFFFFF, you'd need either an additional low surrogate (H1,H2,VS1,L3,L4) or two VS (H1,H2,VS1,L3) and (H1,H2,VS2,L3).

