Implement base NLS catalog conversion from 8bit locales to utf-8

Dmitry Marakasov amdmi3 at amdmi3.ru
Mon Apr 6 00:15:51 UTC 2015


* Dmitry Marakasov (amdmi3 at amdmi3.ru) wrote:

> 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.

I've implemented this. See https://reviews.freebsd.org/D2232

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


More information about the freebsd-current mailing list