-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
None
-
beta2
-
generic
-
generic
For MediaName.ISO_A4_TRANSPARENT and MediaName.ISO_A4_WHITE
IPP 1.1 defines the following names:
"iso-a4-white", "iso-a4-transparent",
but method toString() for both returns:
"iso-A4-transparent", "iso-A4-white"
(jdk1.4.0beta-b56).
The same is true for MediaSizeName.A, MediaSizeName.B, MediaSizeName.C,
MediaSizeName.D, MediaSizeName.E:
the values "A", "B", "C", "D", "E" are returned instead of "a", "b", "c",
"d", "e" described in Printer MIB(rfc1759).
IPP 1.1 defines the following names:
"iso-a4-white", "iso-a4-transparent",
but method toString() for both returns:
"iso-A4-transparent", "iso-A4-white"
(jdk1.4.0beta-b56).
The same is true for MediaSizeName.A, MediaSizeName.B, MediaSizeName.C,
MediaSizeName.D, MediaSizeName.E:
the values "A", "B", "C", "D", "E" are returned instead of "a", "b", "c",
"d", "e" described in Printer MIB(rfc1759).
- duplicates
-
JDK-4483496 Some MediaSizeName constants do not correspond to the IPP values
- Closed
-
JDK-4483505 MediaSize.ISO.B4 does not corespond to the IPP value
- Closed
-
JDK-4483524 Some MediaName constants do not correspond to the IPP value
- Closed