Add a comment to the Turkish casefiddle test
This commit is contained in:
parent
65fd3ca84f
commit
14121345ad
1 changed files with 3 additions and 0 deletions
|
@ -280,6 +280,9 @@
|
|||
|
||||
(ert-deftest casefiddle-turkish ()
|
||||
(skip-unless (member "tr_TR.utf8" (get-locale-names)))
|
||||
;; See bug#50752. The point is that unibyte and multibyte strings
|
||||
;; are upcased differently in the "dotless i" case in Turkish,
|
||||
;; turning ASCII into non-ASCII, which is very unusual.
|
||||
(with-locale-environment "tr_TR.utf8"
|
||||
(should (string-equal (downcase "I ı") "ı ı"))
|
||||
(should (string-equal (downcase "İ i") "i̇ i"))
|
||||
|
|
Loading…
Add table
Reference in a new issue