You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ monobit-convert windows/windows-3.1/Terminal_Hercules_cp850.yaff foo.pngERROR: Can only use Indexer to set codepoints, not character labels.
Fortunately, a working copy of this font already exists in the Hoard in the windows-3.0 directory.
Looking at the diff, it looks like the 3.1 version should be deleted as the Unicode code point was not assigned for any of the glyphs. The 3.0 version looks correct.
8c8< encoding: cp850---> encoding: 85015,17c15<< # [☺] WHITE SMILING FACE< u+263a:---> u+0001:33,35c31<< # [☻] BLACK SMILING FACE< u+263b:---> u+0002:
All the glyphs are the same.
Same
In fact, it looks like many of the Windows 3.1 fonts are pixel-for-pixel identical to the ones in Windows 3.0. Looking at just the top-level fonts these are definitely the same and could be replaced with aliases:
These fonts are subtly different between Windows 3.0 and 3.1:
FixedSys_8514
Ô ↔ Õ
System_EGA
ÿ → ý
System_VGA
Þ ↔ þ
Terminal_CGA40_cp437
╪, ╫ look like capacitors in 3.1, pierce through in 3.0
Terminal_EGA80_cp437
Thinner ₧ in 3.1
Terminal_CGA80_cp437
Kermit the Ö in 3.1, umlauts disconnected in 3.0
capacitor-style ╪, ╫
shorter ¥
thinner ₧
₧ missing vertical bar of P in 3.0, fixed in 3.1
Terminal_EGA40_cp437
┤ fixed in 3.1, stubby left in 3.0
thinner ₧
Terminal_VGA_cp850
stubby left ┤
Terminal_VGA_cp863
ú → ù
The text was updated successfully, but these errors were encountered:
hackerb9
changed the title
Windows-3.1 Hercules CP850 uses Indexer to set codepoints
Windows-3.1 Hercules CP850 uses Indexer to set character labels
Jan 28, 2025
None of those show any changes in the glyph pixels which is suspicious since Terminal_VGA_cp850, which doesn't have the Indexer issue, fixes the stubby left ┤ (U+2524).
Are these broken files actually from Windows 3.1? If so, why did Microsoft not fix U+2524 in the EGA40 and EGA80 files as they did for code page 437?
Fortunately, a working copy of this font already exists in the Hoard in the windows-3.0 directory.
Looking at the diff, it looks like the 3.1 version should be deleted as the Unicode code point was not assigned for any of the glyphs. The 3.0 version looks correct.
All the glyphs are the same.
Same
In fact, it looks like many of the Windows 3.1 fonts are pixel-for-pixel identical to the ones in Windows 3.0. Looking at just the top-level fonts these are definitely the same and could be replaced with aliases:
Different
These fonts are subtly different between Windows 3.0 and 3.1:
FixedSys_8514
System_EGA
System_VGA
Terminal_CGA40_cp437
Terminal_EGA80_cp437
Terminal_CGA80_cp437
Terminal_EGA40_cp437
Terminal_VGA_cp850
Terminal_VGA_cp863
The text was updated successfully, but these errors were encountered: