Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: spanish special chars

by polypompholyx (Chaplain)
on Sep 21, 2005 at 18:04 UTC ( [id://493903]=note: print w/replies, xml ) Need Help??


in reply to spanish special chars

use strict; use Tk; my $mw = MainWindow->new(); $mw->Button( -text => 'Hola compaņero!' )->pack; MainLoop;

Works for me™. What encoding are you using? Codepoint \x{a4} will display as an n-tilde in a Windows cmd prompt, but in utf8 and Tk, it's a generic currency sign. Codepoint \x{f1} is the 'proper' Tk/utf8 n-tilde, but will display as a plus/minus sign in cmd.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-19 03:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found