I'm looking for a 6x8 font which includes the extended ASCII characters as described at http://www.ascii-code.com
Languages like French and Spanish use many letters with accents which are in the extended ASCII characters set.
The extended ASCII codes (character code 128-255)
There are several different variations of the 8-bit ASCII table. The table below is according to ISO 8859-1, also called ISO Latin-1. Codes 129-159 contain the Microsoft® Windows Latin-1 extended characters.
I've tried different solutions:
using MikroElectronica free font generator and importing a Windows font. The Terminal font doesn't include the extended ASCII characters and the other fonts don't feature a 6x8 size.
reducing 8x8 to 6x8 with the same tool. Too many letters are impossible to read.
looking for a fixed-sized Windows font with 6x8 size. Google throws too many false-positive results.
designing the characters from 128 to 255. But it's slow and requires a lot of time!