star-micronics / StarXpand-SDK-Android

StarXpand SDK for Android is a software development kit for supporting application development for Star Micronics devices.
https://star-m.jp/starxpandsdk-oml.html
Other
13 stars 1 forks source link

SP700 does not print € and £ symbols #8

Closed eosobande closed 5 months ago

eosobande commented 1 year ago

Description

SP700 does not print certain currencies.

It prints $ and CA$ symbols correctly but replaces € with ¥, and £ with GB

Your device where the bug occurs

Your printer

gare-bear commented 1 year ago

@eosobande I'm looking into this. The XpandSDK does have an enum for CharacterEncodingType and this is what you would use to switch code pages giving you access to different character encodings, and thus access to different currency symbols.

gare-bear commented 1 year ago

@eosobande I was able to print all the currency symbols with no code changes. I just added the symbols to .actionPrintText("€ ¥ £") and it worked.

Could you update your original post with the printers self-test?

gare-bear commented 1 year ago

@eosobande any update?

Tatsuki-Yamamoto2731 commented 5 months ago

I am closing this Issue. If you still have this issue, please reopen it.