public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] cvs commit: utf-8.xml
@ 2005-07-10 11:12 Shyam Mani
  0 siblings, 0 replies; 19+ messages in thread
From: Shyam Mani @ 2005-07-10 11:12 UTC (permalink / raw
  To: gentoo-doc-cvs

fox2mike    05/07/10 11:12:10

  Modified:    xml/htdocs/doc/en utf-8.xml
  Log:
  Making code listing clearer. Thanks for Deathwing00 for reporting.

Revision  Changes    Path
1.29      +8 -4      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.29&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.29&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.28&r2=1.29&cvsroot=gentoo

Index: utf-8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- utf-8.xml	4 Jul 2005 06:21:14 -0000	1.28
+++ utf-8.xml	10 Jul 2005 11:12:10 -0000	1.29
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.28 2005/07/04 06:21:14 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.29 2005/07/10 11:12:10 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.8</version>
-<date>2005-07-04</date>
+<version>2.9</version>
+<date>2005-07-10</date>
 
 <chapter>
 <title>Character Encodings</title>
@@ -367,7 +367,11 @@
 
 <pre caption="Example usage of convmv">
 # <i>emerge --ask app-text/convmv</i>
-# <i>convmv -f current-encoding -t utf-8 filename</i>
+<comment>(Command format)</comment>
+# <i>convmv -f &lt;current-encoding&gt; -t utf-8 &lt;filename&gt;</i>
+<comment>(Substitute iso-8859-1 with the charset you are converting
+from)</comment>
+# <i>convmv -f iso-8859-1 -t utf-8 filename</i>
 </pre>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: utf-8.xml
@ 2005-08-01 12:53 Sven Vermeulen
  0 siblings, 0 replies; 19+ messages in thread
From: Sven Vermeulen @ 2005-08-01 12:53 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       05/08/01 12:53:52

  Modified:    xml/htdocs/doc/en utf-8.xml
  Log:
  #99725 - Use update instruction instead of oneshot

Revision  Changes    Path
1.30      +7 -7      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.30&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.30&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.29&r2=1.30&cvsroot=gentoo

Index: utf-8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- utf-8.xml	10 Jul 2005 11:12:10 -0000	1.29
+++ utf-8.xml	1 Aug 2005 12:53:52 -0000	1.30
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.29 2005/07/10 11:12:10 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.30 2005/08/01 12:53:52 swift 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.9</version>
-<date>2005-07-10</date>
+<version>2.10</version>
+<date>2005-08-01</date>
 
 <chapter>
 <title>Character Encodings</title>
@@ -432,12 +432,12 @@
 <p>
 It is wise to add <c>unicode</c> to your global USE flags in
 <path>/etc/make.conf</path>, and then to remerge <c>sys-libs/ncurses</c> and
-<c>sys-libs/slang</c> if appropriate:
+<c>sys-libs/slang</c> if appropriate. Portage will do this automatically when
+you update your system:
 </p>
 
-<pre caption="Emerging ncurses and slang">
-<comment>(We avoid putting these libraries in our world file with --oneshot)</comment>
-# <i>emerge --oneshot sys-libs/ncurses sys-libs/slang</i>
+<pre caption="Updating your system">
+# <i>emerge --update --deep --newuse world</i>
 </pre>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: utf-8.xml
@ 2005-08-01 13:11 Sven Vermeulen
  0 siblings, 0 replies; 19+ messages in thread
From: Sven Vermeulen @ 2005-08-01 13:11 UTC (permalink / raw
  To: gentoo-doc-cvs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1895 bytes --]

swift       05/08/01 13:11:05

  Modified:    xml/htdocs/doc/en utf-8.xml
  Log:
  #99912 - Examples are examples

Revision  Changes    Path
1.31      +4 -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.31&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.31&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.30&r2=1.31&cvsroot=gentoo

Index: utf-8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- utf-8.xml	1 Aug 2005 12:53:52 -0000	1.30
+++ utf-8.xml	1 Aug 2005 13:11:05 -0000	1.31
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.30 2005/08/01 12:53:52 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.31 2005/08/01 13:11:05 swift Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/utf-8.xml">
@@ -25,7 +25,7 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license />
 
-<version>2.10</version>
+<version>2.11</version>
 <date>2005-08-01</date>
 
 <chapter>
@@ -825,7 +825,8 @@
 AltGr can be used with alphabetical keys alone. For example, AltGr and m, a
 Greek lower-case letter mu is produced: 'µ'. AltGr and s produce a
 scharfes s or esszet: 'ß'. As many European users would expect (because
-it is marked on their keyboard), AltGr and 4 produces a Euro sign, '€'.
+it is marked on their keyboard), AltGr and 4 (or E depending on the keyboard
+layout) produces a Euro sign, '€'.
 </p>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: utf-8.xml
