On Mon, Feb 21, 2011 at 10:06:44AM -0700, Karl Williamson wrote: > > Note that I intend to fix things so that multiple charset modifiers are > disallowed, same as in infix (didn't have time before the freeze). > > Note also that there are a number of enhancements under consideration > for future Perls that will affect all this. > > Here are the ones I can think of at the moment: > /w to change the meaning of \b to Unicode's word boundary algorithm. > /k to change /i to mean compatible decomposition Please don't use /k. Having /k means '(?k:)' becoming valid, and that will interfere with Regexp::Common, which uses '(?k:)'. /p started out as /k, and it was changed to /p as to not interfere with Regexp::Common. > /? to change /i to mean canonical decomposition. I've thought about /i > /ii, and /iii for these; but don't think it's a good idea. > /? to change /i to mean simple case folding, or make that the default > and /f to mean full. AbigailThread Previous | Thread Next