Skip to content

Commit 89406ca

Browse files
committed
Use automatic codepage.
1 parent e75ddc7 commit 89406ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/order.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function splitter(str, l){
2222
return strs;
2323
}
2424

25-
const CODEPAGE = 'windows1252'
25+
const CODEPAGE = 'auto'
2626

2727
export function encodeForPrinter(order) {
2828
const maxChars = 32

0 commit comments

Comments
 (0)