@ 2005-08-05 11:43 swift
  0 siblings, 0 replies; 19+ messages in thread
From: swift @ 2005-08-05 11:43 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       05/08/05 11:43:07

  Modified:    xml/htdocs/doc/en utf-8.xml
  Log:
  Irssi uses term_type, not term_charset

Revision  Changes    Path
1.32      +4 -4      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.32&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.32&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.31&r2=1.32&cvsroot=gentoo

Index: utf-8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- utf-8.xml	1 Aug 2005 13:11:05 -0000	1.31
+++ utf-8.xml	5 Aug 2005 11:43:07 -0000	1.32
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.31 2005/08/01 13:11:05 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.32 2005/08/05 11:43:07 swift 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.11</version>
-<date>2005-08-01</date>
+<version>2.12</version>
+<date>2005-08-05</date>
 
 <chapter>
 <title>Character Encodings</title>
@@ -613,7 +613,7 @@
 </p>
 
 <pre caption="Enabling UTF-8 in Irssi">
-/set term_charset UTF-8
+/set term_type UTF-8
 </pre>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: utf-8.xml
@ 2005-08-05 12:58 swift
  0 siblings, 0 replies; 19+ messages in thread
From: swift @ 2005-08-05 12:58 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       05/08/05 12:58:11

  Modified:    xml/htdocs/doc/en utf-8.xml
  Log:
  Remove reference of 0.8.10, 0.8.9 has UTF-8 support as well, and .10 requires term_charset, not term_type. Sticking to arch version (0.8.9)

Revision  Changes    Path
1.33      +3 -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.33&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.33&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.32&r2=1.33&cvsroot=gentoo

Index: utf-8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- utf-8.xml	5 Aug 2005 11:43:07 -0000	1.32
+++ utf-8.xml	5 Aug 2005 12:58:11 -0000	1.33
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.32 2005/08/05 11:43:07 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.33 2005/08/05 12:58:11 swift Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/utf-8.xml">
@@ -25,7 +25,7 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license />
 
-<version>2.12</version>
+<version>2.13</version>
 <date>2005-08-05</date>
 
 <chapter>
@@ -608,7 +608,7 @@
 <body>
 
 <p>
-Since 0.8.10, Irssi has complete UTF-8 support, although it does require a user
+Irssi has complete UTF-8 support, although it does require a user
 to set an option.
 </p>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: utf-8.xml
@ 2005-11-17 16:36 Xavier Neys
  0 siblings, 0 replies; 19+ messages in thread
From: Xavier Neys @ 2005-11-17 16:36 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       05/11/17 16:36:57

  Modified:    xml/htdocs/doc/en utf-8.xml
  Log:
  #112841 mrxvt does not support utf-8

Revision  Changes    Path
1.34      +7 -8      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.34&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.34&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.33&r2=1.34&cvsroot=gentoo

Index: utf-8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- utf-8.xml	5 Aug 2005 12:58:11 -0000	1.33
+++ utf-8.xml	17 Nov 2005 16:36:57 -0000	1.34
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.33 2005/08/05 12:58:11 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.34 2005/11/17 16:36:57 neysx 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.13</version>
-<date>2005-08-05</date>
+<version>2.14</version>
+<date>2005-11-17</date>
 
 <chapter>
 <title>Character Encodings</title>
@@ -536,11 +536,10 @@
 Terminal emulators that use Xft and support Unicode are harder to come by.
 Aside from Konsole and gnome-terminal, the best options in Portage are
 <c>x11-terms/rxvt-unicode</c>, <c>xfce-extra/terminal</c>,
