fox2mike 05/06/24 19:30:27 Modified: xml/htdocs/doc/en utf-8.xml Log: #95542, Removing -u for KEYMAPS variable due to baselayout 1.11.x going stable.
Revision Changes Path 1.26 +5 -6 xml/htdocs/doc/en/utf-8.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml?rev=1.26&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml?rev=1.26&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml.diff?r1=1.25&r2=1.26&cvsroot=gentoo Index: utf-8.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- utf-8.xml 23 Jun 2005 21:56:18 -0000 1.25 +++ utf-8.xml 24 Jun 2005 19:30:27 -0000 1.26 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.25 2005/06/23 21:56:18 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.26 2005/06/24 19:30:27 fox2mike Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/utf-8.xml"> @@ -25,8 +25,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license /> -<version>2.5</version> -<date>2005-06-23</date> +<version>2.6</version> +<date>2005-06-25</date> <chapter> <title>Character Encodings</title> @@ -389,13 +389,12 @@ <p> The <c>KEYMAP</c> variable, set in <path>/etc/conf.d/keymaps</path>, should -have a Unicode keymap specified. To do this, simply prepend the keymap already -specified there with -u. +have a Unicode keymap specified. </p> <pre caption="Example /etc/conf.d/keymaps snippet"> <comment>(Change "uk" to your local layout)</comment> -KEYMAP="-u uk" +KEYMAP="uk" </pre> </body> -- [email protected] mailing list
