PR: 269375
newlocale call for C.UTF-8 locale would clobber the C locale contents (collate part), use separate object for C.UTF-8 to prevent that.
Issue seems to be cosmetic only, still we need to report back the actual locale name being used.
Differential D39294
use separate object for C.UTF-8's collate part yuri_aetern.org on Mar 28 2023, 11:51 AM. Authored by Tags None Referenced Files
Subscribers
Details
PR: 269375 newlocale call for C.UTF-8 locale would clobber the C locale contents (collate part), use separate object for C.UTF-8 to prevent that. Issue seems to be cosmetic only, still we need to report back the actual locale name being used. see added test case
Diff Detail
Event TimelineComment Actions Oh my, I just noticed that I already have the same fix in https://reviews.freebsd.org/D30146. |