【发布时间】:2019-11-12 20:52:25
【问题描述】:
我正在使用 Brother SDK 打印带有 P-touch 模板的标签。我的 Brother QL-820NWB 标签打印机中有我自己的模板(只有两个文本,没什么复杂的)。
打印正常,但我的变音符号有问题。例如,“Jan Vomáčka”打印不正确。 (问题是á和č)
我正在使用他们 SDK 手册中的代码:
//Specify the template key and the printer encode
if (startPTTPrint(templateKey, null))
我尝试设置不同类型的编码(UTF-8、CP-1250、...)而不是 null,但没有任何效果。
我不确定我应该改变什么?也许标签模板中有一些东西?但我认为我必须以某种方式正确设置编码,这将起作用。但是怎么做?我应该设置什么?
感谢您的帮助!
【问题讨论】:
标签: android printing android-print-framework brother-bpac