How type special chars in emacs.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 02 Aug 2009 22:50:57 +0300
changeset 12 bd6769abcd40
parent 11 b08c100852d3
child 13 d0e948499faf
How type special chars in emacs.
README
--- a/README	Sun Aug 02 21:54:11 2009 +0300
+++ b/README	Sun Aug 02 22:50:57 2009 +0300
@@ -19,3 +19,45 @@
 
 Next lines ignored and used for miscellaneous notes.
 
+* IPA chars.
+
+Hare list of spetial IPA chars (code present in UTF-8 encoding):
+
+  θʃŋʧðʒæıʌʊɒɛəɑɜɔˌˈːˑṃṇḷ
+  æɑɒʌәєŋvθðʃʒɚːɡˏˊˋ
+
+You can copy/paste they in phonetic string.
+
+** Emacs.
+
+For entering IPA chars use IPA input method. To enable it type
+
+  C-u C-\ ipa <enter>
+
+All chars from alphabet typed as usual. How type special chars see below:
+
+For vowel:
+
+  æ ae
+  ɑ o| (small letter o and ) or A (upper letter A)
+  ɒ |o () or /A
+  ʊ U (upper-letter-u)
+  ɛ /3 (slash three)
+  ɔ /c
+  ə /e
+  ʌ /v
+
+For consonant:
+
+  θ th
+  ð dh
+  ʃ sh
+  ʒ zh
+  ŋ ng
+
+Special chars:
+
+  ː : (semicolon)
+  ˈ ' (quote)
+  ˌ ` (back quote)
+