-
Bug
-
Resolution: Won't Fix
-
P1
-
None
-
1.1.3
-
sparc
-
solaris_2.6
I'm using jdk1.1.3 on European Solaris 2.6 FCS. I'm running the Czech (cz) locale and using a Java application called PrintDraw (attachment 1). I can input ISO 8859-2 characters but when I try to print them they are converted to ISO 8859-1. When I print the contents of the canvas to a ps file (attachment 2) I notice that ISO 8859-1 Encoding is used. Here is a excerpt from the ps file
/ISOF {
dup findfont dup length 1 add dict begin {
1 index /FID eq {pop pop} {D} ifelse
} forall /Encoding ISOLatin1Encoding D
currentdict end definefont
} BD
/ISOF {
dup findfont dup length 1 add dict begin {
1 index /FID eq {pop pop} {D} ifelse
} forall /Encoding ISOLatin1Encoding D
currentdict end definefont
} BD
- relates to
-
JDK-4080996 Printing and display problems with east european unicode characters
-
- Closed
-