Unfortunately, and inevitable, we've finally reached the
text encoding bugs! Yay!
In a report from Didier, the single quote character '
was rendered as ' (the utf-8 code point for ').
This is a bug, because somewhere in pipeline/transit
we lost the original text encoding. Note that windows
does not default to using utf-8, but ISO8859 encoding.
In ASCII range, this is not an issue, and since the
accent characters are correctly rendered, I can't
point out where exactly did we miss the encoding.
Unfortunately, and inevitable, we've finally reached the text encoding bugs! Yay!
In a report from Didier, the single quote character
'
was rendered as'
(the utf-8 code point for'
).This is a bug, because somewhere in pipeline/transit we lost the original text encoding. Note that windows does not default to using utf-8, but ISO8859 encoding.
In ASCII range, this is not an issue, and since the accent characters are correctly rendered, I can't point out where exactly did we miss the encoding.