bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#11309: 24.1.50; Case problems with [:upper:] and Cyrillic, Greek


From: Mattias Engdegård
Subject: bug#11309: 24.1.50; Case problems with [:upper:] and Cyrillic, Greek
Date: Tue, 8 Dec 2020 15:48:42 +0100

tags 11309 patch
stop

The attached patch should fix the bug for all characters except ß which still 
is not matched by [:lower:] nor by [:upper:] no matter the value of 
case-fold-search.

The remaining problem seems to be that the upcase table maps ß to itself, which 
is wrong -- as long as we don't upcase ß to U+1E9E, it should not have an 
upcase table entry at all. I'll see what can be done about that.

Attachment: 0001-Fix-upper-and-lower-for-Unicode-characters-bug-11309.patch
Description: Binary data


reply via email to

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