# HG changeset patch # User Jason Rumney # Date 1207058998 0 # Node ID 664f1bc2803191e62733a30ba67be0da22139bc0 # Parent e30128d84c764369e685560476e76130d7682046 (setup-default-fontset): Use unicode fonts that cover bopomofo script for bopomofo. Likewise for braille and mathematical. Use unicode scripts that cover the phonetic "script" for IPA. diff -r e30128d84c76 -r 664f1bc28031 lisp/international/fontset.el --- a/lisp/international/fontset.el Tue Apr 01 10:53:49 2008 +0000 +++ b/lisp/international/fontset.el Tue Apr 01 14:09:58 2008 +0000 @@ -369,7 +369,8 @@ (nil . "JISX0213.2000-1") (nil . "JISX0213.2004-1")) - (bopomofo (nil . "sisheng_cwnn-0")) + (bopomofo ,(font-spec :registry "iso10646-1" :script 'bopomofo) + (nil . "sisheng_cwnn-0")) (han ,(font-spec :registry "iso10646-1" :language 'ja) ,(font-spec :registry "iso10646-1" :language 'zh) @@ -413,6 +414,10 @@ (hangul ,(font-spec :registry "iso10646-1" :language 'ko) (nil . "KSC5601.1987-0")) + (braille ,(font-spec :registry "iso10646-1" :script 'braille)) + + (mathematical ,(font-spec :registry "iso10646-1" :script 'mathematical)) + ;; for each charset (ascii (nil . "ISO8859-1")) (arabic-digit ("*" . "MuleArabic-0")) @@ -444,7 +449,8 @@ (malayalam-akruti (nil . "Malayalam-Akruti")) ;;(devanagari-glyph ("altsys-dv_ttsurekh" . "devanagari-cdac")) ;;(malayalam-glyph ("altsys-ml_ttkarthika" . "malayalam-cdac")) - (ipa (nil . "MuleIPA-1") + (ipa ,(font-spec :registry "iso10646-1" :script 'phonetic) + (nil . "MuleIPA-1") (nil . "iso10646-1")) ;; Fallback fonts