Hi,
I tried to print a row with 3 PosColumn,
However, Chinese OR Arabic numerals cannot be printed correctly. When a string contains Chinese and English or Chinese and Arabic numerals, the mixed Chinese and English will cause the Chinese to overlap and print at the beginning of the English, and the mixed Chinese and Arabic numerals will cause the Arabic numerals to overlap and print at the beginning of the Chinese.
Hi, I tried to print a row with 3 PosColumn, However, Chinese OR Arabic numerals cannot be printed correctly. When a string contains Chinese and English or Chinese and Arabic numerals, the mixed Chinese and English will cause the Chinese to overlap and print at the beginning of the English, and the mixed Chinese and Arabic numerals will cause the Arabic numerals to overlap and print at the beginning of the Chinese.
printer.row([ PosColumn(text:"Hello esc command"); PosColumn(text:"Hello esc command 中文", containsChinese: true); PosColumn(text:"中文 中文 中文 中文 1234565", containsChinese: true); ])
And, I tried printer.text("中文 English 123", containsChinese:true), works well!
esc_pos_printer version 4.1.0 esc_pos_utils version 1.1.0
wifi printer: Gprinter D802
Could you please review this issue and give some suggestions? THANK YOU