textwriter cp737

mc73

Well-Known Member
Licensed User
Longtime User
I know how to pass from iso-8859-7 to cp737, still was wondering whether the latter is actually supported though I didn't see it in java.nio.
Anyone knows perhaps?
 

mc73

Well-Known Member
Licensed User
Longtime User
It is not part of the "must be supported" charsets. I tried this code on a Galaxy Nexus and it failed:
B4X:
Dim b() As Byte = "sdfsdf".GetBytes("cp737")

I know. I was only thinking if it were cause I wanted to avoid 'ugly' patches. Nio is not supporting cp737, the printer is not supporting ISO-8859-7, it's just that.
 
Upvote 0
Top