Date: Mon, 20 Jun 2016 22:14:04 +0300 From: Andrey Chernov <ache@freebsd.org> To: Baptiste Daroussin <bapt@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r302026 - in head: share/monetdef share/msgdef share/numericdef share/timedef tools/tools/locale/tools Message-ID: <0de854da-5914-901a-3d15-41429808ace1@freebsd.org> In-Reply-To: <201606200645.u5K6jhBr081752@repo.freebsd.org> References: <201606200645.u5K6jhBr081752@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0de854da-5914-901a-3d15-41429808ace1>