Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Localize Wx application - encoding problem

by ph0enix (Friar)
on Aug 01, 2007 at 15:55 UTC ( [id://630096]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     undef $locale;
     $locale = Wx::Locale->new('Czech', 'cz','cz');
     $locale->AddCatalogLookupPathPrefix(filename('data/locale'));
     $locale->AddCatalog('evidence');
    
  2. or download this
    msgid ""
    msgstr ""
    "Project-Id-Version: evidence VERSION\n"
    ...
    "MIME-Version: 1.0\n"
    "Content-Type: text/plain; charset=UTF-8\n"
    "Content-Transfer-Encoding: 8bit\n"
    
  3. or download this
    sub _T {
     my $gettext;
     my $octets;
    ...
    
     return $result;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found