Dear Maintainer,
I'm a translator of Debian website and I found an encoding issue in
some pages on Debian website. The character à is sometimes encoded
wrongly, see first paragraph on page
https://www.debian.org/Bugs/Developer.it.html
Looking at wml source file I noticed that à has encodign issue only
when it is the last character of line. I replicated issue on my
system with following source.wml file (note UTF-8 encoded):
==============
This line contains à and it's not the last char.
This line ends with à
==============
and run wml source.wml
The last à is bad encoded on console too.
Regards,
Luca