|
|
| Welcome to the Monastery | |
| PerlMonks |
Re: How to print a Euro symbol (€) in a PerlTk Label widget.by Anonymous Monk |
| on Sep 04, 2012 at 13:01 UTC ( #991619=note: print w/ replies, xml ) | Need Help?? |
|
Ive tried using \€ in the sprintf but that doesnt work, nor have the fancier ways of using UTF-8 codes that Ive tried. Any suggestions? Prove it? perl -MTk -e " tkinit->Label( -text => qq{\x{20AC}} )->pack; MainLoop; "
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||