Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: guide-localization.xml
Date: Fri, 10 Nov 2006 21:24:26
Message-Id: 20061110212415.25CE964C83@smtp.gentoo.org
1 nightmorph 06/11/10 21:24:14
2
3 Modified: guide-localization.xml
4 Log:
5 Updated font & X11 resource paths for bug 154703
6
7 Revision Changes Path
8 1.45 xml/htdocs/doc/en/guide-localization.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.45&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.45&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.44&r2=1.45
13
14 Index: guide-localization.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
17 retrieving revision 1.44
18 retrieving revision 1.45
19 diff -u -r1.44 -r1.45
20 --- guide-localization.xml 22 Oct 2006 23:16:13 -0000 1.44
21 +++ guide-localization.xml 10 Nov 2006 21:24:14 -0000 1.45
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.44 2006/10/22 23:16:13 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.45 2006/11/10 21:24:14 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/guide-localization.xml">
29 @@ -29,8 +29,8 @@
30 the German doc. Includes configuration for use of the euro currency symbol.
31 </abstract>
32
33 -<version>1.32</version>
34 -<date>2006-10-22</date>
35 +<version>1.33</version>
36 +<date>2006-11-10</date>
37
38 <chapter>
39 <title>Time zone</title>
40 @@ -492,11 +492,10 @@
41 <body>
42
43 <p>
44 -Getting the Euro symbol to work properly in X is a little
45 -bit tougher. The first thing you should do is change the <c>fixed</c>
46 -and <c>variable</c> definitions in
47 -<path>/usr/X11R6/lib/X11/fonts/misc/fonts.alias</path> to end
48 -in <c>iso8859-15</c> instead of <c>iso8859-1</c>.
49 +Getting the Euro symbol to work properly in X is a little bit tougher. The
50 +first thing you should do is change the <c>fixed</c> and <c>variable</c>
51 +definitions in <path>/usr/share/fonts/misc/fonts.alias</path> to end in
52 +<c>iso8859-15</c> instead of <c>iso8859-1</c>.
53 </p>
54
55 <pre caption="Setting default X fonts">
56 @@ -505,16 +504,13 @@
57 </pre>
58
59 <p>
60 -Some applications use their own font, and you will have to
61 -tell them separately to use a font with the Euro symbol. You
62 -can do this at a user-specific level in
63 -<path>.Xdefaults</path> (you can copy this file to
64 -<path>/etc/skel/</path> for use by new users), or at a global
65 -level for any application with a resource file in
66 -<path>/usr/X11R6/lib/X11/app-defaults/</path> (like xterm). In
67 -these files you generally have to change an existing line,
68 -rather than adding a new one. To change our xterm font, for
69 -instance:
70 +Some applications use their own font, and you will have to tell them separately
71 +to use a font with the Euro symbol. You can do this at a user-specific level in
72 +<path>.Xdefaults</path> (you can copy this file to <path>/etc/skel/</path> for
73 +use by new users), or at a global level for any application with a resource file
74 +in <path>/usr/share/X11/app-defaults/</path> (like xterm). In these files you
75 +generally have to change an existing line, rather than adding a new one. To
76 +change our xterm font, for instance:
77 </p>
78
79 <pre caption="Setting fonts for xterm">
80
81
82
83 --
84 gentoo-doc-cvs@g.o mailing list