in reply to Re^2: inconsistency in whitespace handling
in thread inconsistency in whitespace handling

Right, but my point was that 0xa0 isn't considered a space character for a plain vanilla ASCII scalar without the utf magic enabled (underneath Perl's calling isspace(3), which only considers the characters space, form-feed, newline, carriage return, horizontal tab, and vertical tab to be whitespace).

  • Comment on Re^3: inconsistency in whitespace handling