annotate etc/nxml/0FE20-0FE2F.el @ 104743:a1892c562b6d

("kirshenbaum-ipa", "x-sampa-ipa"): Two new input methods, both following widely-used Usenet conventions for mapping ASCII to the IPA. Kirshenbaum is common in sci.lang and alt.usage.english, X-SAMPA in various (mostly European) non-English language fora. X-SAMPA is slightly more complex to support in Quail that Kirshenbaum, whence the two extra function and one extra submap to support it. (x-sampa-prepend-to-keymap-entry): New function. (x-sampa-underscore-implosive): New function. (x-sampa-implosive-submap): New Quail submap.
author Juri Linkov <juri@jurta.org>
date Sun, 30 Aug 2009 23:30:46 +0000
parents d668da41bc9c
children ef719132ddfa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
86687
d668da41bc9c Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1 (nxml-define-char-name-set 'combining-half-marks
d668da41bc9c Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2 '(("COMBINING LIGATURE LEFT HALF" #xFE20)
d668da41bc9c Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3 ("COMBINING LIGATURE RIGHT HALF" #xFE21)
d668da41bc9c Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4 ("COMBINING DOUBLE TILDE LEFT HALF" #xFE22)
d668da41bc9c Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5 ("COMBINING DOUBLE TILDE RIGHT HALF" #xFE23)
d668da41bc9c Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6 ))
d668da41bc9c Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7
d668da41bc9c Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8 ;; arch-tag: de291a34-737a-4bbb-8d97-94f878921d05