in reply to Re^4: LC_*: Something horrible in the world of Regexes
in thread Something strange in the world or Regexes

How will(/are) shell LANG/LC_* variables be handled? I'm 90% convinced that is sanest to ignore those.

Those are definitely ignored if you don't use locale. That's about all I know.

use open ':std', ':locale'; is useful if you want to use the locale's encoding (and nothing else) for STD*. ref: open

  • Comment on Re^5: Something horrible in the world of Regexes - attack of the posix zombies
  • Download Code