in reply to Re^2: Any good ways to handle NARROW NO-BREAK SPACE characters in regex in newer versions of Perl?
in thread Any good ways to handle NARROW NO-BREAK SPACE characters in regex in newer versions of Perl?

I would strongly recommend not using the command line, as it can have its own encoding issues, instead put everything in a script; if it contains non-ASCII characters, make sure to save it as UTF-8 and use utf8;.

  • Comment on Re^3: Any good ways to handle NARROW NO-BREAK SPACE characters in regex in newer versions of Perl?
  • Download Code