Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

yodl2html russian



Although, it's not YODL mailing list, for russian users maybe interseting this!
This is patch for yodl-1.31.18
It only modify yodl html chartable and delete conversion of all character codes that uses russian letters!
I think it may be useful!
--- ORIG/macros/chartables/html.tables.yo	2005-08-07 11:07:30.000000000 +0800
+++ RUSSIAN/macros/chartables/html.tables.yo	2005-08-07 11:07:34.000000000 +0800
@@ -4,54 +4,6 @@
     '&'     = "&"
     '<'     = "&lt;"
     '>'     = "&gt;"
-    'á'     = "&aacute;"
-    'à'     = "&agrave;"
-    'ä'     = "&auml;"
-    'â'     = "&acirc;"
-    'ã'     = "&atilde;"
-    'ç'     = "&ccedil;"
-    'é'     = "&eacute;"
-    'è'     = "&egrave;"
-    'ë'     = "&euml;"
-    'ê'     = "&ecirc;"
-    'í'     = "&iacute;"
-    'ì'     = "&igrave;"
-    'ï'     = "&iuml;"
-    'î'     = "&icirc;"
-    'ó'     = "&oacute;"
-    'ò'     = "&ograve;"
-    'ö'     = "&ouml;"
-    'ô'     = "&ocirc;"
-    'õ'     = "&otilde;"
-    'ú'     = "&uacute;"
-    'ù'     = "&ugrave;"
-    'ü'     = "&uuml;"
-    'û'     = "&ucirc;"
-    'ÿ'     = "&yuml;"
-    'ý'     = "&yacute;"
-    'Á'     = "&Aacute;"
-    'À'     = "&Agrave;"
-    'Â'     = "&Acirc;"
-    'Ã'     = "&Atilde;"
-    'Ç'     = "&Ccedil;"
-    'É'     = "&Eacute;"
-    'È'     = "&Egrave;"
-    'Ë'     = "&Euml;"
-    'Ê'     = "&Ecirc;"
-    'Í'     = "&Iacute;"
-    'Ì'     = "&Igrave;"
-    'Ï'     = "&Iuml;"
-    'Î'     = "&Icirc;"
-    'Ó'     = "&Oacute;"
-    'Ò'     = "&Ograve;"
-    'Ö'     = "&Ouml;"
-    'Ô'     = "&Ocirc;"
-    'Õ'     = "&Otilde;"
-    'Ú'     = "&Uacute;"
-    'Ù'     = "&Ugrave;"
-    'Ü'     = "&Uuml;"
-    'Û'     = "&Ucirc;"
-    'Ý'     = "&Yacute;"
 )
 
 COMMENT(*** Ackzent characters. ***)


Messages sorted by: Reverse Date, Date, Thread, Author