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

Re^2: Outputting Unicode to DOS

by thekestrel (Friar)
on Aug 28, 2015 at 12:05 UTC ( [id://1140315]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use utf8;
    use Encode 'encode';
    ...
    
    print encode cp850 => $str;
    system encode cp850 => $str;
    
  2. or download this
    convert -size 100x25 -background white -fill black -pointsize 25 label
    +:ÄÖÜß ÄÖÜß.gif
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (None)
    As of 2024-04-25 00:53 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found