SVN: toys/rsget.pl/RSGet/Tools.pm

sparky sparky at pld-linux.org
Tue Oct 6 21:32:47 CEST 2009


Author: sparky
Date: Tue Oct  6 21:32:47 2009
New Revision: 10707

Modified:
   toys/rsget.pl/RSGet/Tools.pm
Log:
- resolve &#NNN; in de_ml();


Modified: toys/rsget.pl/RSGet/Tools.pm
==============================================================================
--- toys/rsget.pl/RSGet/Tools.pm	(original)
+++ toys/rsget.pl/RSGet/Tools.pm	Tue Oct  6 21:32:47 2009
@@ -102,6 +102,7 @@
 	s/&le;/</g;
 	s/&ge;/>/g;
 	s/&quot;/"/g;
+	s/&#(\d+);/chr $1/eg;
 	s/&amp;/&/g;
 	return $_;
 }


More information about the pld-cvs-commit mailing list