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

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

bug#23698: 24.5; broken character name


From: Eli Zaretskii
Subject: bug#23698: 24.5; broken character name
Date: Sun, 05 Jun 2016 18:44:56 +0300

> From: ynyaaa@gmail.com
> Date: Sun, 05 Jun 2016 22:06:23 +0900
> 
> 
> Just after starting emacs -Q, this form returns correct value.
> 
> (get-char-code-property #xE01 'name)
> =>"THAI CHARACTER KO KAI"
> 
> Then display THAI characters by typing this.
>   M-x list-charset-chars RET thai-iso8859-11 RET
> 
> After THAI characters are displayed, the form returns wrong value.
> 
> (get-char-code-property #xE01 'name)
> =>"LETTER KO KAI"

Displaying the list of Thai characters loads thai-util.el, which
deliberately overwrites the names derived from the Unicode Character
Database with its own variants.  I'm CC'ing Handa-san, who added that
code back in 2008, in the hope that he could tell why are we doing
that, and whether this is still needed nowadays.

Thanks.





reply via email to

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