Skip to content

Commit

Permalink
Charset Encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck ALARY committed May 18, 2020
1 parent 4c965ba commit 2811419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ Convert hexadecimal string of the image data to bytes ESC/POS command.

### Class : `com.dantsu.escposprinter.EscPosCharsetEncoding`

#### Constructor : `EscPosCharsetEncoding()`
#### Constructor : `EscPosCharsetEncoding(String charsetName, int escPosCharsetId)`
- **param** `charsetName` Name of charset encoding (Ex: ISO-8859-1)
- **param** `escPosCharsetId` Id of charset encoding for your printer (Ex: 6)

Expand Down
2 changes: 1 addition & 1 deletion escposprinter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ Convert hexadecimal string of the image data to bytes ESC/POS command.

### Class : `com.dantsu.escposprinter.EscPosCharsetEncoding`

#### Constructor : `EscPosCharsetEncoding()`
#### Constructor : `EscPosCharsetEncoding(String charsetName, int escPosCharsetId)`
- **param** `charsetName` Name of charset encoding (Ex: ISO-8859-1)
- **param** `escPosCharsetId` Id of charset encoding for your printer (Ex: 6)

Expand Down

0 comments on commit 2811419

Please sign in to comment.