cygwin-x-doc/faq i18n.xml,1.9,1.10
Alexander Gottwald <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: ago Update of /cvs/xserver/cygwin-x-doc/faq In directory gabe:/tmp/cvs-serv1601/faq Modified Files: i18n.xml Log Message: 2004-12-29 Alexander Gottwald <[email protected]> * cg/programming-server-architecture.xml * faq/i18n.xml * ug/using.xml Fixed invalid characters. Replaced with proper entities. Index: i18n.xml =================================================================== RCS file: /cvs/xserver/cygwin-x-doc/faq/i18n.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- i18n.xml 12 Nov 2004 12:26:36 -0000 1.9 +++ i18n.xml 29 Dec 2004 18:57:07 -0000 1.10 @@ -222,13 +222,13 @@ set convert-meta off # to show it as character, not the octal representation # Mapping for German umlauts -"\M-a": "ä" -"\M-A": "Ä" -"\M-o": "ö" -"\M-O": "Ö" -"\M-u": "ü" -"\M-U": "Ü" -"\M-s": "ß" +"\M-a": "ä" +"\M-A": "Ä" +"\M-o": "ö" +"\M-O": "Ö" +"\M-u": "ü" +"\M-U": "Ü" +"\M-s": "ß" # (TODO: Mapping for accents?) </screen> </answer>