Nick Patavalis wrote:
So I guess I'm missing some of the libc and/or XFree86 locale files?Yes, probably
It seems to got working.
Here is what I did. My XFree86 distribution has directory
/usr/X11R6/lib/X11/locale/iso8859-7
and libc has
/usr/share/locale/el_GR.ISO8859-7
So I made symbolic link for iso8859-7
$ cd /usr/X11R6/lib/X11/locale $ sudo ln -s iso8859-7 el_GR.ISO8859-7
Now running
$ LC_CTYPE=el_GR.ISO8859-7 mozilla
works fine. No warnings about non-existent locales from either libc or Xlib and accents are typed as they should.
If there's a better fix, I'd be grateful to know.
Install /usr/ports/misc/utf8locale, which includes el_GR.
Matt
_______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86