comparison man/xemacs-faq.texi @ 1616:aaf5e80aedd2

[xemacs-hg @ 2003-08-12 06:15:51 by stephent] faq typo <87adaffllk.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 12 Aug 2003 06:15:51 +0000
parents bc9eadea35cf
children 712931b4b71d
comparison
equal deleted inserted replaced
1615:010601da65f3 1616:aaf5e80aedd2
5 @setchapternewpage off 5 @setchapternewpage off
6 @c %**end of header 6 @c %**end of header
7 @finalout 7 @finalout
8 @titlepage 8 @titlepage
9 @title XEmacs FAQ 9 @title XEmacs FAQ
10 @subtitle Frequently asked questions about XEmacs @* Last Modified: $Date: 2003/06/30 09:30:58 $ 10 @subtitle Frequently asked questions about XEmacs @* Last Modified: $Date: 2003/08/12 06:15:51 $
11 @sp 1 11 @sp 1
12 @author Tony Rossini <rossini@@biostat.washington.edu> 12 @author Tony Rossini <rossini@@biostat.washington.edu>
13 @author Ben Wing <ben@@xemacs.org> 13 @author Ben Wing <ben@@xemacs.org>
14 @author Chuck Thompson <cthomp@@xemacs.org> 14 @author Chuck Thompson <cthomp@@xemacs.org>
15 @author Steve Baur <steve@@xemacs.org> 15 @author Steve Baur <steve@@xemacs.org>
1174 Unicode Fonts?} 1174 Unicode Fonts?}
1175 1175
1176 To get Unicode support, you need a Mule-enabled XEmacs. Install 1176 To get Unicode support, you need a Mule-enabled XEmacs. Install
1177 Mule-UCS from packages in the usual way. Put 1177 Mule-UCS from packages in the usual way. Put
1178 1178
1179 @example
1179 (require 'un-define) 1180 (require 'un-define)
1180 (set-coding-priority-list '(utf-8)) 1181 (set-coding-priority-list '(utf-8))
1181 (set-coding-category-system 'utf-8 utf-8) 1182 (set-coding-category-system 'utf-8 'utf-8)
1183 @end example
1184
1185 in your init file to enable the UTF-8 coding system. You may wish to
1186 view the documentation of @code{set-coding-priority-list} if you find
1187 that files that are not UTF-8 are being mis-recognized as UTF-8.
1182 1188
1183 Install standard national fonts (not Unicode fonts) for all 1189 Install standard national fonts (not Unicode fonts) for all
1184 character sets you use. 1190 character sets you use. See @ref{Q1.3.9}.
1185 1191
1186 Mule-UCS also supports 16-bit forms of Unicode (UTF-16). It does not 1192 Mule-UCS also supports 16-bit forms of Unicode (UTF-16). It does not
1187 support 31-bit forms of Unicode (UTF-32 or UCS-4). 1193 support 31-bit forms of Unicode (UTF-32 or UCS-4).
1188 1194
1189 @node Q1.3.9, Q1.4.1, Q1.3.8, Introduction 1195 @node Q1.3.9, Q1.4.1, Q1.3.8, Introduction