-<c>gnustep-apps/terminal</c>, <c>x11-terms/mlterm</c>, <c>x11-terms/mrxvt</c> or
-plain <c>x11-terms/xterm</c> when built with the <c>unicode</c> USE flag and
-invoked as <c>uxterm</c>.  <c>app-misc/screen</c> supports UTF-8 too, when
-invoked as <c>screen -u</c> or the following is put into the
-<path>~/.screenrc</path>:
+<c>gnustep-apps/terminal</c>, <c>x11-terms/mlterm</c>, or plain
+<c>x11-terms/xterm</c> when built with the <c>unicode</c> USE flag and invoked
+as <c>uxterm</c>. <c>app-misc/screen</c> supports UTF-8 too, when invoked as
+<c>screen -u</c> or the following is put into the <path>~/.screenrc</path>:
 </p>
 
 <pre caption="~/.screenrc for UTF-8">



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: utf-8.xml
@ 2005-12-20 13:20 Lukasz Damentko
  0 siblings, 0 replies; 19+ messages in thread
From: Lukasz Damentko @ 2005-12-20 13:20 UTC (permalink / raw
  To: gentoo-doc-cvs

rane        05/12/20 13:20:40

  Modified:    xml/htdocs/doc/en utf-8.xml
  Log:
  it's screen -U, not screen -u, thx to calculus for reporting

Revision  Changes    Path
1.35      +4 -4      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.35&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.35&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.34&r2=1.35&cvsroot=gentoo

Index: utf-8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- utf-8.xml	17 Nov 2005 16:36:57 -0000	1.34
+++ utf-8.xml	20 Dec 2005 13:20:40 -0000	1.35
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.34 2005/11/17 16:36:57 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.35 2005/12/20 13:20:40 rane 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.14</version>
-<date>2005-11-17</date>
+<version>2.15</version>
+<date>2005-12-20</date>
 
 <chapter>
 <title>Character Encodings</title>
@@ -539,7 +539,7 @@
 <c>gnustep-apps/terminal</c>, <c>x11-terms/mlterm</c>, or plain
 <c>x11-terms/xterm</c> when built with the <c>unicode</c> USE flag and invoked
 as <c>uxterm</c>. <c>app-misc/screen</c> supports UTF-8 too, when invoked as
-<c>screen -u</c> or the following is put into the <path>~/.screenrc</path>:
+<c>screen -U</c> or the following is put into the <path>~/.screenrc</path>:
 </p>
 
 <pre caption="~/.screenrc for UTF-8">



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: utf-8.xml
@ 2006-01-06  2:16 Lukasz Damentko
  0 siblings, 0 replies; 19+ messages in thread
From: Lukasz Damentko @ 2006-01-06  2:16 UTC (permalink / raw
  To: gentoo-doc-cvs

rane        06/01/06 02:16:06

  Modified:    xml/htdocs/doc/en utf-8.xml
  Log:
  #116902, you don't need to configure mutt to use utf-8, it's enough to keep your configuration files encoded in utf-8 to make mutt use it

Revision  Changes    Path
1.36      +6 -9      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.36&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.36&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.35&r2=1.36&cvsroot=gentoo

Index: utf-8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- utf-8.xml	20 Dec 2005 13:20:40 -0000	1.35
+++ utf-8.xml	6 Jan 2006 02:16:06 -0000	1.36
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.35 2005/12/20 13:20:40 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.36 2006/01/06 02:16:06 rane 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.15</version>
-<date>2005-12-20</date>
+<version>2.16</version>
+<date>2006-01-06</date>
 
 <chapter>
 <title>Character Encodings</title>
@@ -629,14 +629,11 @@
 
 <p>
 The Mutt mail user agent has very good Unicode support. To use UTF-8 with Mutt,
-put the following in your <path>~/.muttrc</path>:
+you don't need to put anything in your configuration files. Mutt will work
+under unicode enviroment without modification if all your configuration files
+(signature included) are UTF-8 encoded.
 </p>
 
-<pre caption="~/.muttrc for UTF-8">
-set send_charset="utf8" <comment>(outgoing character set)</comment>
-set charset="utf8"      <comment>(display character set)</comment>
-</pre>
-
 <note>
 You may still see '?' in mail you read with Mutt. This is a result of people
 using a mail client which does not indicate the used charset. You can't do much



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: utf-8.xml
@ 2006-02-11 14:09 swift
  0 siblings, 0 replies; 19+ messages in thread
From: swift @ 2006-02-11 14:09 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       06/02/11 14:09:48

  Modified:    xml/htdocs/doc/en utf-8.xml
  Log:
  Use wikipedia correct URLs

Revision  Changes    Path
1.37      +5 -5      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.37&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.37&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.36&r2=1.37&cvsroot=gentoo

Index: utf-8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- utf-8.xml	6 Jan 2006 02:16:06 -0000	1.36
+++ utf-8.xml	11 Feb 2006 14:09:48 -0000	1.37
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.36 2006/01/06 02:16:06 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.37 2006/02/11 14:09:48 swift 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.16</version>
-<date>2006-01-06</date>
+<version>2.17</version>
+<date>2006-02-11</date>
 
 <chapter>
 <title>Character Encodings</title>
@@ -833,11 +833,11 @@
 
 <ul>
   <li>
-    <uri link="http://www.wikipedia.com/wiki/Unicode">The Wikipedia entry for
+    <uri link="http://en.wikipedia.org/wiki/Unicode">The Wikipedia entry for
     Unicode</uri>
   </li>
   <li>
-    <uri link="http://www.wikipedia.com/wiki/UTF-8">The Wikipedia entry for
+    <uri link="http://en.wikipedia.org/wiki/UTF-8">The Wikipedia entry for
     UTF-8</uri>
   </li>
   <li><uri link="http://www.unicode.org">Unicode.org</uri></li>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: utf-8.xml
@ 2006-03-13 21:20 Josh Saddler
  0 siblings, 0 replies; 19+ messages in thread
From: Josh Saddler @ 2006-03-13 21:20 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/03/13 21:20:22

  Modified:             utf-8.xml
  Log:
  Fixed the section on utf-8 & nano; thanks to grahl for reporting

Revision  Changes    Path
1.38                 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.38&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.38&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.37&r2=1.38&cvsroot=gentoo

Index: utf-8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- utf-8.xml	11 Feb 2006 14:09:48 -0000	1.37
+++ utf-8.xml	13 Mar 2006 21:20:22 -0000	1.38
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.37 2006/02/11 14:09:48 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.38 2006/03/13 21:20:22 nightmorph 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.17</version>
-<date>2006-02-11</date>
+<version>2.18</version>
+<date>2006-03-13</date>
 
 <chapter>
 <title>Character Encodings</title>
@@ -578,9 +578,7 @@
 </pre>
 
 <p>
-Nano currently does not provide support for UTF-8, although it has been planned
-for a long time. With luck, this will change in future. At the time of writing,
-UTF-8 support is in Nano's CVS, and should be included in the next release.
+Nano has provided full UTF-8 support since version 1.3.6.
 </p>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: utf-8.xml
@ 2006-03-19 16:08 Josh Saddler
  0 siblings, 0 replies; 19+ messages in thread
From: Josh Saddler @ 2006-03-19 16:08 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/03/19 16:08:30

  Modified:             utf-8.xml
  Log:
  Updated irssi utf-8 command for bug 126776

Revision  Changes    Path
1.39                 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.39&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.39&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.38&r2=1.39&cvsroot=gentoo

Index: utf-8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- utf-8.xml	13 Mar 2006 21:20:22 -0000	1.38
+++ utf-8.xml	19 Mar 2006 16:08:30 -0000	1.39
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.38 2006/03/13 21:20:22 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.39 2006/03/19 16:08:30 nightmorph 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.18</version>
-<date>2006-03-13</date>
+<version>2.19</version>
+<date>2006-03-19</date>
 
 <chapter>
 <title>Character Encodings</title>
@@ -610,7 +610,7 @@
 </p>
 
 <pre caption="Enabling UTF-8 in Irssi">
-/set term_type UTF-8
+/set term_charset UTF-8
 </pre>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: utf-8.xml
@ 2006-06-20 16:40 Josh Saddler
  0 siblings, 0 replies; 19+ messages in thread
From: Josh Saddler @ 2006-06-20 16:40 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/06/20 16:40:16

  Modified:             utf-8.xml
  Log:
  typo fix, no content change. thanks to slarti for reporting via email

Revision  Changes    Path
1.40                 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.40&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.40&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.39&r2=1.40&cvsroot=gentoo

Index: utf-8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- utf-8.xml	19 Mar 2006 16:08:30 -0000	1.39
+++ utf-8.xml	20 Jun 2006 16:40:16 -0000	1.40
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.39 2006/03/19 16:08:30 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.40 2006/06/20 16:40:16 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/utf-8.xml">
@@ -341,7 +341,7 @@
 
 <p>
 If you plan on mounting NTFS partitions, you may need to specify an <c>nls=</c>
-option with mount. If you plan on mounting FAT partitions, you many need to
+option with mount. If you plan on mounting FAT partitions, you may need to
 specify a <c>codepage=</c> option with mount. Optionally, you can also set a
 default codepage for FAT in the kernel configuration. Note that the
 <c>codepage</c> option with mount will override the kernel settings.



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: utf-8.xml
@ 2006-07-15 22:06 Lukasz Damentko
  0 siblings, 0 replies; 19+ messages in thread
From: Lukasz Damentko @ 2006-07-15 22:06 UTC (permalink / raw
  To: gentoo-doc-cvs

rane        06/07/15 22:06:43

  Modified:             utf-8.xml
  Log:
  NetBOIS -> NetBIOS

Revision  Changes    Path
1.42                 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.42&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.42&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.41&r2=1.42&cvsroot=gentoo

Index: utf-8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- utf-8.xml	15 Jul 2006 17:22:49 -0000	1.41
+++ utf-8.xml	15 Jul 2006 22:06:43 -0000	1.42
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.41 2006/07/15 17:22:49 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.42 2006/07/15 22:06:43 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/utf-8.xml">
@@ -721,7 +721,7 @@
 Samba is a software suite which implements the SMB (Server Message Block)
 protocol for UNIX systems such as Macs, Linux and FreeBSD. The protocol
 is also sometimes referred to as the Common Internet File System (CIFS). Samba
-also includes the NetBOIS system - used for file sharing over windows networks.
+also includes the NetBIOS system - used for file sharing over windows networks.
 </p>
 
 <pre caption="Enabling UTF-8 for Samba">



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: utf-8.xml
@ 2006-07-19 11:56 Lukasz Damentko
  0 siblings, 0 replies; 19+ messages in thread
From: Lukasz Damentko @ 2006-07-19 11:56 UTC (permalink / raw
  To: gentoo-doc-cvs

rane        06/07/19 11:56:26

  Modified:             utf-8.xml
  Log:
  #140098, locales-gen instead of userlocales

Revision  Changes    Path
1.43                 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.43&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.43&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.42&r2=1.43&cvsroot=gentoo

Index: utf-8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- utf-8.xml	15 Jul 2006 22:06:43 -0000	1.42
+++ utf-8.xml	19 Jul 2006 11:56:26 -0000	1.43
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.42 2006/07/15 22:06:43 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.43 2006/07/19 11:56:26 rane 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.20</version>
-<date>2006-07-15</date>
+<version>2.21</version>
+<date>2006-07-18</date>
 
 <chapter>
 <title>Character Encodings</title>
@@ -180,11 +180,9 @@
 <p>
 The preliminary requirement for UTF-8 is to have a version of glibc installed
 that has national language support. The recommend means to do this is the
-<path>/etc/locales.build</path> file in combination with the <c>userlocales</c>
-USE flag. It is beyond the scope of this document to explain the usage of this
-file though, luckily, the usage of this file is well documented in the comments
-within it. It is also explained in the <uri
-link="/doc/en/guide-localization.xml#doc_chap3_sect3"> Gentoo Localisation
+<path>/etc/locale.gen</path> file. It is beyond the scope of this document to
+explain the usage of this file though. It is explained in the <uri
+link="/doc/en/guide-localization.xml#doc_chap3_sect3">Gentoo Localization
 Guide</uri>.
 </p>
 
@@ -218,12 +216,12 @@
 
 <p>
 Another way to include a UTF-8 locale is to add it to the
-<path>/etc/locales.build</path> file and rebuild <c>glibc</c> with the
-<c>userlocales</c> USE flag set.
+<path>/etc/locale.gen</path> file and generate necessary locales with
+<c>locale-gen</c> command.
 </p>
 
-<pre caption="Line in /etc/locales.build">
-en_GB.UTF-8/UTF-8
+<pre caption="Line in /etc/locale.gen">
+en_GB.UTF-8 UTF-8
 </pre>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: utf-8.xml
@ 2006-08-29 10:03 Lukasz Damentko
  0 siblings, 0 replies; 19+ messages in thread
From: Lukasz Damentko @ 2006-08-29 10:03 UTC (permalink / raw
  To: gentoo-doc-cvs

rane        06/08/29 10:03:52

  Modified:             utf-8.xml
  Log:
  #145397, less doesn't need special handling anymore

Revision  Changes    Path
1.44                 xml/htdocs/doc/en/utf-8.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?r1=1.43&r2=1.44

Index: utf-8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- utf-8.xml	19 Jul 2006 11:56:26 -0000	1.43
+++ utf-8.xml	29 Aug 2006 10:03:52 -0000	1.44
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.43 2006/07/19 11:56:26 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.44 2006/08/29 10:03:52 rane 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.21</version>
-<date>2006-07-18</date>
+<version>2.22</version>
+<date>2006-08-28</date>
 
 <chapter>
 <title>Character Encodings</title>
@@ -644,27 +644,6 @@
 </body>
 </section>
 <section>
-<title>Less</title>
-<body>
-
-<p>
-We all use a lot of <c>more</c> or <c>less</c> along with the <c>|</c> to be 
-able to correctly see the output of a command, like for example 
-<c>dmesg | less</c>. While <c>more</c> only needs the shell to be UTF-8 aware, 
-<c>less</c> needs an environment variable set, <c>LESSCHARSET</c> to ensure 
-that unicode characters are rendered correctly. This can be set in 
-<path>/etc/profile</path> or <path>~/.bash_profile</path>. Fire up the editor 
-of your choice and the add the following line to one of the files mentioned 
-above.
-</p>
-
-<pre caption="Setting up the Environment variable for less">
-LESSCHARSET=utf-8
-</pre>
-
-</body>
-</section>
-<section>
 <title>Man</title>
 <body>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: utf-8.xml
@ 2006-10-06 18:35 Josh Saddler
  0 siblings, 0 replies; 19+ messages in thread
From: Josh Saddler @ 2006-10-06 18:35 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/10/06 18:35:52

  Modified:             utf-8.xml
  Log:
  changed LC_ALL to LANG recommendation per bug 148236

Revision  Changes    Path
1.45                 xml/htdocs/doc/en/utf-8.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?r1=1.44&r2=1.45

Index: utf-8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- utf-8.xml	29 Aug 2006 10:03:52 -0000	1.44
+++ utf-8.xml	6 Oct 2006 18:35:52 -0000	1.45
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.44 2006/08/29 10:03:52 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.45 2006/10/06 18:35:52 nightmorph 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.22</version>
-<date>2006-08-28</date>
+<version>2.23</version>
+<date>2006-10-06</date>
 
 <chapter>
 <title>Character Encodings</title>
@@ -231,13 +231,13 @@
 <body>
 
 <p>
-There is one environment variable that needs to be set in order to use
-our new UTF-8 locales: <c>LC_ALL</c> (this variable overrides the <c>LANG</c> 
-setting as well). There are also many different ways to set it; some people 
-prefer to only have a UTF-8 environment for a specific user, in which case 
-they set them in their <path>~/.profile</path> (if you use <c>/bin/sh</c>), 
-<path>~/.bash_profile</path> or <path>~/.bashrc</path> (if you use
-<c>/bin/bash</c>).
+There is one environment variable that needs to be set in order to use our new
+UTF-8 locales: <c>LANG</c> (you can override this variable with the
+<c>LC_ALL</c> setting as well). There are also many different ways to set it;
+some people prefer to only have a UTF-8 environment for a specific user, in
+which case they set them in their <path>~/.profile</path> (if you use
+<c>/bin/sh</c>), <path>~/.bash_profile</path> or <path>~/.bashrc</path> (if you
+use <c>/bin/bash</c>).
 </p>
 
 <p>
@@ -257,9 +257,19 @@
 
 <pre caption="Demonstration /etc/env.d/02locale">
 <comment>(As always, change "en_GB.UTF-8" to your locale)</comment>
-LC_ALL="en_GB.UTF-8"
+LANG="en_GB.UTF-8"
 </pre>
 
+<note>
+You can also substitute <c>LC_ALL</c> for <c>LANG</c>. This sets your locale
+for all categories, including numerical and currency values. On a very few
+systems, it might cause some issues. However, most users should be able to use
+<c>LC_ALL</c> without problems. For more information on the categories affected
+by using <c>LC_ALL</c>, please read the <uri
+link="http://www.gnu.org/software/libc/manual/html_node/Locale-Categories.html#Locale-Categories">GNU
+locale page</uri>.
+</note>
+
 <p>
 Next, the environment must be updated with the change.
 </p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: utf-8.xml
@ 2007-04-17 19:04 Josh Saddler
  0 siblings, 0 replies; 19+ messages in thread
From: Josh Saddler @ 2007-04-17 19:04 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/04/17 19:04:17

  Modified:             utf-8.xml
  Log:
  updated zsh to reflect unicode support, bug 174954

Revision  Changes    Path
1.47                 xml/htdocs/doc/en/utf-8.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?r1=1.46&r2=1.47

Index: utf-8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- utf-8.xml	10 Jan 2007 07:29:00 -0000	1.46
+++ utf-8.xml	17 Apr 2007 19:04:17 -0000	1.47
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.46 2007/01/10 07:29:00 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.47 2007/04/17 19:04:17 nightmorph 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.24</version>
-<date>2007-01-09</date>
+<version>2.25</version>
+<date>2007-04-17</date>
 
 <chapter>
 <title>Character Encodings</title>
@@ -599,9 +599,8 @@
 
 <p>
 Currently, <c>bash</c> provides full Unicode support through the GNU readline
-library. Z Shell users are in a somewhat worse position -- no parts of the
-shell have Unicode support, although there is a concerted effort to add
-multibyte character set support underway at the moment.
+library. Z Shell (<c>zsh</c>) offers Unicode support with the <c>unicode</c> USE
+flag.
 </p>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: utf-8.xml
@ 2008-05-19 21:08 Sven Vermeulen
  0 siblings, 0 replies; 19+ messages in thread
From: Sven Vermeulen @ 2008-05-19 21:08 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       08/05/19 21:08:38

  Modified:             utf-8.xml
  Log:
  Coding style

Revision  Changes    Path
1.48                 xml/htdocs/doc/en/utf-8.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?r1=1.47&r2=1.48

Index: utf-8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- utf-8.xml	17 Apr 2007 19:04:17 -0000	1.47
+++ utf-8.xml	19 May 2008 21:08:38 -0000	1.48
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.47 2007/04/17 19:04:17 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.48 2008/05/19 21:08:38 swift Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/utf-8.xml">
@@ -241,8 +241,8 @@
 </p>
 
 <p>
-Others prefer to set the locale globally. One specific circumstance where 
-the author particularly recommends doing this is when 
+Others prefer to set the locale globally. One specific circumstance where
+the author particularly recommends doing this is when
 <path>/etc/init.d/xdm</path> is in use, because
 this init script starts the display manager and desktop before any of the
 aforementioned shell startup files are sourced, and so before any of the
@@ -390,7 +390,7 @@
 <pre caption="Example usage of iconv">
 <comment>(substitute iso-8859-1 with the charset you are converting from)</comment>
 <comment>(Check the output is sane)</comment>
-# <i>iconv -f iso-8859-1 -t utf-8 filename</i> 
+# <i>iconv -f iso-8859-1 -t utf-8 filename</i>
 <comment>(Convert a file, you must create another file)</comment>
 # <i>iconv -f iso-8859-1 -t utf-8 filename > newfile</i>
 </pre>
@@ -420,7 +420,7 @@
 
 <p>
 The <c>KEYMAP</c> variable, set in <path>/etc/conf.d/keymaps</path>, should
-have a Unicode keymap specified. 
+have a Unicode keymap specified.
 </p>
 
 <pre caption="Example /etc/conf.d/keymaps snippet">
@@ -563,17 +563,17 @@
 <body>
 
 <p>
-Vim provides full UTF-8 support, and also has builtin detection of UTF-8 files. 
+Vim provides full UTF-8 support, and also has builtin detection of UTF-8 files.
 For further information in Vim, use <c>:help mbyte.txt</c>.
 </p>
 
 <p>
 Emacs 22.x and higher has full UTF-8 support as well. Xemacs 22.x does not
-support combining characters yet. 
+support combining characters yet.
 </p>
 
 <p>
-Lower versions of Emacs and/or Xemacs might require you to install 
+Lower versions of Emacs and/or Xemacs might require you to install
 <c>app-emacs/mule-ucs</c> and/or <c>app-xemacs/mule-ucs</c>
 and add the following code to your <path>~/.emacs</path> to have support for CJK
 languages in UTF-8:
@@ -659,8 +659,8 @@
 <body>
 
 <p>
-Man pages are an integral part of any Linux machine. To ensure that any 
-unicode in your man pages render correctly, edit <path>/etc/man.conf</path> 
+Man pages are an integral part of any Linux machine. To ensure that any
+unicode in your man pages render correctly, edit <path>/etc/man.conf</path>
 and replace a line as shown below.
 </p>
 



-- 
gentoo-doc-cvs@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: utf-8.xml
@ 2008-10-10 17:42 Jan Kundrat
  0 siblings, 0 replies; 19+ messages in thread
From: Jan Kundrat @ 2008-10-10 17:42 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         08/10/10 17:42:15

  Modified:             utf-8.xml
  Log:
  forgot this one in the previous commit

Revision  Changes    Path
1.50                 xml/htdocs/doc/en/utf-8.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?r1=1.49&r2=1.50

Index: utf-8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- utf-8.xml	10 Oct 2008 16:03:49 -0000	1.49
+++ utf-8.xml	10 Oct 2008 17:42:15 -0000	1.50
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.49 2008/10/10 16:03:49 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.50 2008/10/10 17:42:15 jkt Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/utf-8.xml">
@@ -25,7 +25,7 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license />
 
-<version>2.26</version>
+<version>2.27</version>
 <date>2008-10-10</date>
 
 <chapter>
@@ -262,11 +262,8 @@
 </pre>
 
 <note>
-You can also substitute <c>LC_ALL</c> for <c>LANG</c>. This sets your locale
-for all categories, including numerical and currency values. On a very few
-systems, it might cause some issues. However, most users should be able to use
-<c>LC_ALL</c> without problems. For more information on the categories affected
-by using <c>LC_ALL</c>, please read the <uri
+You can also substitute <c>LC_CTYPE</c> for <c>LANG</c>. For more information on
+the categories affected by using <c>LC_CTYPE</c>, please read the <uri
 link="http://www.gnu.org/software/libc/manual/html_node/Locale-Categories.html#Locale-Categories">GNU
 locale page</uri>.
 </note>
@@ -289,7 +286,7 @@
 
 <pre caption="Checking if our new locale is in the environment">
 # <i>locale</i>
-LANG=
+LANG=en_GB.UTF-8
 LC_CTYPE="en_GB.UTF-8"
 LC_NUMERIC="en_GB.UTF-8"
 LC_TIME="en_GB.UTF-8"
@@ -302,7 +299,7 @@
 LC_TELEPHONE="en_GB.UTF-8"
 LC_MEASUREMENT="en_GB.UTF-8"
 LC_IDENTIFICATION="en_GB.UTF-8"
-LC_ALL=en_GB.UTF-8
+LC_ALL=
 </pre>
 
 <p>






^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2008-10-10 17:42 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-11 14:09 [gentoo-doc-cvs] cvs commit: utf-8.xml swift
  -- strict thread matches above, loose matches on Subject: below --
2008-10-10 17:42 Jan Kundrat
2008-05-19 21:08 Sven Vermeulen
2007-04-17 19:04 Josh Saddler
2006-10-06 18:35 Josh Saddler
2006-08-29 10:03 Lukasz Damentko
2006-07-19 11:56 Lukasz Damentko
2006-07-15 22:06 Lukasz Damentko
2006-06-20 16:40 Josh Saddler
2006-03-19 16:08 Josh Saddler
2006-03-13 21:20 Josh Saddler
2006-01-06  2:16 Lukasz Damentko
2005-12-20 13:20 Lukasz Damentko
2005-11-17 16:36 Xavier Neys
2005-08-05 12:58 swift
2005-08-05 11:43 swift
2005-08-01 13:11 Sven Vermeulen
2005-08-01 12:53 Sven Vermeulen
2005-07-10 11:12 Shyam Mani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox