utf8-all icon indicating copy to clipboard operation
utf8-all copied to clipboard

Add Support for converting ENV to UTF8. Issue #36

Open ajbrowe opened this issue 6 years ago • 2 comments

  • Add Support for converting ENV to UTF8. Issue #36
  • Add POD for ENV changes
  • Restore %ENV after unimport

This is the first PR on behalf of Adestra for the CPAN PRC for January 2018

There will be a performance hit to using a tied %ENV, however In my experience %ENV is not accessed on such a scale that the performance will be an issue. perhaps I'm wrong.

It is possible to disable the tie with NO-GLOBAL or no utf8::all

ajbrowe avatar Jan 26 '18 17:01 ajbrowe