|
@@ -359,9 +359,7 @@ PrintCommand* CThermalPrintFSM::ParseCommand( scew_element *elem )
|
|
|
pcd->strCommand = gbkstr;
|
|
|
delete[] gbkstr;
|
|
|
#else
|
|
|
- char* gbkstr = decodeStr.GetData();//国产机用的UTF8编码打印
|
|
|
- //Dbg("base64解码出来的内容:%s",gbkstr);
|
|
|
- pcd->strCommand = gbkstr;
|
|
|
+ pcd->strCommand = decodeStr;
|
|
|
#endif // RVC_OS_WIN
|
|
|
}
|
|
|
|