You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by "Kevin A. McGrail" <KM...@PCCC.com> on 2015/06/25 22:10:42 UTC

CREDITS Page has UTF-8 with wrong Content-Type via svn on website

> 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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org