>> I do have one other matter to raise, with some trepidation: >> If we're really mapping POSIX::lc() to CORE::lc(), isn't >> that going to go through the full Unicode case-mapping, and >> isn't that different from POSIX case-mapping? :( [*DUCKS*] > > Just what I mean with "one-on-one mapping from POSIX to Perl" isn't > correct. The current implementation is too limited, if feasible at > all. Of course, it fitted better with "classic" Perl versions. lc() only does full Unicode case mapping when use feature 'unicode_strings' is in effect. When locale is in effect, it uses locale mappings. So I don't see a problemThread Previous | Thread Next