nightmorph 06/11/10 21:24:14 Modified: guide-localization.xml Log: Updated font & X11 resource paths for bug 154703
Revision Changes Path 1.45 xml/htdocs/doc/en/guide-localization.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.45&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.44&r2=1.45 Index: guide-localization.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- guide-localization.xml 22 Oct 2006 23:16:13 -0000 1.44 +++ guide-localization.xml 10 Nov 2006 21:24:14 -0000 1.45 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.44 2006/10/22 23:16:13 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.45 2006/11/10 21:24:14 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/guide-localization.xml"> @@ -29,8 +29,8 @@ the German doc. Includes configuration for use of the euro currency symbol. </abstract> -<version>1.32</version> -<date>2006-10-22</date> +<version>1.33</version> +<date>2006-11-10</date> <chapter> <title>Time zone</title> @@ -492,11 +492,10 @@ <body> <p> -Getting the Euro symbol to work properly in X is a little -bit tougher. The first thing you should do is change the <c>fixed</c> -and <c>variable</c> definitions in -<path>/usr/X11R6/lib/X11/fonts/misc/fonts.alias</path> to end -in <c>iso8859-15</c> instead of <c>iso8859-1</c>. +Getting the Euro symbol to work properly in X is a little bit tougher. The +first thing you should do is change the <c>fixed</c> and <c>variable</c> +definitions in <path>/usr/share/fonts/misc/fonts.alias</path> to end in +<c>iso8859-15</c> instead of <c>iso8859-1</c>. </p> <pre caption="Setting default X fonts"> @@ -505,16 +504,13 @@ </pre> <p> -Some applications use their own font, and you will have to -tell them separately to use a font with the Euro symbol. You -can do this at a user-specific level in -<path>.Xdefaults</path> (you can copy this file to -<path>/etc/skel/</path> for use by new users), or at a global -level for any application with a resource file in -<path>/usr/X11R6/lib/X11/app-defaults/</path> (like xterm). In -these files you generally have to change an existing line, -rather than adding a new one. To change our xterm font, for -instance: +Some applications use their own font, and you will have to tell them separately +to use a font with the Euro symbol. You can do this at a user-specific level in +<path>.Xdefaults</path> (you can copy this file to <path>/etc/skel/</path> for +use by new users), or at a global level for any application with a resource file +in <path>/usr/share/X11/app-defaults/</path> (like xterm). In these files you +generally have to change an existing line, rather than adding a new one. To +change our xterm font, for instance: </p> <pre caption="Setting fonts for xterm"> -- [email protected] mailing list
