# HG changeset patch # User Kenichi Handa # Date 1164861192 0 # Node ID 93c0415cf795a227327b91439b8c4b59082f8136 # Parent e9da34566c961dcb3667643b304bd890ec82a574 *** empty log message *** diff -r e9da34566c96 -r 93c0415cf795 README.unicode --- a/README.unicode Thu Nov 30 00:42:03 2006 +0000 +++ b/README.unicode Thu Nov 30 04:33:12 2006 +0000 @@ -191,3 +191,12 @@ have these font driver. ftfbfont.c -- font-driver on FB for FreeType fonts. bdffbfont.c -- font-driver on FB for BDF fonts. + +Note: The fontset related codes are not yet matuared to work well with +the font backend method. So, for instance, even if you start Emacs +as something like this: + % emacs --enable-font-backend -fn tahoma +Non-ASCII characters will not be displayed by the font "tahoma". In +such a case, please try this: + +(set-fontset-font "fontset-default" 'latin '("tahoma" . "unicode-bmp"))