From: Josh Triplett Date: Sun, 27 Jan 2008 07:12:29 +0000 (-0800) Subject: aggregate.pm: Replace Unicode apostrophe with ASCII to unbreak build X-Git-Tag: 2.30~111 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/fafb2edaa7aeb1293e716fa96f087cb713f4a70a?hp=fafb2edaa7aeb1293e716fa96f087cb713f4a70a aggregate.pm: Replace Unicode apostrophe with ASCII to unbreak build gettext choked on a Unicode apostrophe in the aggregate plugin, which appeared in a new error message in commit 4f872b563300e4a277cac3d7ea2a999bcf75d1ff. Replace it with an ASCII apostrophe. ---