| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.57 2012/07/24 12:12:51 swift Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.58 2012/12/30 01:48:51 nightmorph Exp $ --> |
| 4 | |
4 | |
| 5 | <guide> |
5 | <guide> |
| 6 | <title>Using UTF-8 with Gentoo</title> |
6 | <title>Using UTF-8 with Gentoo</title> |
| 7 | |
7 | |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| … | |
… | |
| 26 | |
26 | |
| 27 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
27 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 28 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
28 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 29 | <license /> |
29 | <license /> |
| 30 | |
30 | |
| 31 | <version>6</version> |
31 | <version>7</version> |
| 32 | <date>2012-07-24</date> |
32 | <date>2012-12-29</date> |
| 33 | |
33 | |
| 34 | <chapter> |
34 | <chapter> |
| 35 | <title>Character Encodings</title> |
35 | <title>Character Encodings</title> |
| 36 | <section> |
36 | <section> |
| 37 | <title>What is a Character Encoding?</title> |
37 | <title>What is a Character Encoding?</title> |
| … | |
… | |
| 539 | </p> |
539 | </p> |
| 540 | |
540 | |
| 541 | <p> |
541 | <p> |
| 542 | Terminal emulators that use Xft and support Unicode are harder to come by. |
542 | Terminal emulators that use Xft and support Unicode are harder to come by. |
| 543 | Aside from Konsole and gnome-terminal, the best options in Portage are |
543 | Aside from Konsole and gnome-terminal, the best options in Portage are |
| 544 | <c>x11-terms/rxvt-unicode</c>, <c>x11-terms/terminal</c>, |
544 | <c>x11-terms/rxvt-unicode</c>, <c>x11-terms/xfce4-terminal</c>, |
| 545 | <c>gnustep-apps/terminal</c>, <c>x11-terms/mlterm</c>, or plain |
545 | <c>gnustep-apps/terminal</c>, <c>x11-terms/mlterm</c>, or plain |
| 546 | <c>x11-terms/xterm</c> when built with the <c>unicode</c> USE flag and invoked |
546 | <c>x11-terms/xterm</c> when built with the <c>unicode</c> USE flag and invoked |
| 547 | as <c>uxterm</c>. <c>app-misc/screen</c> supports UTF-8 too, when invoked as |
547 | as <c>uxterm</c>. <c>app-misc/screen</c> supports UTF-8 too, when invoked as |
| 548 | <c>screen -U</c> or the following is put into the <path>~/.screenrc</path>: |
548 | <c>screen -U</c> or the following is put into the <path>~/.screenrc</path>: |
| 549 | </p> |
549 | </p> |