enum Hpdf::ByteType
Overview
used in Encoder#byte_type.
Defined in:
hpdf/enum.crEnum Members
-
Single =
0 -
Single byte character.
-
Lead =
1 -
Lead byte of a double-byte character.
-
Trial =
2 -
Trailing byte of a double-byte character.
-
Unknown =
3 -
Invalid encoder or cannot judge the byte type.