[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: UTF-8 strings as title for TreeViewColumn
- From: "A. Pagaltzis" <pagaltzis gmx de>
- To: gtk-perl-list gnome org
- Subject: Re: UTF-8 strings as title for TreeViewColumn
- Date: Thu, 14 Apr 2005 21:21:36 +0200
* 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]