~DE — Download Encoding
Plain English
Downloads a custom character encoding table to the printer, allowing you to remap which characters appear for specific byte values.
When to use
When you need a custom character encoding that isn't built into the printer (rare — usually ^CI is sufficient).
Syntax
~DEd:name,size,data
Parameters
| Parameter | Description |
|---|---|
d | Drive letter: R, E, or B |
name | Encoding table name |
size | Size of the encoding data |
data | Encoding table data |
Example
~DEE:CUSTOM.DAT,256,<encoding data>
Download a custom encoding table