# HG changeset patch # User Oleksandr Gavenko # Date 1249242657 -10800 # Node ID bd6769abcd402ebdb3c7572efd77cdc79be0d1c6 # Parent b08c100852d3d8315e89814bd617f41bfc17e258 How type special chars in emacs. diff -r b08c100852d3 -r bd6769abcd40 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 + +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) +