| [ PHPXref.com ] | [ Generated: Sun Jul 20 18:08:07 2008 ] | [ html2ps 1.9.4 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php 2 // $Header: /cvsroot/html2ps/encoding.iso-8859-1.inc.php,v 1.2 2005/04/27 16:27:40 Konstantin Exp $ 3 4 $g_iso_8859_1 = array( 5 "\x00" => code_to_utf8(0x0000), // NULL 6 "\x01" => code_to_utf8(0x0001), // START OF HEADING 7 "\x02" => code_to_utf8(0x0002), // START OF TEXT 8 "\x03" => code_to_utf8(0x0003), // END OF TEXT 9 "\x04" => code_to_utf8(0x0004), // END OF TRANSMISSION 10 "\x05" => code_to_utf8(0x0005), // ENQUIRY 11 "\x06" => code_to_utf8(0x0006), // ACKNOWLEDGE 12 "\x07" => code_to_utf8(0x0007), // BELL 13 "\x08" => code_to_utf8(0x0008), // BACKSPACE 14 "\x09" => code_to_utf8(0x0009), // HORIZONTAL TABULATION 15 "\x0A" => code_to_utf8(0x000A), // LINE FEED 16 "\x0B" => code_to_utf8(0x000B), // VERTICAL TABULATION 17 "\x0C" => code_to_utf8(0x000C), // FORM FEED 18 "\x0D" => code_to_utf8(0x000D), // CARRIAGE RETURN 19 "\x0E" => code_to_utf8(0x000E), // SHIFT OUT 20 "\x0F" => code_to_utf8(0x000F), // SHIFT IN 21 "\x10" => code_to_utf8(0x0010), // DATA LINK ESCAPE 22 "\x11" => code_to_utf8(0x0011), // DEVICE CONTROL ONE 23 "\x12" => code_to_utf8(0x0012), // DEVICE CONTROL TWO 24 "\x13" => code_to_utf8(0x0013), // DEVICE CONTROL THREE 25 "\x14" => code_to_utf8(0x0014), // DEVICE CONTROL FOUR 26 "\x15" => code_to_utf8(0x0015), // NEGATIVE ACKNOWLEDGE 27 "\x16" => code_to_utf8(0x0016), // SYNCHRONOUS IDLE 28 "\x17" => code_to_utf8(0x0017), // END OF TRANSMISSION BLOCK 29 "\x18" => code_to_utf8(0x0018), // CANCEL 30 "\x19" => code_to_utf8(0x0019), // END OF MEDIUM 31 "\x1A" => code_to_utf8(0x001A), // SUBSTITUTE 32 "\x1B" => code_to_utf8(0x001B), // ESCAPE 33 "\x1C" => code_to_utf8(0x001C), // FILE SEPARATOR 34 "\x1D" => code_to_utf8(0x001D), // GROUP SEPARATOR 35 "\x1E" => code_to_utf8(0x001E), // RECORD SEPARATOR 36 "\x1F" => code_to_utf8(0x001F), // UNIT SEPARATOR 37 "\x20" => code_to_utf8(0x0020), // SPACE 38 "\x21" => code_to_utf8(0x0021), // EXCLAMATION MARK 39 "\x22" => code_to_utf8(0x0022), // QUOTATION MARK 40 "\x23" => code_to_utf8(0x0023), // NUMBER SIGN 41 "\x24" => code_to_utf8(0x0024), // DOLLAR SIGN 42 "\x25" => code_to_utf8(0x0025), // PERCENT SIGN 43 "\x26" => code_to_utf8(0x0026), // AMPERSAND 44 "\x27" => code_to_utf8(0x0027), // APOSTROPHE 45 "\x28" => code_to_utf8(0x0028), // LEFT PARENTHESIS 46 "\x29" => code_to_utf8(0x0029), // RIGHT PARENTHESIS 47 "\x2A" => code_to_utf8(0x002A), // ASTERISK 48 "\x2B" => code_to_utf8(0x002B), // PLUS SIGN 49 "\x2C" => code_to_utf8(0x002C), // COMMA 50 "\x2D" => code_to_utf8(0x002D), // HYPHEN-MINUS 51 "\x2E" => code_to_utf8(0x002E), // FULL STOP 52 "\x2F" => code_to_utf8(0x002F), // SOLIDUS 53 "\x30" => code_to_utf8(0x0030), // DIGIT ZERO 54 "\x31" => code_to_utf8(0x0031), // DIGIT ONE 55 "\x32" => code_to_utf8(0x0032), // DIGIT TWO 56 "\x33" => code_to_utf8(0x0033), // DIGIT THREE 57 "\x34" => code_to_utf8(0x0034), // DIGIT FOUR 58 "\x35" => code_to_utf8(0x0035), // DIGIT FIVE 59 "\x36" => code_to_utf8(0x0036), // DIGIT SIX 60 "\x37" => code_to_utf8(0x0037), // DIGIT SEVEN 61 "\x38" => code_to_utf8(0x0038), // DIGIT EIGHT 62 "\x39" => code_to_utf8(0x0039), // DIGIT NINE 63 "\x3A" => code_to_utf8(0x003A), // COLON 64 "\x3B" => code_to_utf8(0x003B), // SEMICOLON 65 "\x3C" => code_to_utf8(0x003C), // LESS-THAN SIGN 66 "\x3D" => code_to_utf8(0x003D), // EQUALS SIGN 67 "\x3E" => code_to_utf8(0x003E), // GREATER-THAN SIGN 68 "\x3F" => code_to_utf8(0x003F), // QUESTION MARK 69 "\x40" => code_to_utf8(0x0040), // COMMERCIAL AT 70 "\x41" => code_to_utf8(0x0041), // LATIN CAPITAL LETTER A 71 "\x42" => code_to_utf8(0x0042), // LATIN CAPITAL LETTER B 72 "\x43" => code_to_utf8(0x0043), // LATIN CAPITAL LETTER C 73 "\x44" => code_to_utf8(0x0044), // LATIN CAPITAL LETTER D 74 "\x45" => code_to_utf8(0x0045), // LATIN CAPITAL LETTER E 75 "\x46" => code_to_utf8(0x0046), // LATIN CAPITAL LETTER F 76 "\x47" => code_to_utf8(0x0047), // LATIN CAPITAL LETTER G 77 "\x48" => code_to_utf8(0x0048), // LATIN CAPITAL LETTER H 78 "\x49" => code_to_utf8(0x0049), // LATIN CAPITAL LETTER I 79 "\x4A" => code_to_utf8(0x004A), // LATIN CAPITAL LETTER J 80 "\x4B" => code_to_utf8(0x004B), // LATIN CAPITAL LETTER K 81 "\x4C" => code_to_utf8(0x004C), // LATIN CAPITAL LETTER L 82 "\x4D" => code_to_utf8(0x004D), // LATIN CAPITAL LETTER M 83 "\x4E" => code_to_utf8(0x004E), // LATIN CAPITAL LETTER N 84 "\x4F" => code_to_utf8(0x004F), // LATIN CAPITAL LETTER O 85 "\x50" => code_to_utf8(0x0050), // LATIN CAPITAL LETTER P 86 "\x51" => code_to_utf8(0x0051), // LATIN CAPITAL LETTER Q 87 "\x52" => code_to_utf8(0x0052), // LATIN CAPITAL LETTER R 88 "\x53" => code_to_utf8(0x0053), // LATIN CAPITAL LETTER S 89 "\x54" => code_to_utf8(0x0054), // LATIN CAPITAL LETTER T 90 "\x55" => code_to_utf8(0x0055), // LATIN CAPITAL LETTER U 91 "\x56" => code_to_utf8(0x0056), // LATIN CAPITAL LETTER V 92 "\x57" => code_to_utf8(0x0057), // LATIN CAPITAL LETTER W 93 "\x58" => code_to_utf8(0x0058), // LATIN CAPITAL LETTER X 94 "\x59" => code_to_utf8(0x0059), // LATIN CAPITAL LETTER Y 95 "\x5A" => code_to_utf8(0x005A), // LATIN CAPITAL LETTER Z 96 "\x5B" => code_to_utf8(0x005B), // LEFT SQUARE BRACKET 97 "\x5C" => code_to_utf8(0x005C), // REVERSE SOLIDUS 98 "\x5D" => code_to_utf8(0x005D), // RIGHT SQUARE BRACKET 99 "\x5E" => code_to_utf8(0x005E), // CIRCUMFLEX ACCENT 100 "\x5F" => code_to_utf8(0x005F), // LOW LINE 101 "\x60" => code_to_utf8(0x0060), // GRAVE ACCENT 102 "\x61" => code_to_utf8(0x0061), // LATIN SMALL LETTER A 103 "\x62" => code_to_utf8(0x0062), // LATIN SMALL LETTER B 104 "\x63" => code_to_utf8(0x0063), // LATIN SMALL LETTER C 105 "\x64" => code_to_utf8(0x0064), // LATIN SMALL LETTER D 106 "\x65" => code_to_utf8(0x0065), // LATIN SMALL LETTER E 107 "\x66" => code_to_utf8(0x0066), // LATIN SMALL LETTER F 108 "\x67" => code_to_utf8(0x0067), // LATIN SMALL LETTER G 109 "\x68" => code_to_utf8(0x0068), // LATIN SMALL LETTER H 110 "\x69" => code_to_utf8(0x0069), // LATIN SMALL LETTER I 111 "\x6A" => code_to_utf8(0x006A), // LATIN SMALL LETTER J 112 "\x6B" => code_to_utf8(0x006B), // LATIN SMALL LETTER K 113 "\x6C" => code_to_utf8(0x006C), // LATIN SMALL LETTER L 114 "\x6D" => code_to_utf8(0x006D), // LATIN SMALL LETTER M 115 "\x6E" => code_to_utf8(0x006E), // LATIN SMALL LETTER N 116 "\x6F" => code_to_utf8(0x006F), // LATIN SMALL LETTER O 117 "\x70" => code_to_utf8(0x0070), // LATIN SMALL LETTER P 118 "\x71" => code_to_utf8(0x0071), // LATIN SMALL LETTER Q 119 "\x72" => code_to_utf8(0x0072), // LATIN SMALL LETTER R 120 "\x73" => code_to_utf8(0x0073), // LATIN SMALL LETTER S 121 "\x74" => code_to_utf8(0x0074), // LATIN SMALL LETTER T 122 "\x75" => code_to_utf8(0x0075), // LATIN SMALL LETTER U 123 "\x76" => code_to_utf8(0x0076), // LATIN SMALL LETTER V 124 "\x77" => code_to_utf8(0x0077), // LATIN SMALL LETTER W 125 "\x78" => code_to_utf8(0x0078), // LATIN SMALL LETTER X 126 "\x79" => code_to_utf8(0x0079), // LATIN SMALL LETTER Y 127 "\x7A" => code_to_utf8(0x007A), // LATIN SMALL LETTER Z 128 "\x7B" => code_to_utf8(0x007B), // LEFT CURLY BRACKET 129 "\x7C" => code_to_utf8(0x007C), // VERTICAL LINE 130 "\x7D" => code_to_utf8(0x007D), // RIGHT CURLY BRACKET 131 "\x7E" => code_to_utf8(0x007E), // TILDE 132 "\x7F" => code_to_utf8(0x007F), // DELETE 133 "\x80" => code_to_utf8(0x0080), // <control> 134 "\x81" => code_to_utf8(0x0081), // <control> 135 "\x82" => code_to_utf8(0x0082), // <control> 136 "\x83" => code_to_utf8(0x0083), // <control> 137 "\x84" => code_to_utf8(0x0084), // <control> 138 "\x85" => code_to_utf8(0x0085), // <control> 139 "\x86" => code_to_utf8(0x0086), // <control> 140 "\x87" => code_to_utf8(0x0087), // <control> 141 "\x88" => code_to_utf8(0x0088), // <control> 142 "\x89" => code_to_utf8(0x0089), // <control> 143 "\x8A" => code_to_utf8(0x008A), // <control> 144 "\x8B" => code_to_utf8(0x008B), // <control> 145 "\x8C" => code_to_utf8(0x008C), // <control> 146 "\x8D" => code_to_utf8(0x008D), // <control> 147 "\x8E" => code_to_utf8(0x008E), // <control> 148 "\x8F" => code_to_utf8(0x008F), // <control> 149 "\x90" => code_to_utf8(0x0090), // <control> 150 "\x91" => code_to_utf8(0x0091), // <control> 151 "\x92" => code_to_utf8(0x0092), // <control> 152 "\x93" => code_to_utf8(0x0093), // <control> 153 "\x94" => code_to_utf8(0x0094), // <control> 154 "\x95" => code_to_utf8(0x0095), // <control> 155 "\x96" => code_to_utf8(0x0096), // <control> 156 "\x97" => code_to_utf8(0x0097), // <control> 157 "\x98" => code_to_utf8(0x0098), // <control> 158 "\x99" => code_to_utf8(0x0099), // <control> 159 "\x9A" => code_to_utf8(0x009A), // <control> 160 "\x9B" => code_to_utf8(0x009B), // <control> 161 "\x9C" => code_to_utf8(0x009C), // <control> 162 "\x9D" => code_to_utf8(0x009D), // <control> 163 "\x9E" => code_to_utf8(0x009E), // <control> 164 "\x9F" => code_to_utf8(0x009F), // <control> 165 "\xA0" => code_to_utf8(0x00A0), // NO-BREAK SPACE 166 "\xA1" => code_to_utf8(0x00A1), // INVERTED EXCLAMATION MARK 167 "\xA2" => code_to_utf8(0x00A2), // CENT SIGN 168 "\xA3" => code_to_utf8(0x00A3), // POUND SIGN 169 "\xA4" => code_to_utf8(0x00A4), // CURRENCY SIGN 170 "\xA5" => code_to_utf8(0x00A5), // YEN SIGN 171 "\xA6" => code_to_utf8(0x00A6), // BROKEN BAR 172 "\xA7" => code_to_utf8(0x00A7), // SECTION SIGN 173 "\xA8" => code_to_utf8(0x00A8), // DIAERESIS 174 "\xA9" => code_to_utf8(0x00A9), // COPYRIGHT SIGN 175 "\xAA" => code_to_utf8(0x00AA), // FEMININE ORDINAL INDICATOR 176 "\xAB" => code_to_utf8(0x00AB), // LEFT-POINTING DOUBLE ANGLE QUOTATION MARK 177 "\xAC" => code_to_utf8(0x00AC), // NOT SIGN 178 "\xAD" => code_to_utf8(0x00AD), // SOFT HYPHEN 179 "\xAE" => code_to_utf8(0x00AE), // REGISTERED SIGN 180 "\xAF" => code_to_utf8(0x00AF), // MACRON 181 "\xB0" => code_to_utf8(0x00B0), // DEGREE SIGN 182 "\xB1" => code_to_utf8(0x00B1), // PLUS-MINUS SIGN 183 "\xB2" => code_to_utf8(0x00B2), // SUPERSCRIPT TWO 184 "\xB3" => code_to_utf8(0x00B3), // SUPERSCRIPT THREE 185 "\xB4" => code_to_utf8(0x00B4), // ACUTE ACCENT 186 "\xB5" => code_to_utf8(0x00B5), // MICRO SIGN 187 "\xB6" => code_to_utf8(0x00B6), // PILCROW SIGN 188 "\xB7" => code_to_utf8(0x00B7), // MIDDLE DOT 189 "\xB8" => code_to_utf8(0x00B8), // CEDILLA 190 "\xB9" => code_to_utf8(0x00B9), // SUPERSCRIPT ONE 191 "\xBA" => code_to_utf8(0x00BA), // MASCULINE ORDINAL INDICATOR 192 "\xBB" => code_to_utf8(0x00BB), // RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK 193 "\xBC" => code_to_utf8(0x00BC), // VULGAR FRACTION ONE QUARTER 194 "\xBD" => code_to_utf8(0x00BD), // VULGAR FRACTION ONE HALF 195 "\xBE" => code_to_utf8(0x00BE), // VULGAR FRACTION THREE QUARTERS 196 "\xBF" => code_to_utf8(0x00BF), // INVERTED QUESTION MARK 197 "\xC0" => code_to_utf8(0x00C0), // LATIN CAPITAL LETTER A WITH GRAVE 198 "\xC1" => code_to_utf8(0x00C1), // LATIN CAPITAL LETTER A WITH ACUTE 199 "\xC2" => code_to_utf8(0x00C2), // LATIN CAPITAL LETTER A WITH CIRCUMFLEX 200 "\xC3" => code_to_utf8(0x00C3), // LATIN CAPITAL LETTER A WITH TILDE 201 "\xC4" => code_to_utf8(0x00C4), // LATIN CAPITAL LETTER A WITH DIAERESIS 202 "\xC5" => code_to_utf8(0x00C5), // LATIN CAPITAL LETTER A WITH RING ABOVE 203 "\xC6" => code_to_utf8(0x00C6), // LATIN CAPITAL LETTER AE 204 "\xC7" => code_to_utf8(0x00C7), // LATIN CAPITAL LETTER C WITH CEDILLA 205 "\xC8" => code_to_utf8(0x00C8), // LATIN CAPITAL LETTER E WITH GRAVE 206 "\xC9" => code_to_utf8(0x00C9), // LATIN CAPITAL LETTER E WITH ACUTE 207 "\xCA" => code_to_utf8(0x00CA), // LATIN CAPITAL LETTER E WITH CIRCUMFLEX 208 "\xCB" => code_to_utf8(0x00CB), // LATIN CAPITAL LETTER E WITH DIAERESIS 209 "\xCC" => code_to_utf8(0x00CC), // LATIN CAPITAL LETTER I WITH GRAVE 210 "\xCD" => code_to_utf8(0x00CD), // LATIN CAPITAL LETTER I WITH ACUTE 211 "\xCE" => code_to_utf8(0x00CE), // LATIN CAPITAL LETTER I WITH CIRCUMFLEX 212 "\xCF" => code_to_utf8(0x00CF), // LATIN CAPITAL LETTER I WITH DIAERESIS 213 "\xD0" => code_to_utf8(0x00D0), // LATIN CAPITAL LETTER ETH (Icelandic) 214 "\xD1" => code_to_utf8(0x00D1), // LATIN CAPITAL LETTER N WITH TILDE 215 "\xD2" => code_to_utf8(0x00D2), // LATIN CAPITAL LETTER O WITH GRAVE 216 "\xD3" => code_to_utf8(0x00D3), // LATIN CAPITAL LETTER O WITH ACUTE 217 "\xD4" => code_to_utf8(0x00D4), // LATIN CAPITAL LETTER O WITH CIRCUMFLEX 218 "\xD5" => code_to_utf8(0x00D5), // LATIN CAPITAL LETTER O WITH TILDE 219 "\xD6" => code_to_utf8(0x00D6), // LATIN CAPITAL LETTER O WITH DIAERESIS 220 "\xD7" => code_to_utf8(0x00D7), // MULTIPLICATION SIGN 221 "\xD8" => code_to_utf8(0x00D8), // LATIN CAPITAL LETTER O WITH STROKE 222 "\xD9" => code_to_utf8(0x00D9), // LATIN CAPITAL LETTER U WITH GRAVE 223 "\xDA" => code_to_utf8(0x00DA), // LATIN CAPITAL LETTER U WITH ACUTE 224 "\xDB" => code_to_utf8(0x00DB), // LATIN CAPITAL LETTER U WITH CIRCUMFLEX 225 "\xDC" => code_to_utf8(0x00DC), // LATIN CAPITAL LETTER U WITH DIAERESIS 226 "\xDD" => code_to_utf8(0x00DD), // LATIN CAPITAL LETTER Y WITH ACUTE 227 "\xDE" => code_to_utf8(0x00DE), // LATIN CAPITAL LETTER THORN (Icelandic) 228 "\xDF" => code_to_utf8(0x00DF), // LATIN SMALL LETTER SHARP S (German) 229 "\xE0" => code_to_utf8(0x00E0), // LATIN SMALL LETTER A WITH GRAVE 230 "\xE1" => code_to_utf8(0x00E1), // LATIN SMALL LETTER A WITH ACUTE 231 "\xE2" => code_to_utf8(0x00E2), // LATIN SMALL LETTER A WITH CIRCUMFLEX 232 "\xE3" => code_to_utf8(0x00E3), // LATIN SMALL LETTER A WITH TILDE 233 "\xE4" => code_to_utf8(0x00E4), // LATIN SMALL LETTER A WITH DIAERESIS 234 "\xE5" => code_to_utf8(0x00E5), // LATIN SMALL LETTER A WITH RING ABOVE 235 "\xE6" => code_to_utf8(0x00E6), // LATIN SMALL LETTER AE 236 "\xE7" => code_to_utf8(0x00E7), // LATIN SMALL LETTER C WITH CEDILLA 237 "\xE8" => code_to_utf8(0x00E8), // LATIN SMALL LETTER E WITH GRAVE 238 "\xE9" => code_to_utf8(0x00E9), // LATIN SMALL LETTER E WITH ACUTE 239 "\xEA" => code_to_utf8(0x00EA), // LATIN SMALL LETTER E WITH CIRCUMFLEX 240 "\xEB" => code_to_utf8(0x00EB), // LATIN SMALL LETTER E WITH DIAERESIS 241 "\xEC" => code_to_utf8(0x00EC), // LATIN SMALL LETTER I WITH GRAVE 242 "\xED" => code_to_utf8(0x00ED), // LATIN SMALL LETTER I WITH ACUTE 243 "\xEE" => code_to_utf8(0x00EE), // LATIN SMALL LETTER I WITH CIRCUMFLEX 244 "\xEF" => code_to_utf8(0x00EF), // LATIN SMALL LETTER I WITH DIAERESIS 245 "\xF0" => code_to_utf8(0x00F0), // LATIN SMALL LETTER ETH (Icelandic) 246 "\xF1" => code_to_utf8(0x00F1), // LATIN SMALL LETTER N WITH TILDE 247 "\xF2" => code_to_utf8(0x00F2), // LATIN SMALL LETTER O WITH GRAVE 248 "\xF3" => code_to_utf8(0x00F3), // LATIN SMALL LETTER O WITH ACUTE 249 "\xF4" => code_to_utf8(0x00F4), // LATIN SMALL LETTER O WITH CIRCUMFLEX 250 "\xF5" => code_to_utf8(0x00F5), // LATIN SMALL LETTER O WITH TILDE 251 "\xF6" => code_to_utf8(0x00F6), // LATIN SMALL LETTER O WITH DIAERESIS 252 "\xF7" => code_to_utf8(0x00F7), // DIVISION SIGN 253 "\xF8" => code_to_utf8(0x00F8), // LATIN SMALL LETTER O WITH STROKE 254 "\xF9" => code_to_utf8(0x00F9), // LATIN SMALL LETTER U WITH GRAVE 255 "\xFA" => code_to_utf8(0x00FA), // LATIN SMALL LETTER U WITH ACUTE 256 "\xFB" => code_to_utf8(0x00FB), // LATIN SMALL LETTER U WITH CIRCUMFLEX 257 "\xFC" => code_to_utf8(0x00FC), // LATIN SMALL LETTER U WITH DIAERESIS 258 "\xFD" => code_to_utf8(0x00FD), // LATIN SMALL LETTER Y WITH ACUTE 259 "\xFE" => code_to_utf8(0x00FE), // LATIN SMALL LETTER THORN (Icelandic) 260 "\xFF" => code_to_utf8(0x00FF) // LATIN SMALL LETTER Y WITH DIAERESIS 261 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |