This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: glibc 2.29 - Winter is coming...
* Joseph Myers:
> On Thu, 3 Jan 2019, Carlos O'Donell wrote:
>
>> The new Era name will likely have to be backported to all the active
>> open stable branches so they can display the new Era name.
>
> Presumably that includes the character properties for U+32FF? (Does
> anything in glibc care about the to-be-announced compatibility
> decomposition that's the reason Unicode 12.1 will be needed
> <https://www.unicode.org/L2/L2018/18220-u121planning.txt> or is glibc only
> concerned with character properties that are already known?)
It seems that the CLDR data has a transliteration for the other era
characters. I don't know how relevant this to glibc.
I'm pretty sure we need to adjust the collation data for U+32FF.
For the era data itself, we also need to know the multi-character era
name, so knowing the U+32FF codepoint is of little help (in the sense
that we can ship the changes today and have other projects to supply the
actual glyph shape).
Thanks,
Florian