Fix detection of true 7bit ASCII.
The Qt Latin1 codec will only tell us if the characters are in the 8bit ISO-8859-1 range. Use the C function isascii to test if the characters are in the true 7bit ASCII range. BUG: 205824
Please register or sign in to comment