Some package have their /readme.txt content returned as text/plain; charset=utf-8, like text-show, and others have the content type set as text/plain, like cpsa.
I have two questions:
- Where would this difference come from;
- Couldn't we force all
.txt files to be sent as text/plain; charset=utf-8?
Cheers