Re: Locale settings



Jon Doud wrote:

I have worked through the Perl-GTK tutorials and have found a problem
with my system.  I get an error every time I run a Perl-GTK program:

Gdk-WARNING **: locale not supported by C library

I cannot get my programs to display in other languages.  Can someone
help me get locales set up correctly?

Take a look at the documentation for localedef. That is the program that
generates the locale definitions, from a set of input files that should
come with your c lib (well they come with glibc).
IIRC you should just run (to get Danish locale - substitute locale and
charset to suit your needs):

     localedef -i da_DK -f ISO-8859-1 da_DK

./borup





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