setUTF8Code method

T setUTF8Code()

打印机设置成utf-8编码

Implementation

T setUTF8Code() {
  return push(TUTF8Code());
}