On Sat, Oct 1, 2011 at 4:32 AM, Ted Faber <fa...@isi.edu> wrote:
>
> On Fri, Sep 30, 2011 at 09:21:12PM +0200, Alexander Leidinger wrote:
> > On Thu, 29 Sep 2011 16:13:50 -0700 Ted Faber <fa...@isi.edu> wrote:
> >
> > > (process:52979): Gtk-WARNING **: Locale not supported by C library.
> > >     Using the fallback 'C' locale.
> >
> > I would expect something like this if you use a valid FreeBSD locale
> > specification which is not valid on Linux. For example on FreeBSD the
> > iso 8859-XX locales have to be written differently. Maybe in your case
> > we have something similar, a locale which exists in FreeBSD with a
> > slightly different name than on Linux (Fedora 10 in the case of the
> > linuxulator).
>
> FWIW, I use:
>
> $ echo $LC_ALL
> en_US.UTF-8
>
>
> --
> Ted Faber
> http://www.isi.edu/~faber           PGP: http://www.isi.edu/~faber/pubkeys.asc
> Unexpected attachment on this mail? See http://www.isi.edu/~faber/FAQ.html#SIG

Usually, I use the following command to generate proper locale files.

 /compat/linux/usr/bin/localedef -i ko_KR -c -f UTF-8 -A
/usr/share/locale/locale.alias ko_KR.UTF-8

(I'm using ko_KR.UTF-8 in FreeBSD)

I think similar things can be done with different locales.

Thanks,
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to