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

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

bug#17130: 24.4.50; Deficient Unicode case folding


From: Nathan Trapuzzano
Subject: bug#17130: 24.4.50; Deficient Unicode case folding
Date: Sat, 29 Mar 2014 08:37:35 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> > What is "full Unicode case folding"?
>> 
>> Somthing that implements this:
>> http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
>> 
>> And perhaps more.  I don't know, but someone on this list probably does.
>> 
>> If you look about a third of the way down, there's a line saying that
>> U+03C2 (ς) should fold into U+03C3 (σ).
>
> Patches are welcome to import those tables into Emacs, and make case
> folding support them.

Reading through the manual section on case tables, it seems that this
could be supported via the extra "canonicalize" slot:

    CANONICALIZE
      The canonicalize table maps all of a set of case-related
      characters into a particular member of that set.

If this isn't already used for Unicode case folding, what _is_ it used
for?





reply via email to

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