Android Question How to send the chinese string to Bluetooth printer ?

roddy

Member
Licensed User
Longtime User
Note that this is an old example. You should use AsyncStreams instead. However it is not related to this issue.

You need to find which encoding your printer expects and use that encoding instead of UTF8. If you are using this example then you should call TextWriter.Initialize2 with the correct encoding.

Hi Erel,
Thank you for your reply.
I'll try this
 
Upvote 0
Top