1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.14 2005/05/09 14:05:46 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.15 2005/05/29 16:00:59 swift Exp $ --> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
4 | |
4 | |
5 | <guide link="/doc/en/utf-8.xml"> |
5 | <guide link="/doc/en/utf-8.xml"> |
6 | <title>Using UTF-8 with Gentoo</title> |
6 | <title>Using UTF-8 with Gentoo</title> |
7 | |
7 | |
… | |
… | |
240 | variables are in the environment. |
240 | variables are in the environment. |
241 | </p> |
241 | </p> |
242 | |
242 | |
243 | <p> |
243 | <p> |
244 | Setting the locale globally should be done using |
244 | Setting the locale globally should be done using |
245 | <path>/etc/env.d/02local</path>. The file should look something like the |
245 | <path>/etc/env.d/02locale</path>. The file should look something like the |
246 | following: |
246 | following: |
247 | </p> |
247 | </p> |
248 | |
248 | |
249 | <pre caption="Demonstration /etc/env.d/02locale"> |
249 | <pre caption="Demonstration /etc/env.d/02locale"> |
250 | <comment>(As always, change "en_GB.UTF-8" to your locale)</comment> |
250 | <comment>(As always, change "en_GB.UTF-8" to your locale)</comment> |