gettext and encodings

Vadim Zeitlin vadim at wxwidgets.org
Tue Jun 5 10:08:44 PDT 2007


On Tue, 5 Jun 2007 19:05:43 +0200 (CEST) Tomasz Toczyski <tt at praterm.com.pl> wrote:

TT> I would like to internationalize my wx applicacion and I used getttext
TT> module. I put my translated strings in .po files with utf-8 encoding.
TT> After creating .mo files everything works well on my Linux where I have
TT> utf-8 as a default encoding.
TT> 
TT> But when I run my application on Linux with different system encoding or
TT> on MSWindows - non-ASCII caracters are not displayed correctly.

 Normally it should work just fine provided that the original strings are
in ASCII. Do you see the problem in e.g. internat sample? Also, do you use
ANSI or Unicode build?

 Regards,
VZ

-- 
TT-Solutions: wxWidgets consultancy and technical support
               http://www.tt-solutions.com/





More information about the wx-users mailing list