We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e75ddc7 commit 89406caCopy full SHA for 89406ca
src/utils/order.js
@@ -22,7 +22,7 @@ function splitter(str, l){
22
return strs;
23
}
24
25
-const CODEPAGE = 'windows1252'
+const CODEPAGE = 'auto'
26
27
export function encodeForPrinter(order) {
28
const maxChars = 32
0 commit comments