I am dealing with ESC / POS teams.
Using the ESC R n command, you can select an international character set.
Epson offers in particular: Spain II and Latin America. In these encodings, for example, Hex 5E/Dec 94 means "Γ©" (LATIN SMALL LETTER E) , but in UTF8 / ISO 5E/94 means "^" (CIRCUMFLEX ACCENT) .
I'm looking for a way to translate these character sets or find out their entire table (without cycles and printing through the printer, how do you know what βspaceβ is?) ... This is not iso-8859-1 / 2/3/9 or oem858 / 858 or latin2 / code page852 or similar encodings / code pages that I checked.
source share