This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] localedata: LC_MEASUREMENT: use copy directives everywhere


On 10 Apr 2016 11:16, Chris Leonard wrote:
> Correction: It is more accurate to say only US, Liberia and
> Myanmar/Burma do NOT use metric units.  Myanmar uses a unique mix of
> imperial units and metric.

there's a little more of a mix, but for the purposes of LC_MEASUREMENT,
you are correct.  CLDR shows:
    <measurementData>
          <measurementSystem type="metric"  territories="001"/>
          <measurementSystem type="US"  territories="LR MM US"/>
          <measurementSystem type="metric" category="temperature" territories="LR MM"/>
          <measurementSystem type="US" category="temperature" territories="BS BZ KY PR PW"/>
          <measurementSystem type="UK"  territories="GB"/>
    </measurementData>

we don't track temp data, so once we throw out those entries,
we are left with the three you cited.
-mike

Attachment: signature.asc
Description: Digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]