public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug locale/30149] New: en_GB thinks "㐬" and "㒼" are the same character, other locales are fine
@ 2023-02-20 21:59 infinity0 at pwned dot gg
  2023-03-28 11:04 ` [Bug locale/30149] " schwab@linux-m68k.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: infinity0 at pwned dot gg @ 2023-02-20 21:59 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=30149

            Bug ID: 30149
           Summary: en_GB thinks "㐬" and "㒼" are the same character, other
                    locales are fine
           Product: glibc
           Version: 2.36
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: locale
          Assignee: unassigned at sourceware dot org
          Reporter: infinity0 at pwned dot gg
  Target Milestone: ---

$ cat test2.txt
㐬
㒼

$ for l in C.UTF-8 en_GB.UTF-8 en_US.UTF-8 zh_CN.UTF-8; do echo $(LC_COLLATE=$l
sort -u test2.txt | wc -l) $l; done
2 C.UTF-8
1 en_GB.UTF-8
2 en_US.UTF-8
2 zh_CN.UTF-8

Not sure why en_GB thinks it should be treating Chinese characters specially.

Other characters may be affected, I didn't do a thorough check across all
Unicode characters x locales.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-04-14 20:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-20 21:59 [Bug locale/30149] New: en_GB thinks "㐬" and "㒼" are the same character, other locales are fine infinity0 at pwned dot gg
2023-03-28 11:04 ` [Bug locale/30149] " schwab@linux-m68k.org
2023-03-28 11:06 ` [Bug localedata/30149] " schwab@linux-m68k.org
2023-04-14 13:46 ` infinity0 at pwned dot gg
2023-04-14 13:56 ` infinity0 at pwned dot gg
2023-04-14 16:34 ` carlos at redhat dot com
2023-04-14 20:51 ` infinity0 at pwned dot gg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).