in reply to Re: convert UTF-8 in nested data structures
in thread convert UTF-8 in nested data structures

The Description of the Module says
use Data::Structure::Util qw/ utf8_on /;
This routine performs a sv_utf8_upgrade on each scalar string in the passed data structure that does not have the utf8 flag turned on.
This is not exactly what I'm looking for. I need to convert the string regardless the flag it has internally.
-- slayven
        trust in bash
        but tie your camel

  • Comment on Re^2: convert UTF-8 in nested data structures