Closed jswangtao closed 1 month ago
Follow the example code Codepage in readme.md
let result = encoder .codepage('windows1251') .text('Iñtërnâtiônàlizætiøn') .codepage('cp936') .text('简体中文') .encode()
Uncaught Error: Codepage not supported by printer
I want to print Simplified Chinese, but it seems that CP936 does not support it
CP936 is generally not supported by printers, so it has been removed from the documentation.
Follow the example code Codepage in readme.md
Uncaught Error: Codepage not supported by printer