Re: UTF-8 strings as title for TreeViewColumn



* Rodrigo Torres <motoboi debian-ce org> [2005-04-14 20:10]:
Finally, anybody figured what I'm missing here?

Put âuse utf8;â at the top of your program to tell Perl that the
source file is UTF-8, not some local encoding.

Alternatively, write "C\x{F3}digo". Using \x{} you can include
any Unicode codepoint in your strings.

See âman perlunicodeâ for further explanation and gory details.

Regards,
-- 
#Aristotle
*AUTOLOAD=*_=sub{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1};
&Just->another->Perl->hacker;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]