[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MT plug-in generating bogus feeds




The default MT Atom plug in contains the line:


<?xml version="1.0" encoding="<$MTPublishCharset$>"?>

MTPublishCharset defaults to us-ascii, or at least is set that way on many MT installs

However, MT makes no attempt to ensure the characters are 7-bit clean, so the user can paste any random encoding in and they get passed through.

How about munging things up to utf-8 ?