Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Processing spreadsheet with some cells in ASCII, other cells in UTF-8

by tangent (Parson)
on Sep 01, 2015 at 21:04 UTC ( [id://1140718]=note: print w/replies, xml ) Need Help??


in reply to Processing spreadsheet with some cells in ASCII, other cells in UTF-8

These garbled strings are accompanied by the error message "Wide character in print"
How are you opening the .ini file for output - try this if not already:
open ( my $fh, ">:encoding(utf8)", "file.ini" ) or die "file.ini: $!";

Log In?
Username:
Password:

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

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

    No recent polls found