Here is ebuild for freebsd's utf8locale, utf8 enabled system locales.
Created attachment 85867 [details] utf8locale-040319.ebuild
Comment on attachment 85867 [details] utf8locale-040319.ebuild ># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header$ > >DESCRIPTION="UTF-8 locales support" >HOMEPAGE="http://www.freebsd.org/" >LICENSE="BSD" >SLOT="0" >KEYWORDS="~x86-fbsd" > >SRC_URI="http://people.freebsd.org/~perky/distfiles/utf8locale-040319.tar.gz" > >src_install() { > /usr/bin/make PREFIX=${D}/usr install || die >}
inheriting bsdmk is necessary, but openbsd was a garbage
Hmm I'm not sure about this, arachnist pointed that FreshPorts shows the package as IGNORE because it's already in base system (and the date is quite old) although I was never able to get the UTF-8 support to work correctly via ssh at least.
(In reply to comment #4) > Hmm I'm not sure about this, arachnist pointed that FreshPorts shows the > package as IGNORE because it's already in base system (and the date is quite > old) although I was never able to get the UTF-8 support to work correctly via > ssh at least. I saw this at freshports, but without it UTF-8 locales didn't work, and now i have full UTF-8 support under X and over ssh. Maybe include it with freebsd-share?
I've fixed locale installation in freebsd-share, this package is not needed anymore.