mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-13 16:07:35 +02:00
Writing out invisible combining mark as an escape for clarity.
This commit is contained in:
parent
a5f6ba93e5
commit
64ad4886e9
1 changed files with 2 additions and 2 deletions
|
@ -1179,8 +1179,8 @@
|
|||
(test "ßa" (string-downcase "ßa"))
|
||||
(test "ssa" (string-downcase "SSA"))
|
||||
(test "İ" (string-upcase "İ"))
|
||||
(test "i̇" (string-downcase "İ"))
|
||||
(test "i̇" (string-foldcase "İ"))
|
||||
(test "i\x0307;" (string-downcase "İ"))
|
||||
(test "i\x0307;" (string-foldcase "İ"))
|
||||
(test "J̌" (string-upcase "ǰ"))
|
||||
|
||||
;; context-sensitive (final sigma)
|
||||
|
|
Loading…
Add table
Reference in a new issue