# HG changeset patch # User Jason Rumney # Date 1207059582 0 # Node ID 3d721e1337ddabb54807042e2d3b7a18ab67079e # Parent 664f1bc2803191e62733a30ba67be0da22139bc0 (script-list): Add phonetic script, covering IPA (previously Latin), Phonetic Extensions and Phonetic Extensions Supplement (both previously unassigned). diff -r 664f1bc28031 -r 3d721e1337dd lisp/international/characters.el --- a/lisp/international/characters.el Tue Apr 01 14:09:58 2008 +0000 +++ b/lisp/international/characters.el Tue Apr 01 14:19:42 2008 +0000 @@ -1040,7 +1040,9 @@ (dolist (elt '((#x0000 #x007F latin) - (#x00A0 #x036F latin) + (#x00A0 #x024F latin) + (#x0250 #x02AF phonetic) + (#x02B0 #x036F latin) (#x0370 #x03E1 greek) (#x03E2 #x03EF coptic) (#x03F0 #x03F3 greek) @@ -1074,6 +1076,7 @@ (#x16A0 #x16FF runic) (#x1780 #x17FF khmer) (#x1800 #x18AF mongolian) + (#x1D00 #x1DFF phonetic) (#x1E00 #x1EFF latin) (#x1F00 #x1FFF greek) (#x2000 #x27FF symbol)