more on printer

This commit is contained in:
Martin Brodbeck 2018-08-06 13:39:12 +02:00
parent a34fd9aefd
commit e8d839eccb
2 changed files with 15 additions and 9 deletions

View file

@ -112,7 +112,7 @@ void PosPrinter::printTest()
std::stringstream commandStream;
commandStream << Command::ENCODING;
commandStream << "Der Drucker kann von KIMA2\nangesprochen werden.\n\n"
<< "Beachten Sie, dass nicht\nalle Modelle Strichcodes\nausdrucken können.";
<< u8"Beachten Sie, dass nicht\nalle Modelle Strichcodes\nausdrucken können.";
commandStream << Command::FEED;
printHeader();
write(commandStream.str());