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: [PATCHv3] Expected behaviour for a-z, A-Z, and 0-9 (Bug 23393).


On 07/25/2018 04:18 PM, Florian Weimer wrote:
> On 07/25/2018 05:54 PM, Carlos O'Donell wrote:
>> Attaching it as swbz23393v3.tar.gz to avoid spam rejection.
> 
> Quick comment.  The middle line here adds trailing whitespace:
> 
> -  { "[a-z]|[^a-z]", "\xcb\xa2", REG_EXTENDED, 2,
> +
> +     The U+02DA RING ABOVE is chosen because it's not in [s-㏜].  */

Thanks. I'll fix this with v4.

I had to fix the following locales:

	modified:   localedata/locales/ar_SA
	modified:   localedata/locales/km_KH
	modified:   localedata/locales/lo_LA
	modified:   localedata/locales/or_IN
	modified:   localedata/locales/sl_SI
	modified:   localedata/locales/th_TH

They all re-arranged ASCII character collation element ordering like tr_TR,
and so they needed manual fixing.

Could you please add these locales to your tester?

c.


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