How to print in chinese on epson printer using delphi code and what is mode of Epson is it ascii or Unicode?

StackOverflow https://stackoverflow.com/questions/16538093

문제

I have to print the content in chinese on epson printer .I have used all commands related to character set and code table(ESC R n) and (ESC t n) and tried to print the content but its not printing in chinese. Can anyone help me to print in Chinese.

도움이 되었습니까?

해결책

Actually We Can Print in Chinese if at all we have Epson Multilingual Supported Printer and that too it supports only one foreign language at a time.For some languages they don't have code page table's so we need pay extra for that.

다른 팁

Yeah, we can use ESC R 15 to set Chinese characters.

However, we have to do the Initialize command first.

EPSON ESC R Command

the selected international character set is effective until ESC @ is executed, the printer is reset, or the power is turned off.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top