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