mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 08:38:04 +02:00
NLS: Add interrobang to UTF-8 compose tables (bug #15653)
It is what it says on the box.
This commit is contained in:
parent
0b6682303e
commit
407b81bfbb
3 changed files with 9 additions and 0 deletions
|
|
@ -2382,4 +2382,7 @@ XCOMM Miscellaneous extensions.
|
|||
<Multi_key> <Greek_delta> <Greek_RHO> : "₯" U20af
|
||||
<Multi_key> <Greek_delta> <Greek_rho> : "₯" U20af
|
||||
|
||||
<Multi_key> <question> <exclam> : "‽" U203D # INTERROBANG
|
||||
<Multi_key> <exclam> <question> : "‽" U203D # INTERROBANG
|
||||
|
||||
XCOMM End
|
||||
|
|
|
|||
|
|
@ -212,6 +212,9 @@ XCOMM Other symbols
|
|||
<Multi_key> <Cyrillic_EN> <Cyrillic_o> : "№" numerosign # NUMERO SIGN
|
||||
<Multi_key> <Cyrillic_EN> <Cyrillic_O> : "№" numerosign # NUMERO SIGN
|
||||
|
||||
<Multi_key> <question> <exclam> : "‽" U203D # INTERROBANG
|
||||
<Multi_key> <exclam> <question> : "‽" U203D # INTERROBANG
|
||||
|
||||
XCOMM Part 2
|
||||
|
||||
XCOMM Compose map for Korean Hangul(Choseongul) Conjoining Jamos automatically
|
||||
|
|
|
|||
|
|
@ -185,6 +185,9 @@ XCOMM Other symbols
|
|||
|
||||
<Multi_key> <P> <P> : "¶" paragraph # PILCROW SIGN (PARAGRAPH SIGN)
|
||||
|
||||
<Multi_key> <question> <exclam> : "‽" U203D # INTERROBANG
|
||||
<Multi_key> <exclam> <question> : "‽" U203D # INTERROBANG
|
||||
|
||||
XCOMM Part 2
|
||||
|
||||
XCOMM Compose map for Korean Hangul(Choseongul) Conjoining Jamos automatically
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue