fox2mike 05/06/20 11:23:59 Modified: xml/htdocs/doc/en utf-8.xml Log: #96432, Added a new section on elinks and links. Thanks to Leonardo for reporting.
Revision Changes Path 1.20 +36 -3 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.20&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.20&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.19&r2=1.20&cvsroot=gentoo Index: utf-8.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- utf-8.xml 18 Jun 2005 03:53:44 -0000 1.19 +++ utf-8.xml 20 Jun 2005 11:23:58 -0000 1.20 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.19 2005/06/18 03:53:44 fox2mike Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.20 2005/06/20 11:23:58 fox2mike Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/utf-8.xml"> @@ -11,6 +11,9 @@ <author title="Contributor"> <mail link="[EMAIL PROTECTED]">Alexander Simonov</mail> </author> +<author title="Editor"> + <mail link="[EMAIL PROTECTED]">Shyam Mani</mail> +</author> <abstract> This guide shows you how to set up and use the UTF-8 Unicode character set with @@ -18,10 +21,12 @@ specifically UTF-8. </abstract> +<!-- The content of this document is licensed under the CC-BY-SA license --> +<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license /> -<version>2.2</version> -<date>2005-06-18</date> +<version>2.3</version> +<date>2005-06-20</date> <chapter> <title>Character Encodings</title> @@ -648,6 +653,34 @@ </body> </section> <section> +<title>elinks and links</title> +<body> + +<p> +These are commonly used text-based browsers, and we shall see how we can enable +UTF-8 support on them. On <c>elinks</c> and <c>links</c>, there are two ways to +go about this, one using the Setup option from within the browser or editing the +config file. To set the option through the browser, open a site with +<c>elinks</c> or <c>links</c> and then <c>Alt+S</c> to enter the Setup Menu then +select Terminal options, or press <c>T</c>. Scroll down and select the last +option <c>UTF-8 I/O</c> by pressing Enter. Then Save and exit the menu. On +<c>links</c> you may have to do a repeat <c>Alt+S</c> and then press <c>S</c> to +save. The config file option, is shown below. +</p> + +<pre caption="Enabling UTF-8 for elinks/links"> +<comment>(For elinks, edit /etc/elinks/elinks.conf or ~/.elinks/elinks.conf and +add the following line)</comment> +set terminal.linux.utf_8_io = 1 + +<comment>(For links, edit ~/.links/links.cfg and add the following +line)</comment> +terminal "xterm" 0 1 0 us-ascii utf-8 +</pre> + +</body> +</section> +<section> <title>Testing it all out</title> <body> -- [email protected] mailing list
