Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2015 00:39:19 +0300
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        freebsd-current@freebsd.org
Subject:   Implement base NLS catalog conversion from 8bit locales to utf-8
Message-ID:  <20150405213919.GR21982@hades.panopticon>

next in thread | raw e-mail | index | archive | help
Hi!

I've just noticed that though we have NLS files for 8bit locales:

# ls /usr/share/nls/ru_RU.KOI8-R/
ee.cat		grep.cat	libc.cat	tcsh.cat

we don't for UTF-8:

# ls /usr/share/nls/ru_RU.UTF-8/
tcsh.cat

Seemingly this is easily fixable by just converting catalogs with iconv
which we have in base system. Could anyone give me a hint on how it's
better to implement this, as I'd like to.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru      http://amdmi3.ru



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150405213919.GR21982>