<config> tags (which use values from all2xml.conf) are now properly handled
[webpac] / filter / croascii.pm
index 39f4558..28f5124 100644 (file)
@@ -11,11 +11,12 @@ sub croascii {
                s/Ïc/è/g;
                s/ÂC/Æ/g;
                s/Âc/æ/g;
-
-               s/ÏS/©/g;
-               s/Ïs/¹/g;
                #s/??/Ð/g;
                s/ò/ð/g;
+               s/ÏS/©/g;
+               s/Ïs/¹/g;
+               s/ÏZ/®/g;
+               s/Ïz/¾/g;
                $out .= $_;
        }
        return $out;