Gentoo Archives: gentoo-commits

From: "Flammie Pirinen (flammie)" <flammie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/fi: utf-8.xml
Date: Mon, 22 Jun 2009 15:54:10
Message-Id: E1MIlqS-0008Q0-7Z@stork.gentoo.org
1 flammie 09/06/22 15:54:08
2
3 Modified: utf-8.xml
4 Log:
5 Translation update r1.48:
6 * forgot this one in the previous commit
7 * Coding style
8 * #208082: don't use LC_ALL, prefer system-wide LANG, don't set LC_CTYPE when LANG
9
10 Revision Changes Path
11 1.23 xml/htdocs/doc/fi/utf-8.xml
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fi/utf-8.xml?rev=1.23&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fi/utf-8.xml?rev=1.23&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fi/utf-8.xml?r1=1.22&r2=1.23
16
17 Index: utf-8.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fi/utf-8.xml,v
20 retrieving revision 1.22
21 retrieving revision 1.23
22 diff -u -r1.22 -r1.23
23 --- utf-8.xml 20 Aug 2007 07:47:12 -0000 1.22
24 +++ utf-8.xml 22 Jun 2009 15:54:08 -0000 1.23
25 @@ -1,5 +1,5 @@
26 <?xml version='1.0' encoding="UTF-8"?>
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fi/utf-8.xml,v 1.22 2007/08/20 07:47:12 flammie Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fi/utf-8.xml,v 1.23 2009/06/22 15:54:08 flammie Exp $ -->
29 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
30
31 <guide link="/doc/fi/utf-8.xml" lang="fi">
32 @@ -28,8 +28,8 @@
33 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
34 <license />
35
36 -<version>2.25</version>
37 -<date>2007-04-17</date>
38 +<version>2.27</version>
39 +<date>2008-10-10</date>
40
41 <chapter>
42 <title>Merkistökoodaukset</title>
43 @@ -240,11 +240,12 @@
44 <body>
45
46 <p>
47 -UTF-8-lokaalin käyttöön tarvitaan ainakin yksi muuttuja: <c>LANG</c>, jonka
48 -voi sitten korvata LC_ALL-asetuksella. Sen voi myös asettaa monessa eri
49 +UTF-8-lokaalin käyttöön tarvitaan ainakin yksi muuttuja: <c>LANG</c> (tai
50 +vain <c>LC_CTYPE</c>). Sen voi myös asettaa monessa eri
51 paikassa. Käyttäjäkohtaisesti asetetaan tiedostoon <path>~/.profile</path>
52 sh-kuorelle tai <path>~/.bash_profile</path> tahi <path>~/.bashrc</path>
53 -bash-kuorelle.
54 +bash-kuorelle. Lisätietoja ja suosituksia löytyy <uri
55 +link="/doc/fi/guide-localization.xml">paikallisasetusohjeista</uri>.
56 </p>
57
58 <p>
59 @@ -264,7 +265,8 @@
60 </pre>
61
62 <note>
63 -<c>LANG</c>in sijaan voi käyttää <c>LC_ALL</c>ia. Tämä korvaa myös <c>LANG</c>in
64 +<c>LANG</c>in sijaan voi käyttää <c>LC_CTYPE</c>ä.
65 +Tämä korvaa myös <c>LANG</c>in
66 asetukset kaikissa tapauksissa. Lisätietoja löytyy ohjeesta <uri
67 link="http://www.gnu.org/software/libc/manual/html_node/Locale-Categories.html#Locale-Categories">GNU libc
68 locale page</uri>.