1 MacRoman = [ 2 'NUL', 'Eth', 'eth', 'Lslash', 'lslash', 'Scaron', 'scaron', 'Yacute', 3 'yacute', 'HT', 'LF', 'Thorn', 'thorn', 'CR', 'Zcaron', 'zcaron', 'DLE', 'DC1', 4 'DC2', 'DC3', 'DC4', 'onehalf', 'onequarter', 'onesuperior', 'threequarters', 5 'threesuperior', 'twosuperior', 'brokenbar', 'minus', 'multiply', 'RS', 'US', 6 'space', 'exclam', 'quotedbl', 'numbersign', 'dollar', 'percent', 'ampersand', 7 'quotesingle', 'parenleft', 'parenright', 'asterisk', 'plus', 'comma', 8 'hyphen', 'period', 'slash', 'zero', 'one', 'two', 'three', 'four', 'five', 9 'six', 'seven', 'eight', 'nine', 'colon', 'semicolon', 'less', 'equal', 10 'greater', 'question', 'at', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 11 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 12 'bracketleft', 'backslash', 'bracketright', 'asciicircum', 'underscore', 13 'grave', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 14 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', 'braceleft', 'bar', 15 'braceright', 'asciitilde', 'DEL', 'Adieresis', 'Aring', 'Ccedilla', 'Eacute', 16 'Ntilde', 'Odieresis', 'Udieresis', 'aacute', 'agrave', 'acircumflex', 17 'adieresis', 'atilde', 'aring', 'ccedilla', 'eacute', 'egrave', 'ecircumflex', 18 'edieresis', 'iacute', 'igrave', 'icircumflex', 'idieresis', 'ntilde', 19 'oacute', 'ograve', 'ocircumflex', 'odieresis', 'otilde', 'uacute', 'ugrave', 20 'ucircumflex', 'udieresis', 'dagger', 'degree', 'cent', 'sterling', 'section', 21 'bullet', 'paragraph', 'germandbls', 'registered', 'copyright', 'trademark', 22 'acute', 'dieresis', 'notequal', 'AE', 'Oslash', 'infinity', 'plusminus', 23 'lessequal', 'greaterequal', 'yen', 'mu', 'partialdiff', 'summation', 24 'product', 'pi', 'integral', 'ordfeminine', 'ordmasculine', 'Omega', 'ae', 25 'oslash', 'questiondown', 'exclamdown', 'logicalnot', 'radical', 'florin', 26 'approxequal', 'Delta', 'guillemotleft', 'guillemotright', 'ellipsis', 27 'nbspace', 'Agrave', 'Atilde', 'Otilde', 'OE', 'oe', 'endash', 'emdash', 28 'quotedblleft', 'quotedblright', 'quoteleft', 'quoteright', 'divide', 'lozenge', 29 'ydieresis', 'Ydieresis', 'fraction', 'currency', 'guilsinglleft', 30 'guilsinglright', 'fi', 'fl', 'daggerdbl', 'periodcentered', 'quotesinglbase', 31 'quotedblbase', 'perthousand', 'Acircumflex', 'Ecircumflex', 'Aacute', 32 'Edieresis', 'Egrave', 'Iacute', 'Icircumflex', 'Idieresis', 'Igrave', 'Oacute', 33 'Ocircumflex', 'apple', 'Ograve', 'Uacute', 'Ucircumflex', 'Ugrave', 'dotlessi', 34 'circumflex', 'tilde', 'macron', 'breve', 'dotaccent', 'ring', 'cedilla', 35 'hungarumlaut', 'ogonek', 'caron' 36 ] 37 38