svn commit: r281129 - head/etc

Dmitry Marakasov amdmi3 at amdmi3.ru
Fri Apr 10 11:43:45 UTC 2015


* Slawa Olhovchenkov (slw at zxy.spb.ru) wrote:

> At this moment many programs still not utf8 capable.
> Programs used in scripts -- too.
> `tr` for example.
> Swithcing 'default' login class to utf8 locale may break scripts, and
> custom scripts too.

We need to fix them, that's all.

> What benefits from switching to utf8 locale in 'default' login class?

Ability to work with utf-8 texts and filenames out of box. I won't
mention how important this is nowadays.

> ...and not utf-8 capable. Imposible convert it to utf8.

This is to be handled individually for each port. If there are 8bit
characters in comments, these can be converted right away. If unicode
support is required from application and it has the support, it can be
converted. If it has no support, it's not converted and warning is
added. I think that's obvious.

-- 
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 svn-src-all mailing list