comparison README.unicode @ 90706:1428c2dd8ad7

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 30 Nov 2006 04:34:27 +0000
parents 93c0415cf795
children 827a7ed5a446
comparison
equal deleted inserted replaced
90705:93c0415cf795 90706:1428c2dd8ad7
194 194
195 Note: The fontset related codes are not yet matuared to work well with 195 Note: The fontset related codes are not yet matuared to work well with
196 the font backend method. So, for instance, even if you start Emacs 196 the font backend method. So, for instance, even if you start Emacs
197 as something like this: 197 as something like this:
198 % emacs --enable-font-backend -fn tahoma 198 % emacs --enable-font-backend -fn tahoma
199 Non-ASCII characters will not be displayed by the font "tahoma". In 199 Non-ASCII Latin characters will not be displayed by the font "tahoma".
200 such a case, please try this: 200 In such a case, please try this:
201 201
202 (set-fontset-font "fontset-default" 'latin '("tahoma" . "unicode-bmp")) 202 (set-fontset-font "fontset-default" 'latin '("tahoma" . "unicode-bmp"))