svn commit: r302026 - in head: share/monetdef share/msgdef share/numericdef share/timedef tools/tools/locale/tools
Andrey Chernov
ache at freebsd.org
Mon Jun 20 19:14:14 UTC 2016
On 20.06.2016 9:45, Baptiste Daroussin wrote:
> Author: bapt
> Date: Mon Jun 20 06:45:42 2016
> New Revision: 302026
> URL: https://svnweb.freebsd.org/changeset/base/302026
>
> Log:
> Fix generation of locales with multiple variants
Thanx.
Just want to note, even if we stay with RFC 5646 language tags instead
of ISO 639 ones with @modifier (per ISO 15897), current tags are
incorrect because have "_" instead of "-" which makes parsing harder,
because "_" is territory separator and someone may not expect several
"_" exists. Per RFC 5646 we need names like
sr-Cyrl_RS.UTF-8.src
and not
sr_Cyrl_RS.UTF-8.src
More information about the svn-src-all
mailing list