[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 // CP1250 code encoding table with glyph renaming 2 // Petr Titera [email protected] 3 4 !00 U+0000 .notdef 5 !01 U+0001 .notdef 6 !02 U+0002 .notdef 7 !03 U+0003 .notdef 8 !04 U+0004 .notdef 9 !05 U+0005 .notdef 10 !06 U+0006 .notdef 11 !07 U+0007 .notdef 12 !08 U+0008 .notdef 13 !09 U+0009 .notdef 14 !0A U+000A .notdef 15 !0B U+000B .notdef 16 !0C U+000C .notdef 17 !0D U+000D .notdef 18 !0E U+000E .notdef 19 !0F U+000F .notdef 20 !10 U+0010 .notdef 21 !11 U+0011 .notdef 22 !12 U+0012 .notdef 23 !13 U+0013 .notdef 24 !14 U+0014 .notdef 25 !15 U+0015 .notdef 26 !16 U+0016 .notdef 27 !17 U+0017 .notdef 28 !18 U+0018 .notdef 29 !19 U+0019 .notdef 30 !1A U+001A .notdef 31 !1B U+001B .notdef 32 !1C U+001C .notdef 33 !1D U+001D .notdef 34 !1E U+001E .notdef 35 !1F U+001F .notdef 36 !20 U+0020 space 37 !21 U+0021 exclam 38 !22 U+0022 quotedbl 39 !23 U+0023 numbersign 40 !24 U+0024 dollar 41 !25 U+0025 percent 42 !26 U+0026 ampersand 43 !27 U+0027 quote 44 !28 U+0028 parenleft 45 !29 U+0029 parenright 46 !2A U+002A asterisk 47 !2B U+002B plus 48 !2C U+002C comma 49 !2D U+002D minus 50 !2E U+002E period 51 !2F U+002F slash 52 !30 U+0030 zero 53 !31 U+0031 one 54 !32 U+0032 two 55 !33 U+0033 three 56 !34 U+0034 four 57 !35 U+0035 five 58 !36 U+0036 six 59 !37 U+0037 seven 60 !38 U+0038 eight 61 !39 U+0039 nine 62 !3A U+003A colon 63 !3B U+003B semicolon 64 !3C U+003C less 65 !3D U+003D equal 66 !3E U+003E greater 67 !3F U+003F question 68 !40 U+0040 at 69 !41 U+0041 A 70 !42 U+0042 B 71 !43 U+0043 C 72 !44 U+0044 D 73 !45 U+0045 E 74 !46 U+0046 F 75 !47 U+0047 G 76 !48 U+0048 H 77 !49 U+0049 I 78 !4A U+004A J 79 !4B U+004B K 80 !4C U+004C L 81 !4D U+004D M 82 !4E U+004E N 83 !4F U+004F O 84 !50 U+0050 P 85 !51 U+0051 Q 86 !52 U+0052 R 87 !53 U+0053 S 88 !54 U+0054 T 89 !55 U+0055 U 90 !56 U+0056 V 91 !57 U+0057 W 92 !58 U+0058 X 93 !59 U+0059 Y 94 !5A U+005A Z 95 !5B U+005B bracketleft 96 !5C U+005C backslash 97 !5D U+005D bracketright 98 !5E U+005E asciicircum 99 !5F U+005F underscore 100 !60 U+0060 grave 101 !61 U+0061 a 102 !62 U+0062 b 103 !63 U+0063 c 104 !64 U+0064 d 105 !65 U+0065 e 106 !66 U+0066 f 107 !67 U+0067 g 108 !68 U+0068 h 109 !69 U+0069 i 110 !6A U+006A j 111 !6B U+006B k 112 !6C U+006C l 113 !6D U+006D m 114 !6E U+006E n 115 !6F U+006F o 116 !70 U+0070 p 117 !71 U+0071 q 118 !72 U+0072 r 119 !73 U+0073 s 120 !74 U+0074 t 121 !75 U+0075 u 122 !76 U+0076 v 123 !77 U+0077 w 124 !78 U+0078 x 125 !79 U+0079 y 126 !7A U+007A z 127 !7B U+007B braceleft 128 !7C U+007C bar 129 !7D U+007D braceright 130 !7E U+007E asciitilde 131 !7F U+007F .notdef 132 !80 U+20AC .notdef 133 !82 U+201A quotesinglbase 134 !84 U+201E quotedblbase 135 !85 U+2026 ellipsis 136 !86 U+2020 dagger 137 !87 U+2021 daggerdbl 138 !89 U+2030 perthousand 139 !8A U+0160 Scaron 140 !8B U+2039 guilsinglleft 141 !8C U+015A Sacute 142 !8D U+0164 Tcaron 143 !8E U+017D Zcaron 144 !8F U+0179 Zacute 145 !91 U+2018 quotesinglleft 146 !92 U+2019 quotesinglright 147 !93 U+201C quotedblleft 148 !94 U+201D quotedblright 149 !95 U+2022 bullet 150 !96 U+2013 endash 151 !97 U+2014 emdash 152 !99 U+2122 trademark 153 !9A U+0161 scaron 154 !9B U+203A guilsinglright 155 !9C U+015B sacute 156 !9D U+0165 tcaron 157 !9E U+017E zcaron 158 !9F U+017A zacute 159 !A0 U+00A0 nbspace 160 !A1 U+02C7 caron 161 !A2 U+02D8 breve 162 !A3 U+0141 Lslash 163 !A4 U+00A4 currency 164 !A5 U+0104 Aogonek 165 !A6 U+00A6 brokenbar 166 !A7 U+00A7 section 167 !A8 U+00A8 dieresis 168 !A9 U+00A9 copyright 169 !AA U+015E Scedilla 170 !AB U+00AB guillemotleft 171 !AC U+00AC notsign 172 !AD U+00AD hyphen 173 !AE U+00AE registered 174 !AF U+017B Zdotaccent 175 !B0 U+00B0 degree 176 !B1 U+00B1 plusminus 177 !B2 U+02DB ogonek 178 !B3 U+0142 lslash 179 !B4 U+00B4 acute 180 !B5 U+00B5 mu 181 !B6 U+00B6 paragraph 182 !B7 U+2219 periodcentered 183 !B8 U+00B8 cedilla 184 !B9 U+0105 aogonek 185 !BA U+015F scedilla 186 !BB U+00BB guillemotright 187 !BC U+013D Lcaron 188 !BD U+02DD hungarumlaut 189 !BE U+013E lcaron 190 !BF U+017C zdotaccent 191 !C0 U+0154 Racute 192 !C1 U+00C1 Aacute 193 !C2 U+00C2 Acircumflex 194 !C3 U+0102 Abreve 195 !C4 U+00C4 Adieresis 196 !C5 U+0139 Lacute 197 !C6 U+0106 Cacute 198 !C7 U+00C7 Ccedilla 199 !C8 U+010C Ccaron 200 !C9 U+00C9 Eacute 201 !CA U+0118 Eogonek 202 !CB U+00CB Edieresis 203 !CC U+011A Ecaron 204 !CD U+00CD Iacute 205 !CE U+00CE Icircumflex 206 !CF U+010E Dcaron 207 !D0 U+00D0 Eth 208 !D1 U+0143 Nacute 209 !D2 U+0147 Ncaron 210 !D3 U+00D3 Oacute 211 !D4 U+00D4 Ocircumflex 212 !D5 U+0150 Ohungarumlaut 213 !D6 U+00D6 Odieresis 214 !D7 U+00D7 multiply 215 !D8 U+0158 Rcaron 216 !D9 U+016E Uring 217 !DA U+00DA Uacute 218 !DB U+0170 Uhungarumlaut 219 !DC U+00DC Udieresis 220 !DD U+00DD Yacute 221 !DE U+0162 Tcedilla 222 !DF U+00DF germandbls 223 !E0 U+0155 racute 224 !E1 U+00E1 aacute 225 !E2 U+00E2 acircumflex 226 !E3 U+0103 abreve 227 !E4 U+00E4 adieresis 228 !E5 U+013A lacute 229 !E6 U+0107 cacute 230 !E7 U+00E7 ccedilla 231 !E8 U+010D ccaron 232 !E9 U+00E9 eacute 233 !EA U+0119 eogonek 234 !EB U+00EB edieresis 235 !EC U+011B ecaron 236 !ED U+00ED iacute 237 !EE U+00EE icircumflex 238 !EF U+010F dcaron 239 !F0 U+0111 eth 240 !F1 U+0144 nacute 241 !F2 U+0148 ncaron 242 !F3 U+00F3 oacute 243 !F4 U+00F4 ocircumflex 244 !F5 U+0151 ohungarumlaut 245 !F6 U+00F6 odieresis 246 !F7 U+00F7 divide 247 !F8 U+0159 rcaron 248 !F9 U+016F uring 249 !FA U+00FA uacute 250 !FB U+0171 uhungarumlaut 251 !FC U+00FC udieresis 252 !FD U+00FD yacute 253 !FE U+0163 tcedilla 254 !FF U+02D9 dotaccent
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |