* lisp/international/characters.el (standard-case-table): Improve last change.

This commit is contained in:
Eli Zaretskii 2016-06-23 22:44:08 +03:00
parent 92289cec7c
commit 037f82a7e7

View file

@ -623,21 +623,19 @@ with L, LRE, or LRO Unicode bidi character type.")
(set-case-syntax-pair tbl)
(set-case-syntax-pair ?ʋ tbl)
(set-case-syntax-pair ?Ʒ tbl)
;; The order of the next 6 lines is important, since we want
;; upcase of dž return DŽ, not Dž, and the same for the rest.
(set-case-syntax-pair tbl)
;; We use set-downcase-syntax below, since we want upcase of dž
;; return DŽ, not Dž, and the same for the rest.
(set-case-syntax-pair tbl)
(set-case-syntax-pair tbl)
(set-downcase-syntax tbl)
(set-case-syntax-pair tbl)
(set-case-syntax-pair tbl)
(set-downcase-syntax tbl)
(set-case-syntax-pair tbl)
(set-downcase-syntax tbl)
;; 01F0; F; 006A 030C; # LATIN SMALL LETTER J WITH CARON
;; The order of the next two lines is important, since we want
;; upcase of dz return DZ, not Dz.
(set-case-syntax-pair tbl)
(set-case-syntax-pair tbl)
(set-downcase-syntax tbl)
(set-case-syntax-pair tbl)
(set-case-syntax-pair ?ƿ tbl)
(set-case-syntax-pair ?ⱥ tbl)