Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d0203d61
Commit
d0203d61
authored
Apr 10, 2012
by
Andreas Schwab
Browse files
* international/characters.el: Fix sorting.
parent
cb80bcd1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/international/characters.el
lisp/international/characters.el
+4
-3
No files found.
lisp/ChangeLog
View file @
d0203d61
2012-04-10 Andreas Schwab <schwab@linux-m68k.org>
* international/characters.el: Fix sorting.
2012-04-10 Eli Zaretskii <eliz@gnu.org>
* international/characters.el: Add more missing Latin case pairs.
...
...
lisp/international/characters.el
View file @
d0203d61
...
...
@@ -560,6 +560,7 @@ with L, LRE, or LRO Unicode bidi character type.")
(
#x01AC
.
#x01AD
)
(
#x01AF
.
#x01B0
)
(
#x01B3
.
#x01B6
)
(
#x01B8
.
#x01B9
)
(
#x01BC
.
#x01BD
)
(
#x01CD
.
#x01DC
)
(
#x01DE
.
#x01EF
)
...
...
@@ -575,9 +576,7 @@ with L, LRE, or LRO Unicode bidi character type.")
(
set-case-syntax-pair
from
(
1+
from
)
tbl
)
(
setq
from
(
+
from
2
))))))
(
set-case-syntax-pair
#x178
#x0ff
tbl
)
(
set-case-syntax-pair
#x189
#x256
tbl
)
(
set-case-syntax-pair
#x18A
#x257
tbl
)
(
set-case-syntax-pair
?
Ÿ
?
ÿ
tbl
)
;; In some languages, such as Turkish, U+0049 LATIN CAPITAL LETTER I
;; and U+0131 LATIN SMALL LETTER DOTLESS I make a case pair, and so
...
...
@@ -593,6 +592,8 @@ with L, LRE, or LRO Unicode bidi character type.")
(
set-case-syntax-pair
?
Ɓ
?
ɓ
tbl
)
(
set-case-syntax-pair
?
Ɔ
?
ɔ
tbl
)
(
set-case-syntax-pair
?
Ɖ
?
ɖ
tbl
)
(
set-case-syntax-pair
?
Ɗ
?
ɗ
tbl
)
(
set-case-syntax-pair
?
Ǝ
?
ǝ
tbl
)
(
set-case-syntax-pair
?
Ə
?
ə
tbl
)
(
set-case-syntax-pair
?
Ɛ
?
ɛ
tbl
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment