bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#36718: uniq treats distinct Korean characters equal


From: Paul Eggert
Subject: bug#36718: uniq treats distinct Korean characters equal
Date: Thu, 18 Jul 2019 15:43:48 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

uniq just calls strcoll, and if strcoll (A, B) returns 0 then uniq assumes the lines are equal. So my guess is that your problem has something to do with strcoll, not with coreutils per se.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]