cygwin-x-doc/faq i18n.xml,1.9,1.10

Alexander Gottwald xserver-commit at pdx.freedesktop.org
Wed Dec 29 10:57:09 PST 2004


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  <ago at freedesktop.org>

	* 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": "&auml;"
+"\M-A": "&Auml;"
+"\M-o": "&ouml;"
+"\M-O": "&Ouml;"
+"\M-u": "&uuml;"
+"\M-U": "&Uuml;"
+"\M-s": "&szlig;"
 # (TODO: Mapping for accents?)
 </screen>
 </answer>



More information about the xserver-commit mailing list