From: David Dorward Date: Mon, 13 Aug 2012 21:08:41 +0000 (+0100) Subject: Add support for ' characters. X-Git-Tag: v1.000001~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FHTML-String.git;a=commitdiff_plain;h=fc076557b01b935910c07ed26c2710b78bd10ce0 Add support for ' characters. Escape ' to ' Test support for the five characters that are escaped Document which characters are escaped --- diff --git a/Changes b/Changes index 98c742f..8660178 100644 --- a/Changes +++ b/Changes @@ -1,2 +1,4 @@ + - Support for single quotes (' to ') + 1.000000 - 2012-08-13 - Initial release diff --git a/lib/HTML/String.pm b/lib/HTML/String.pm index c040fe1..a16a0dd 100644 --- a/lib/HTML/String.pm +++ b/lib/HTML/String.pm @@ -118,6 +118,19 @@ L for more details. For integration with L