* Karl Williamson <public@khwilliamson.com> [2014-10-08T22:53:50] > I'm wondering if it would be a good thing to raise a warning on C99/POSIX > 2001.1 platforms when we are switched into a multi-byte locale that isn't > UTF-8. It seems so to me, yes. > We could warn on the 646 (and similar) ones by seeing, when we switch into > it, if a \w character also matches one of the metacharacters. We already go > through all \w characters individually, calculating their folds, at the time > of the switch anyway. > > Perhaps such a warning would be of a new category, say "locale". Another > potential warning in this category is the one Aristotle proposed in > http://nntp.perl.org/group/perl.perl5.porters/211909 Also reasonable-sounding. -- rjbsThread Previous