Additions to the Compose file for UTF-8

From bug #5371¹

Commit 5cf5bc7664 left out this change
from those in attachment #4122².  The post³ on xorg resulted in only
a positive reply⁴ from Daniel, so this block is now also commited.

1] https://bugs.freedesktop.org/show_bug.cgi?id=5371
2] https://bugs.freedesktop.org/attachment.cgi?id=4122
3] http://article.gmane.org/gmane.comp.freedesktop.xorg/20628
4] http://article.gmane.org/gmane.comp.freedesktop.xorg/23966

Signed-off-by: James Cloos <cloos@jhcloos.com>
Acked-by:  Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
Anton Zinoviev 2007-12-05 19:56:03 -05:00 committed by James Cloos
parent 438d02ebc0
commit b0a8f2ec4b
3 changed files with 9 additions and 3 deletions

View file

@ -167,7 +167,9 @@ XCOMM Special Character
<Multi_key> <exclam> <P> : "¶" paragraph
<Multi_key> <period> <asciicircum> : "·" periodcentered
<Multi_key> <asciicircum> <period> : "·" periodcentered
<Multi_key> <period> <period> : "·" periodcentered
<Multi_key> <period> <minus> : "·" periodcentered
<Multi_key> <period> <equal> : "•" enfilledcircbullet
<Multi_key> <period> <period> : "…" ellipsis
<Multi_key> <1> <4> : "¼" onequarter
<Multi_key> <1> <2> : "½" onehalf
<Multi_key> <3> <4> : "¾" threequarters

View file

@ -92,7 +92,9 @@ XCOMM Spaces
<Multi_key> <period> <greater> : "" U203a # SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
<Multi_key> <period> <less> : "" U2039 # SINGLE LEFT-POINTING ANGLE QUOTATION MARK
<Multi_key> <period> <period> : "·" periodcentered # MIDDLE DOT
<Multi_key> <period> <period> : "…" ellipsis # HORIZONTAL ELLIPSIS
<Multi_key> <period> <minus> : "·" periodcentered # MIDDLE DOT
<Multi_key> <period> <equal> : "•" enfilledcircbullet # BULLET
<Multi_key> <exclam> <asciicircum> : "¦" brokenbar # BROKEN BAR
<Multi_key> <exclam> <exclam> : "¡" exclamdown # INVERTED EXCLAMATION MARK
<Multi_key> <p> <exclam> : "¶" paragraph # PILCROW SIGN

View file

@ -89,7 +89,9 @@ XCOMM Spaces
<Multi_key> <period> <greater> : "" U203a
<Multi_key> <period> <less> : "" U2039
<Multi_key> <period> <period> : "·" periodcentered
<Multi_key> <period> <period> : "…" ellipsis
<Multi_key> <period> <minus> : "·" periodcentered
<Multi_key> <period> <equal> : "•" enfilledcircbullet
<Multi_key> <exclam> <asciicircum> : "¦" brokenbar
<Multi_key> <exclam> <exclam> : "¡" exclamdown
<Multi_key> <p> <exclam> : "¶" paragraph