Looks like their till system is running in
ISO-8859-1 (or ISO-8859-15 or ug Windows code
page 1252) but their printer thinks that it's
being sent code page 437 (the classic DOS
code page). And no-one is clueful enough to
fix it. You trust them to sell you software?
keyboard shortcuts:
← previous photo
→ next photo
L view in light box
F favorite
< scroll film strip left
> scroll film strip right
? show all shortcuts
Comments and faves
Nicholas Clark (81 months ago | reply)
$ perl -MEncode -le 'print decode "cp437", "£"'
ú
Looks like their till system is running in ISO-8859-1 (or ISO-8859-15 or ug Windows code page 1252) but their printer thinks that it's being sent code page 437 (the classic DOS code page). And no-one is clueful enough to fix it. You trust them to sell you software?