Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Yet Another UTF8 Issue

by Arrowhead (Monk)
on Mar 18, 2004 at 17:40 UTC ( #337743=note: print w/replies, xml ) Need Help??


in reply to Yet Another UTF8 Issue

If you're using XML, you will have to deal with unicode.

Pretending you don't will only make things harder.

All XML parsing modules for perl will give your perl code utf-8 encoded data.

Use the latest perl 5.8.x you can find, read perluniintro.pod and go from there.

In your case, the only thing you'll have to do is indicate the encoding that you want your output in, using the 3-argument form of open() or binmode() if you're printing to an already opened filehandle.

Replies are listed 'Best First'.
Re: Re: Yet Another UTF8 Issue
by stefan k (Curate) on Mar 19, 2004 at 09:53 UTC
    Thanks :-)

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2023-03-25 16:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (63 votes). Check out past polls.

    Notices?