CREDITS Page has UTF-8 with wrong Content-Type via svn on website
"Kevin A. McGrail" <[email protected]> Thu, 25 Jun 2015 16:10:42 -0400
| Newsgroups | gmane.comp.apache.mod-perl.devel |
|---|---|
| Message-ID | <[email protected]> |
> http://svn.apache.org/repos/asf/spamassassin/trunk/CREDITS > > That page comes back as > > Content-Type text/plain; charset=ISO-8859-1 > > but it must have been saved as UTF-8. > That mangles the name of the first of the contributors, and maybe > other things further down. Thanks to Tony Stevenson, the fix is pretty easy: svn propset svn:mime-type "text/plain; charset=UTF-8" CREDITS Noting this here in case we need to resolve for other files. Regards, KAM