Skip to content

Simplify 7bit ASCII detection

Volker Krause requested to merge work/vkrause/simplify-ascii-detection into master

There is no point to do the elaborate conditional ISO-8859-1 conversion first when all we need to know whether all chars fit in 7 bits. Gets rid of a QTextCodec use as a welcome side effect.

Merge request reports