Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: convert UTF-8 in nested data structures

by valdez (Monsignor)
on Nov 08, 2005 at 11:11 UTC ( [id://506697]=note: print w/replies, xml ) Need Help??


in reply to convert UTF-8 in nested data structures

You could use Data::Structure::Util:

use Data::Structure::Util qw/ utf8_on /; $ref = { whatever => 'אטילעש' }; utf8_on( $ref );

Ciao, Valerio

Replies are listed 'Best First'.
Re^2: convert UTF-8 in nested data structures
by slayven (Pilgrim) on Nov 08, 2005 at 18:16 UTC
    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
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://506697]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-03-28 16:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found