Why euro symbol printing as Ôé¼?
Why euro symbol printing as Ôé¼? I have an Epson tm-t20 configured with codepage 858. I did a test print of the codepage and the characters are fine. The Java class is UTF-8 encoded. I'm trying to print some text with characters like é , ç and € present in the already named codepage. The printer is compatible with these Docflavors: Arrays.stream(service.getSupportedDocFlavors()).forEach(f->System.out.println(f.getMediaType()+":"+f.getMimeType()+":"+f.getRepresentationClassName())); image:image/gif:[B image:image/gif:java.io.InputStream image:image/gif:java.net.URL image:image/jpeg:[B image:image/jpeg:java.io.InputStream image:image/jpeg:java.net.URL image:image/png:[B image:image/png:java.io.InputStream image:image/png:java.net.URL application:application/x-java-jvm-local-objectref:java.awt.print.Pageable application:application/x-java-jvm-local-objectref:java.awt.print.Printable application:application/octet-stream:[B application:application/octet-stream:j...