| 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.38 2006/03/13 21:20:22 nightmorph Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.39 2006/03/19 16:08:30 nightmorph 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 | |
| … | |
… | |
| 23 | |
23 | |
| 24 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
24 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 25 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
25 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 26 | <license /> |
26 | <license /> |
| 27 | |
27 | |
| 28 | <version>2.18</version> |
28 | <version>2.19</version> |
| 29 | <date>2006-03-13</date> |
29 | <date>2006-03-19</date> |
| 30 | |
30 | |
| 31 | <chapter> |
31 | <chapter> |
| 32 | <title>Character Encodings</title> |
32 | <title>Character Encodings</title> |
| 33 | <section> |
33 | <section> |
| 34 | <title>What is a Character Encoding?</title> |
34 | <title>What is a Character Encoding?</title> |
| … | |
… | |
| 608 | Irssi has complete UTF-8 support, although it does require a user |
608 | Irssi has complete UTF-8 support, although it does require a user |
| 609 | to set an option. |
609 | to set an option. |
| 610 | </p> |
610 | </p> |
| 611 | |
611 | |
| 612 | <pre caption="Enabling UTF-8 in Irssi"> |
612 | <pre caption="Enabling UTF-8 in Irssi"> |
| 613 | /set term_type UTF-8 |
613 | /set term_charset UTF-8 |
| 614 | </pre> |
614 | </pre> |
| 615 | |
615 | |
| 616 | <p> |
616 | <p> |
| 617 | For channels where non-ASCII characters are often exchanged in non-UTF-8 |
617 | For channels where non-ASCII characters are often exchanged in non-UTF-8 |
| 618 | charsets, the <c>/recode</c> command may be used to convert the characters. |
618 | charsets, the <c>/recode</c> command may be used to convert the characters. |