Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^8: how to output file in Unicode

by anakin30 (Acolyte)
on Aug 27, 2012 at 13:26 UTC ( [id://989985]=note: print w/replies, xml ) Need Help??


in reply to Re^7: how to output file in Unicode
in thread how to output file in Unicode

result is negative, i still see the givenname is not converted to Unicode UTF8, Example : Björn

i edit the script as below, but it doesn't help

open (OUTPUT, ">:encoding(UTF-8)",$outputfile) or die "Cannot open filename for input: $!";

how about using perl module (utf8::all) does it help?

yeah this is givenname :)

Replies are listed 'Best First'.
Re^9: how to output file in Unicode
by remiah (Hermit) on Aug 27, 2012 at 20:44 UTC

    One question. What do you use when you said "Björn"? I mean Browser? or Editor?

    Back to previous.

    open (OUTPUT, ">",$outputfile) or die "Cannot open filename for input: + $!";
    And Open your output file with Browser.What do you see when you change "Character Encoding" of Browser? Can you change it to UTF-8?

      this "Björn" appear only if i open the csv output file using microsoft excel

      using notepad or Editplus (editor) it looks good.

        What encoding does the "microsoft excel" program think the file is in?

        i changed it once, but it doesn't work out, i still seeing the character as "Björn".

        i don't know why? but how to ensure the output was delivered in UTF-8 encoded? is there any way i can prove?

        why the string still displayed as "Björn" even though i set the output to encoding(UTF-8), as below line

        open (OUTPUT, ">:encoding(UTF-8)",$outputfile) or die "Cannot open filename for input: $!";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-19 06:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found