Encodings
object Encodings
Character encoding tables ported from MuPDF (source/fitz/encodings.h, AGPL-3.0). Each table maps a 1-byte code (0..255) to either a unicode codepoint (Int, 0 for undefined) or a PostScript glyph name (String?, null for undefined).