diff lisp/international/characters.el @ 93517:3d721e1337dd

(script-list): Add phonetic script, covering IPA (previously Latin), Phonetic Extensions and Phonetic Extensions Supplement (both previously unassigned).
author Jason Rumney <jasonr@gnu.org>
date Tue, 01 Apr 2008 14:19:42 +0000
parents cbc008b3464f
children f8353eba8b8d
line wrap: on
line diff
--- 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)