3v4l.org

run code in 300+ PHP versions simultaneously
<?php $allIntlCharConstants = (new ReflectionClass('IntlChar'))->getConstants(); $constants = array_filter($allIntlCharConstants, function($name){ return strpos('CHAR_CATEGORY_', $name) === 0; }); var_dump($constants); IntlChar::enumCharTypes(function($start, $end, $type) use ($constants) { printf("U+%04x through U+%04x are in category %d\n", $start, $end, array_search($type, $constants)); });
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
array(0) { } U+0000 through U+0020 are in category 0 U+0020 through U+0021 are in category 0 U+0021 through U+0024 are in category 0 U+0024 through U+0025 are in category 0 U+0025 through U+0028 are in category 0 U+0028 through U+0029 are in category 0 U+0029 through U+002a are in category 0 U+002a through U+002b are in category 0 U+002b through U+002c are in category 0 U+002c through U+002d are in category 0 U+002d through U+002e are in category 0 U+002e through U+0030 are in category 0 U+0030 through U+003a are in category 0 U+003a through U+003c are in category 0 U+003c through U+003f are in category 0 U+003f through U+0041 are in category 0 U+0041 through U+005b are in category 0 U+005b through U+005c are in category 0 U+005c through U+005d are in category 0 U+005d through U+005e are in category 0 U+005e through U+005f are in category 0 U+005f through U+0060 are in category 0 U+0060 through U+0061 are in category 0 U+0061 through U+007b are in category 0 U+007b through U+007c are in category 0 U+007c through U+007d are in category 0 U+007d through U+007e are in category 0 U+007e through U+007f are in category 0 U+007f through U+00a0 are in category 0 U+00a0 through U+00a1 are in category 0 U+00a1 through U+00a2 are in category 0 U+00a2 through U+00a6 are in category 0 U+00a6 through U+00a7 are in category 0 U+00a7 through U+00a8 are in category 0 U+00a8 through U+00a9 are in category 0 U+00a9 through U+00aa are in category 0 U+00aa through U+00ab are in category 0 U+00ab through U+00ac are in category 0 U+00ac through U+00ad are in category 0 U+00ad through U+00ae are in category 0 U+00ae through U+00af are in category 0 U+00af through U+00b0 are in category 0 U+00b0 through U+00b1 are in category 0 U+00b1 through U+00b2 are in category 0 U+00b2 through U+00b4 are in category 0 U+00b4 through U+00b5 are in category 0 U+00b5 through U+00b6 are in category 0 U+00b6 through U+00b8 are in category 0 U+00b8 through U+00b9 are in category 0 U+00b9 through U+00ba are in category 0 U+00ba through U+00bb are in category 0 U+00bb through U+00bc are in category 0 U+00bc through U+00bf are in category 0 U+00bf through U+00c0 are in category 0 U+00c0 through U+00d7 are in category 0 U+00d7 through U+00d8 are in category 0 U+00d8 through U+00df are in category 0 U+00df through U+00f7 are in category 0 U+00f7 through U+00f8 are in category 0 U+00f8 through U+0100 are in category 0 U+0100 through U+0101 are in category 0 U+0101 through U+0102 are in category 0 U+0102 through U+0103 are in category 0 U+0103 through U+0104 are in category 0 U+0104 through U+0105 are in category 0 U+0105 through U+0106 are in category 0 U+0106 through U+0107 are in category 0 U+0107 through U+0108 are in category 0 U+0108 through U+0109 are in category 0 U+0109 through U+010a are in category 0 U+010a through U+010b are in category 0 U+010b through U+010c are in category 0 U+010c through U+010d are in category 0 U+010d through U+010e are in category 0 U+010e through U+010f are in category 0 U+010f through U+0110 are in category 0 U+0110 through U+0111 are in category 0 U+0111 through U+0112 are in category 0 U+0112 through U+0113 are in category 0 U+0113 through U+0114 are in category 0 U+0114 through U+0115 are in category 0 U+0115 through U+0116 are in category 0 U+0116 through U+0117 are in category 0 U+0117 through U+0118 are in category 0 U+0118 through U+0119 are in category 0 U+0119 through U+011a are in category 0 U+011a through U+011b are in category 0 U+011b through U+011c are in category 0 U+011c through U+011d are in category 0 U+011d through U+011e are in category 0 U+011e through U+011f are in category 0 U+011f through U+0120 are in category 0 U+0120 through U+0121 are in category 0 U+0121 through U+0122 are in category 0 U+0122 through U+0123 are in category 0 U+0123 through U+0124 are in category 0 U+0124 through U+0125 are in category 0 U+0125 through U+0126 are in category 0 U+0126 through U+0127 are in category 0 U+0127 through U+0128 are in category 0 U+0128 through U+0129 are in category 0 U+0129 through U+012a are in category 0 U+012a through U+012b are in category 0 U+012b through U+012c are in category 0 U+012c through U+012d are in category 0 U+012d through U+012e are in category 0 U+012e through U+012f are in category 0 U+012f through U+0130 are in category 0 U+0130 through U+0131 are in category 0 U+0131 through U+0132 are in category 0 U+0132 through U+0133 are in category 0 U+0133 through U+0134 are in category 0 U+0134 through U+0135 are in category 0 U+0135 through U+0136 are in category 0 U+0136 through U+0137 are in category 0 U+0137 through U+0139 are in category 0 U+0139 through U+013a are in category 0 U+013a through U+013b are in category 0 U+013b through U+013c are in category 0 U+013c through U+013d are in category 0 U+013d through U+013e are in category 0 U+013e through U+013f are in category 0 U+013f through U+0140 are in category 0 U+0140 through U+0141 are in category 0 U+0141 through U+0142 are in category 0 U+0142 through U+0143 are in category 0 U+0143 through U+0144 are in category 0 U+0144 through U+0145 are in category 0 U+0145 through U+0146 are in category 0 U+0146 through U+0147 are in category 0 U+0147 through U+0148 are in category 0 U+0148 through U+014a are in category 0 U+014a through U+014b are in category 0 U+014b through U+014c are in category 0 U+014c through U+014d are in category 0 U+014d through U+014e are in category 0 U+014e through U+014f are in category 0 U+014f through U+0150 are in category 0 U+0150 through U+0151 are in category 0 U+0151 through U+0152 are in category 0 U+0152 through U+0153 are in category 0 U+0153 through U+0154 are in category 0 U+0154 through U+0155 are in category 0 U+0155 through U+0156 are in category 0 U+0156 through U+0157 are in category 0 U+0157 through U+0158 are in category 0 U+0158 through U+0159 are in category 0 U+0159 through U+015a are in category 0 U+015a through U+015b are in category 0 U+015b through U+015c are in category 0 U+015c through U+015d are in category 0 U+015d through U+015e are in category 0 U+015e through U+015f are in category 0 U+015f through U+0160 are in category 0 U+0160 through U+0161 are in category 0 U+0161 through U+0162 are in category 0 U+0162 through U+0163 are in category 0 U+0163 through U+0164 are in category 0 U+0164 through U+0165 are in category 0 U+0165 through U+0166 are in category 0 U+0166 through U+0167 are in category 0 U+0167 through U+0168 are in category 0 U+0168 through U+0169 are in category 0 U+0169 through U+016a are in category 0 U+016a through U+016b are in category 0 U+016b through U+016c are in category 0 U+016c through U+016d are in category 0 U+016d through U+016e are in category 0 U+016e through U+016f are in category 0 U+016f through U+0170 are in category 0 U+0170 through U+0171 are in category 0 U+0171 through U+0172 are in category 0 U+0172 through U+0173 are in category 0 U+0173 through U+0174 are in category 0 U+0174 through U+0175 are in category 0 U+0175 through U+0176 are in category 0 U+0176 through U+0177 are in category 0 U+0177 through U+0178 are in category 0 U+0178 through U+017a are in category 0 U+017a through U+017b are in category 0 U+017b through U+017c are in category 0 U+017c through U+017d are in category 0 U+017d through U+017e are in category 0 U+017e through U+0181 are in category 0 U+0181 through U+0183 are in category 0 U+0183 through U+0184 are in category 0 U+0184 through U+0185 are in category 0 U+0185 through U+0186 are in category 0 U+0186 through U+0188 are in category 0 U+0188 through U+0189 are in category 0 U+0189 through U+018c are in category 0 U+018c through U+018e are in category 0 U+018e through U+0192 are in category 0 U+0192 through U+0193 are in category 0 U+0193 through U+0195 are in category 0 U+0195 through U+0196 are in category 0 U+0196 through U+0199 are in category 0 U+0199 through U+019c are in category 0 U+019c through U+019e are in category 0 U+019e through U+019f are in category 0 U+019f through U+01a1 are in category 0 U+01a1 through U+01a2 are in category 0 U+01a2 through U+01a3 are in category 0 U+01a3 through U+01a4 are in category 0 U+01a4 through U+01a5 are in category 0 U+01a5 through U+01a6 are in category 0 U+01a6 through U+01a8 are in category 0 U+01a8 through U+01a9 are in category 0 U+01a9 through U+01aa are in category 0 U+01aa through U+01ac are in category 0 U+01ac through U+01ad are in category 0 U+01ad through U+01ae are in category 0 U+01ae through U+01b0 are in category 0 U+01b0 through U+01b1 are in category 0 U+01b1 through U+01b4 are in category 0 U+01b4 through U+01b5 are in category 0 U+01b5 through U+01b6 are in category 0 U+01b6 through U+01b7 are in category 0 U+01b7 through U+01b9 are in category 0 U+01b9 through U+01bb are in category 0 U+01bb through U+01bc are in category 0 U+01bc through U+01bd are in category 0 U+01bd through U+01c0 are in category 0 U+01c0 through U+01c4 are in category 0 U+01c4 through U+01c5 are in category 0 U+01c5 through U+01c6 are in category 0 U+01c6 through U+01c7 are in category 0 U+01c7 through U+01c8 are in category 0 U+01c8 through U+01c9 are in category 0 U+01c9 through U+01ca are in category 0 U+01ca through U+01cb are in category 0 U+01cb through U+01cc are in category 0 U+01cc through U+01cd are in category 0 U+01cd through U+01ce are in category 0 U+01ce through U+01cf are in category 0 U+01cf through U+01d0 are in category 0 U+01d0 through U+01d1 are in category 0 U+01d1 through U+01d2 are in category 0 U+01d2 through U+01d3 are in category 0 U+01d3 through U+01d4 are in category 0 U+01d4 through U+01d5 are in category 0 U+01d5 through U+01d6 are in category 0 U+01d6 through U+01d7 are in category 0 U+01d7 through U+01d8 are in category 0 U+01d8 through U+01d9 are in category 0 U+01d9 through U+01da are in category 0 U+01da through U+01db are in category 0 U+01db through U+01dc are in category 0 U+01dc through U+01de are in category 0 U+01de through U+01df are in category 0 U+01df through U+01e0 are in category 0 U+01e0 through U+01e1 are in category 0 U+01e1 through U+01e2 are in category 0 U+01e2 through U+01e3 are in category 0 U+01e3 through U+01e4 are in category 0 U+01e4 through U+01e5 are in category 0 U+01e5 through U+01e6 are in category 0 U+01e6 through U+01e7 are in category 0 U+01e7 through U+01e8 are in category 0 U+01e8 through U+01e9 are in category 0 U+01e9 through U+01ea are in category 0 U+01ea through U+01eb are in category 0 U+01eb through U+01ec are in category 0 U+01ec through U+01ed are in category 0 U+01ed through U+01ee are in category 0 U+01ee through U+01ef are in category 0 U+01ef through U+01f1 are in category 0 U+01f1 through U+01f2 are in category 0 U+01f2 through U+01f3 are in category 0 U+01f3 through U+01f4 are in category 0 U+01f4 through U+01f5 are in category 0 U+01f5 through U+01f6 are in category 0 U+01f6 through U+01f9 are in category 0 U+01f9 through U+01fa are in category 0 U+01fa through U+01fb are in category 0 U+01fb through U+01fc are in category 0 U+01fc through U+01fd are in category 0 U+01fd through U+01fe are in category 0 U+01fe through U+01ff are in category 0 U+01ff through U+0200 are in category 0 U+0200 through U+0201 are in category 0 U+0201 through U+0202 are in category 0 U+0202 through U+0203 are in category 0 U+0203 through U+0204 are in category 0 U+0204 through U+0205 are in category 0 U+0205 through U+0206 are in category 0 U+0206 through U+0207 are in category 0 U+0207 through U+0208 are in category 0 U+0208 through U+0209 are in category 0 U+0209 through U+020a are in category 0 U+020a through U+020b are in category 0 U+020b through U+020c are in category 0 U+020c through U+020d are in category 0 U+020d through U+020e are in category 0 U+020e through U+020f are in category 0 U+020f through U+0210 are in category 0 U+0210 through U+0211 are in category 0 U+0211 through U+0212 are in category 0 U+0212 through U+0213 are in category 0 U+0213 through U+0214 are in category 0 U+0214 through U+0215 are in category 0 U+0215 through U+0216 are in category 0 U+0216 through U+0217 are in category 0 U+0217 through U+0218 are in category 0 U+0218 through U+0219 are in category 0 U+0219 through U+021a are in category 0 U+021a through U+021b are in category 0 U+021b through U+021c are in category 0 U+021c through U+021d are in category 0 U+021d through U+021e are in category 0 U+021e through U+021f are in category 0 U+021f through U+0220 are in category 0 U+0220 through U+0221 are in category 0 U+0221 through U+0222 are in category 0 U+0222 through U+0223 are in category 0 U+0223 through U+0224 are in category 0 U+0224 through U+0225 are in category 0 U+0225 through U+0226 are in category 0 U+0226 through U+0227 are in category 0 U+0227 through U+0228 are in category 0 U+0228 through U+0229 are in category 0 U+0229 through U+022a are in category 0 U+022a through U+022b are in category 0 U+022b through U+022c are in category 0 U+022c through U+022d are in category 0 U+022d through U+022e are in category 0 U+022e through U+022f are in category 0 U+022f through U+0230 are in category 0 U+0230 through U+0231 are in category 0 U+0231 through U+0232 are in category 0 U+0232 through U+0233 are in category 0 U+0233 through U+023a are in category 0 U+023a through U+023c are in category 0 U+023c through U+023d are in category 0 U+023d through U+023f are in category 0 U+023f through U+0241 are in category 0 U+0241 through U+0242 are in category 0 U+0242 through U+0243 are in category 0 U+0243 through U+0247 are in category 0 U+0247 through U+0248 are in category 0 U+0248 through U+0249 are in category 0 U+0249 through U+024a are in category 0 U+024a through U+024b are in category 0 U+024b through U+024c are in category 0 U+024c through U+024d are in category 0 U+024d through U+024e are in category 0 U+024e through U+024f are in category 0 U+024f through U+0294 are in category 0 U+0294 through U+0295 are in category 0 U+0295 through U+02b0 are in category 0 U+02b0 through U+02c2 are in category 0 U+02c2 through U+02c6 are in category 0 U+02c6 through U+02d2 are in category 0 U+02d2 through U+02e0 are in category 0 U+02e0 through U+02e5 are in category 0 U+02e5 through U+02ec are in category 0 U+02ec through U+02ed are in category 0 U+02ed through U+02ee are in category 0 U+02ee through U+02ef are in category 0 U+02ef through U+0300 are in category 0 U+0300 through U+0370 are in category 0 U+0370 through U+0371 are in category 0 U+0371 through U+0372 are in category 0 U+0372 through U+0373 are in category 0 U+0373 through U+0374 are in category 0 U+0374 through U+0375 are in category 0 U+0375 through U+0376 are in category 0 U+0376 through U+0377 are in category 0 U+0377 through U+0378 are in category 0 U+0378 through U+037a are in category 0 U+037a through U+037b are in category 0 U+037b through U+037e are in category 0 U+037e through U+037f are in category 0 U+037f through U+0380 are in category 0 U+0380 through U+0384 are in category 0 U+0384 through U+0386 are in category 0 U+0386 through U+0387 are in category 0 U+0387 through U+0388 are in category 0 U+0388 through U+038b are in category 0 U+038b through U+038c are in category 0 U+038c through U+038d are in category 0 U+038d through U+038e are in category 0 U+038e through U+0390 are in category 0 U+0390 through U+0391 are in category 0 U+0391 through U+03a2 are in category 0 U+03a2 through U+03a3 are in category 0 U+03a3 through U+03ac are in category 0 U+03ac through U+03cf are in category 0 U+03cf through U+03d0 are in category 0 U+03d0 through U+03d2 are in category 0 U+03d2 through U+03d5 are in category 0 U+03d5 through U+03d8 are in category 0 U+03d8 through U+03d9 are in category 0 U+03d9 through U+03da are in category 0 U+03da through U+03db are in category 0 U+03db through U+03dc are in category 0 U+03dc through U+03dd are in category 0 U+03dd through U+03de are in category 0 U+03de through U+03df are in category 0 U+03df through U+03e0 are in category 0 U+03e0 through U+03e1 are in category 0 U+03e1 through U+03e2 are in category 0 U+03e2 through U+03e3 are in category 0 U+03e3 through U+03e4 are in category 0 U+03e4 through U+03e5 are in category 0 U+03e5 through U+03e6 are in category 0 U+03e6 through U+03e7 are in category 0 U+03e7 through U+03e8 are in category 0 U+03e8 through U+03e9 are in category 0 U+03e9 through U+03ea are in category 0 U+03ea through U+03eb are in category 0 U+03eb through U+03ec are in category 0 U+03ec through U+03ed are in category 0 U+03ed through U+03ee are in category 0 U+03ee through U+03ef are in category 0 U+03ef through U+03f4 are in category 0 U+03f4 through U+03f5 are in category 0 U+03f5 through U+03f6 are in category 0 U+03f6 through U+03f7 are in category 0 U+03f7 through U+03f8 are in category 0 U+03f8 through U+03f9 are in category 0 U+03f9 through U+03fb are in category 0 U+03fb through U+03fd are in category 0 U+03fd through U+0430 are in category 0 U+0430 through U+0460 are in category 0 U+0460 through U+0461 are in category 0 U+0461 through U+0462 are in category 0 U+0462 through U+0463 are in category 0 U+0463 through U+0464 are in category 0 U+0464 through U+0465 are in category 0 U+0465 through U+0466 are in category 0 U+0466 through U+0467 are in category 0 U+0467 through U+0468 are in category 0 U+0468 through U+0469 are in category 0 U+0469 through U+046a are in category 0 U+046a through U+046b are in category 0 U+046b through U+046c are in category 0 U+046c through U+046d are in category 0 U+046d through U+046e are in category 0 U+046e through U+046f are in category 0 U+046f through U+0470 are in category 0 U+0470 through U+0471 are in category 0 U+0471 through U+0472 are in category 0 U+0472 through U+0473 are in category 0 U+0473 through U+0474 are in category 0 U+0474 through U+0475 are in category 0 U+0475 through U+0476 are in category 0 U+0476 through U+0477 are in category 0 U+0477 through U+0478 are in category 0 U+0478 through U+0479 are in category 0 U+0479 through U+047a are in category 0 U+047a through U+047b are in category 0 U+047b through U+047c are in category 0 U+047c through U+047d are in category 0 U+047d through U+047e are in category 0 U+047e through U+047f are in category 0 U+047f through U+0480 are in category 0 U+0480 through U+0481 are in category 0 U+0481 through U+0482 are in category 0 U+0482 through U+0483 are in category 0 U+0483 through U+0488 are in category 0 U+0488 through U+048a are in category 0 U+048a through U+048b are in category 0 U+048b through U+048c are in category 0 U+048c through U+048d are in category 0 U+048d through U+048e are in category 0 U+048e through U+048f are in category 0 U+048f through U+0490 are in category 0 U+0490 through U+0491 are in category 0 U+0491 through U+0492 are in category 0 U+0492 through U+0493 are in category 0 U+0493 through U+0494 are in category 0 U+0494 through U+0495 are in category 0 U+0495 through U+0496 are in category 0 U+0496 through U+0497 are in category 0 U+0497 through U+0498 are in category 0 U+0498 through U+0499 are in category 0 U+0499 through U+049a are in category 0 U+049a through U+049b are in category 0 U+049b through U+049c are in category 0 U+049c through U+049d are in category 0 U+049d through U+049e are in category 0 U+049e through U+049f are in category 0 U+049f through U+04a0 are in category 0 U+04a0 through U+04a1 are in category 0 U+04a1 through U+04a2 are in category 0 U+04a2 through U+04a3 are in category 0 U+04a3 through U+04a4 are in category 0 U+04a4 through U+04a5 are in category 0 U+04a5 through U+04a6 are in category 0 U+04a6 through U+04a7 are in category 0 U+04a7 through U+04a8 are in category 0 U+04a8 through U+04a9 are in category 0 U+04a9 through U+04aa are in category 0 U+04aa through U+04ab are in category 0 U+04ab through U+04ac are in category 0 U+04ac through U+04ad are in category 0 U+04ad through U+04ae are in category 0 U+04ae through U+04af are in category 0 U+04af through U+04b0 are in category 0 U+04b0 through U+04b1 are in category 0 U+04b1 through U+04b2 are in category 0 U+04b2 through U+04b3 are in category 0 U+04b3 through U+04b4 are in category 0 U+04b4 through U+04b5 are in category 0 U+04b5 through U+04b6 are in category 0 U+04b6 through U+04b7 are in category 0 U+04b7 through U+04b8 are in category 0 U+04b8 through U+04b9 are in category 0 U+04b9 through U+04ba are in category 0 U+04ba through U+04bb are in category 0 U+04bb through U+04bc are in category 0 U+04bc through U+04bd are in category 0 U+04bd through U+04be are in category 0 U+04be through U+04bf are in category 0 U+04bf through U+04c0 are in category 0 U+04c0 through U+04c2 are in category 0 U+04c2 through U+04c3 are in category 0 U+04c3 through U+04c4 are in category 0 U+04c4 through U+04c5 are in category 0 U+04c5 through U+04c6 are in category 0 U+04c6 through U+04c7 are in category 0 U+04c7 through U+04c8 are in category 0 U+04c8 through U+04c9 are in category 0 U+04c9 through U+04ca are in category 0 U+04ca through U+04cb are in category 0 U+04cb through U+04cc are in category 0 U+04cc through U+04cd are in category 0 U+04cd through U+04ce are in category 0 U+04ce through U+04d0 are in category 0 U+04d0 through U+04d1 are in category 0 U+04d1 through U+04d2 are in category 0 U+04d2 through U+04d3 are in category 0 U+04d3 through U+04d4 are in category 0 U+04d4 through U+04d5 are in category 0 U+04d5 through U+04d6 are in category 0 U+04d6 through U+04d7 are in category 0 U+04d7 through U+04d8 are in category 0 U+04d8 through U+04d9 are in category 0 U+04d9 through U+04da are in category 0 U+04da through U+04db are in category 0 U+04db through U+04dc are in category 0 U+04dc through U+04dd are in category 0 U+04dd through U+04de are in category 0 U+04de through U+04df are in category 0 U+04df through U+04e0 are in category 0 U+04e0 through U+04e1 are in category 0 U+04e1 through U+04e2 are in category 0 U+04e2 through U+04e3 are in category 0 U+04e3 through U+04e4 are in category 0 U+04e4 through U+04e5 are in category 0 U+04e5 through U+04e6 are in category 0 U+04e6 through U+04e7 are in category 0 U+04e7 through U+04e8 are in category 0 U+04e8 through U+04e9 are in category 0 U+04e9 through U+04ea are in category 0 U+04ea through U+04eb are in category 0 U+04eb through U+04ec are in category 0 U+04ec through U+04ed are in category 0 U+04ed through U+04ee are in category 0 U+04ee through U+04ef are in category 0 U+04ef through U+04f0 are in category 0 U+04f0 through U+04f1 are in category 0 U+04f1 through U+04f2 are in category 0 U+04f2 through U+04f3 are in category 0 U+04f3 through U+04f4 are in category 0 U+04f4 through U+04f5 are in category 0 U+04f5 through U+04f6 are in category 0 U+04f6 through U+04f7 are in category 0 U+04f7 through U+04f8 are in category 0 U+04f8 through U+04f9 are in category 0 U+04f9 through U+04fa are in category 0 U+04fa through U+04fb are in category 0 U+04fb through U+04fc are in category 0 U+04fc through U+04fd are in category 0 U+04fd through U+04fe are in category 0 U+04fe through U+04ff are in category 0 U+04ff through U+0500 are in category 0 U+0500 through U+0501 are in category 0 U+0501 through U+0502 are in category 0 U+0502 through U+0503 are in category 0 U+0503 through U+0504 are in category 0 U+0504 through U+0505 are in category 0 U+0505 through U+0506 are in category 0 U+0506 through U+0507 are in category 0 U+0507 through U+0508 are in category 0 U+0508 through U+0509 are in category 0 U+0509 through U+050a are in category 0 U+050a through U+050b are in category 0 U+050b through U+050c are in category 0 U+050c through U+050d are in category 0 U+050d through U+050e are in category 0 U+050e through U+050f are in category 0 U+050f through U+0510 are in category 0 U+0510 through U+0511 are in category 0 U+0511 through U+0512 are in category 0 U+0512 through U+0513 are in category 0 U+0513 through U+0514 are in category 0 U+0514 through U+0515 are in category 0 U+0515 through U+0516 are in category 0 U+0516 through U+0517 are in category 0 U+0517 through U+0518 are in category 0 U+0518 through U+0519 are in category 0 U+0519 through U+051a are in category 0 U+051a through U+051b are in category 0 U+051b through U+051c are in category 0 U+051c through U+051d are in category 0 U+051d through U+051e are in category 0 U+051e through U+051f are in category 0 U+051f through U+0520 are in category 0 U+0520 through U+0521 are in category 0 U+0521 through U+0522 are in category 0 U+0522 through U+0523 are in category 0 U+0523 through U+0524 are in category 0 U+0524 through U+0525 are in category 0 U+0525 through U+0526 are in category 0 U+0526 through U+0527 are in category 0 U+0527 through U+0528 are in category 0 U+0528 through U+0529 are in category 0 U+0529 through U+052a are in category 0 U+052a through U+052b are in category 0 U+052b through U+052c are in category 0 U+052c through U+052d are in category 0 U+052d through U+052e are in category 0 U+052e through U+052f are in category 0 U+052f through U+0530 are in category 0 U+0530 through U+0531 are in category 0 U+0531 through U+0557 are in category 0 U+0557 through U+0559 are in category 0 U+0559 through U+055a are in category 0 U+055a through U+0560 are in category 0 U+0560 through U+0561 are in category 0 U+0561 through U+0588 are in category 0 U+0588 through U+0589 are in category 0 U+0589 through U+058a are in category 0 U+058a through U+058b are in category 0 U+058b through U+058d are in category 0 U+058d through U+058f are in category 0 U+058f through U+0590 are in category 0 U+0590 through U+0591 are in category 0 U+0591 through U+05be are in category 0 U+05be through U+05bf are in category 0 U+05bf through U+05c0 are in category 0 U+05c0 through U+05c1 are in category 0 U+05c1 through U+05c3 are in category 0 U+05c3 through U+05c4 are in category 0 U+05c4 through U+05c6 are in category 0 U+05c6 through U+05c7 are in category 0 U+05c7 through U+05c8 are in category 0 U+05c8 through U+05d0 are in category 0 U+05d0 through U+05eb are in category 0 U+05eb through U+05f0 are in category 0 U+05f0 through U+05f3 are in category 0 U+05f3 through U+05f5 are in category 0 U+05f5 through U+0600 are in category 0 U+0600 through U+0606 are in category 0 U+0606 through U+0609 are in category 0 U+0609 through U+060b are in category 0 U+060b through U+060c are in category 0 U+060c through U+060e are in category 0 U+060e through U+0610 are in category 0 U+0610 through U+061b are in category 0 U+061b through U+061c are in category 0 U+061c through U+061d are in category 0 U+061d through U+061e are in category 0 U+061e through U+0620 are in category 0 U+0620 through U+0640 are in category 0 U+0640 through U+0641 are in category 0 U+0641 through U+064b are in category 0 U+064b through U+0660 are in category 0 U+0660 through U+066a are in category 0 U+066a through U+066e are in category 0 U+066e through U+0670 are in category 0 U+0670 through U+0671 are in category 0 U+0671 through U+06d4 are in category 0 U+06d4 through U+06d5 are in category 0 U+06d5 through U+06d6 are in category 0 U+06d6 through U+06dd are in category 0 U+06dd through U+06de are in category 0 U+06de through U+06df are in category 0 U+06df through U+06e5 are in category 0 U+06e5 through U+06e7 are in category 0 U+06e7 through U+06e9 are in category 0 U+06e9 through U+06ea are in category 0 U+06ea through U+06ee are in category 0 U+06ee through U+06f0 are in category 0 U+06f0 through U+06fa are in category 0 U+06fa through U+06fd are in category 0 U+06fd through U+06ff are in category 0 U+06ff through U+0700 are in category 0 U+0700 through U+070e are in category 0 U+070e through U+070f are in category 0 U+070f through U+0710 are in category 0 U+0710 through U+0711 are in category 0 U+0711 through U+0712 are in category 0 U+0712 through U+0730 are in category 0 U+0730 through U+074b are in category 0 U+074b through U+074d are in category 0 U+074d through U+07a6 are in category 0 U+07a6 through U+07b1 are in category 0 U+07b1 through U+07b2 are in category 0 U+07b2 through U+07c0 are in category 0 U+07c0 through U+07ca are in category 0 U+07ca through U+07eb are in category 0 U+07eb through U+07f4 are in category 0 U+07f4 through U+07f6 are in category 0 U+07f6 through U+07f7 are in category 0 U+07f7 through U+07fa are in category 0 U+07fa through U+07fb are in category 0 U+07fb through U+0800 are in category 0 U+0800 through U+0816 are in category 0 U+0816 through U+081a are in category 0 U+081a through U+081b are in category 0 U+081b through U+0824 are in category 0 U+0824 through U+0825 are in category 0 U+0825 through U+0828 are in category 0 U+0828 through U+0829 are in category 0 U+0829 through U+082e are in category 0 U+082e through U+0830 are in category 0 U+0830 through U+083f are in category 0 U+083f through U+0840 are in category 0 U+0840 through U+0859 are in category 0 U+0859 through U+085c are in category 0 U+085c through U+085e are in category 0 U+085e through U+085f are in category 0 U+085f through U+08a0 are in category 0 U+08a0 through U+08b5 are in category 0 U+08b5 through U+08e3 are in category 0 U+08e3 through U+0903 are in category 0 U+0903 through U+0904 are in category 0 U+0904 through U+093a are in category 0 U+093a through U+093b are in category 0 U+093b through U+093c are in category 0 U+093c through U+093d are in category 0 U+093d through U+093e are in category 0 U+093e through U+0941 are in category 0 U+0941 through U+0949 are in category 0 U+0949 through U+094d are in category 0 U+094d through U+094e are in category 0 U+094e through U+0950 are in category 0 U+0950 through U+0951 are in category 0 U+0951 through U+0958 are in category 0 U+0958 through U+0962 are in category 0 U+0962 through U+0964 are in category 0 U+0964 through U+0966 are in category 0 U+0966 through U+0970 are in category 0 U+0970 through U+0971 are in category 0 U+0971 through U+0972 are in category 0 U+0972 through U+0981 are in category 0 U+0981 through U+0982 are in category 0 U+0982 through U+0984 are in category 0 U+0984 through U+0985 are in category 0 U+0985 through U+098d are in category 0 U+098d through U+098f are in category 0 U+098f through U+0991 are in category 0 U+0991 through U+0993 are in category 0 U+0993 through U+09a9 are in category 0 U+09a9 through U+09aa are in category 0 U+09aa through U+09b1 are in category 0 U+09b1 through U+09b2 are in category 0 U+09b2 through U+09b3 are in category 0 U+09b3 through U+09b6 are in category 0 U+09b6 through U+09ba are in category 0 U+09ba through U+09bc are in category 0 U+09bc through U+09bd are in category 0 U+09bd through U+09be are in category 0 U+09be through U+09c1 are in category 0 U+09c1 through U+09c5 are in category 0 U+09c5 through U+09c7 are in category 0 U+09c7 through U+09c9 are in category 0 U+09c9 through U+09cb are in category 0 U+09cb through U+09cd are in category 0 U+09cd through U+09ce are in category 0 U+09ce through U+09cf are in category 0 U+09cf through U+09d7 are in category 0 U+09d7 through U+09d8 are in category 0 U+09d8 through U+09dc are in category 0 U+09dc through U+09de are in category 0 U+09de through U+09df are in category 0 U+09df through U+09e2 are in category 0 U+09e2 through U+09e4 are in category 0 U+09e4 through U+09e6 are in category 0 U+09e6 through U+09f0 are in category 0 U+09f0 through U+09f2 are in category 0 U+09f2 through U+09f4 are in category 0 U+09f4 through U+09fa are in category 0 U+09fa through U+09fb are in category 0 U+09fb through U+09fc are in category 0 U+09fc through U+0a01 are in category 0 U+0a01 through U+0a03 are in category 0 U+0a03 through U+0a04 are in category 0 U+0a04 through U+0a05 are in category 0 U+0a05 through U+0a0b are in category 0 U+0a0b through U+0a0f are in category 0 U+0a0f through U+0a11 are in category 0 U+0a11 through U+0a13 are in category 0 U+0a13 through U+0a29 are in category 0 U+0a29 through U+0a2a are in category 0 U+0a2a through U+0a31 are in category 0 U+0a31 through U+0a32 are in category 0 U+0a32 through U+0a34 are in category 0 U+0a34 through U+0a35 are in category 0 U+0a35 through U+0a37 are in category 0 U+0a37 through U+0a38 are in category 0 U+0a38 through U+0a3a are in category 0 U+0a3a through U+0a3c are in category 0 U+0a3c through U+0a3d are in category 0 U+0a3d through U+0a3e are in category 0 U+0a3e through U+0a41 are in category 0 U+0a41 through U+0a43 are in category 0 U+0a43 through U+0a47 are in category 0 U+0a47 through U+0a49 are in category 0 U+0a49 through U+0a4b are in category 0 U+0a4b through U+0a4e are in category 0 U+0a4e through U+0a51 are in category 0 U+0a51 through U+0a52 are in category 0 U+0a52 through U+0a59 are in category 0 U+0a59 through U+0a5d are in category 0 U+0a5d through U+0a5e are in catego
Process exited with code 137.
Output for 8.0.13
Fatal error: Uncaught ReflectionException: Class "IntlChar" does not exist in /in/VgLsp:3 Stack trace: #0 /in/VgLsp(3): ReflectionClass->__construct('IntlChar') #1 {main} thrown in /in/VgLsp on line 3
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 7.4.33
Fatal error: Uncaught ReflectionException: Class IntlChar does not exist in /in/VgLsp:3 Stack trace: #0 /in/VgLsp(3): ReflectionClass->__construct('IntlChar') #1 {main} thrown in /in/VgLsp on line 3
Process exited with code 255.
Output for 7.3.16 - 7.3.31, 7.4.0 - 7.4.32
Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /in/VgLsp on line 5 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr
Process exited with code 137.
Output for 7.0.0 - 7.0.12, 7.1.20, 7.2.6 - 7.2.33
array(2) { ["BLOCK_CODE_BOPOMOFO_EXTENDED"]=> int(67) ["JG_MANICHAEAN_KAPH"]=> int(67) } U+0000 through U+0020 are in category 0 U+0020 through U+0021 are in category 0 U+0021 through U+0024 are in category 0 U+0024 through U+0025 are in category 0 U+0025 through U+0028 are in category 0 U+0028 through U+0029 are in category 0 U+0029 through U+002a are in category 0 U+002a through U+002b are in category 0 U+002b through U+002c are in category 0 U+002c through U+002d are in category 0 U+002d through U+002e are in category 0 U+002e through U+0030 are in category 0 U+0030 through U+003a are in category 0 U+003a through U+003c are in category 0 U+003c through U+003f are in category 0 U+003f through U+0041 are in category 0 U+0041 through U+005b are in category 0 U+005b through U+005c are in category 0 U+005c through U+005d are in category 0 U+005d through U+005e are in category 0 U+005e through U+005f are in category 0 U+005f through U+0060 are in category 0 U+0060 through U+0061 are in category 0 U+0061 through U+007b are in category 0 U+007b through U+007c are in category 0 U+007c through U+007d are in category 0 U+007d through U+007e are in category 0 U+007e through U+007f are in category 0 U+007f through U+00a0 are in category 0 U+00a0 through U+00a1 are in category 0 U+00a1 through U+00a2 are in category 0 U+00a2 through U+00a6 are in category 0 U+00a6 through U+00a7 are in category 0 U+00a7 through U+00a8 are in category 0 U+00a8 through U+00a9 are in category 0 U+00a9 through U+00aa are in category 0 U+00aa through U+00ab are in category 0 U+00ab through U+00ac are in category 0 U+00ac through U+00ad are in category 0 U+00ad through U+00ae are in category 0 U+00ae through U+00af are in category 0 U+00af through U+00b0 are in category 0 U+00b0 through U+00b1 are in category 0 U+00b1 through U+00b2 are in category 0 U+00b2 through U+00b4 are in category 0 U+00b4 through U+00b5 are in category 0 U+00b5 through U+00b6 are in category 0 U+00b6 through U+00b8 are in category 0 U+00b8 through U+00b9 are in category 0 U+00b9 through U+00ba are in category 0 U+00ba through U+00bb are in category 0 U+00bb through U+00bc are in category 0 U+00bc through U+00bf are in category 0 U+00bf through U+00c0 are in category 0 U+00c0 through U+00d7 are in category 0 U+00d7 through U+00d8 are in category 0 U+00d8 through U+00df are in category 0 U+00df through U+00f7 are in category 0 U+00f7 through U+00f8 are in category 0 U+00f8 through U+0100 are in category 0 U+0100 through U+0101 are in category 0 U+0101 through U+0102 are in category 0 U+0102 through U+0103 are in category 0 U+0103 through U+0104 are in category 0 U+0104 through U+0105 are in category 0 U+0105 through U+0106 are in category 0 U+0106 through U+0107 are in category 0 U+0107 through U+0108 are in category 0 U+0108 through U+0109 are in category 0 U+0109 through U+010a are in category 0 U+010a through U+010b are in category 0 U+010b through U+010c are in category 0 U+010c through U+010d are in category 0 U+010d through U+010e are in category 0 U+010e through U+010f are in category 0 U+010f through U+0110 are in category 0 U+0110 through U+0111 are in category 0 U+0111 through U+0112 are in category 0 U+0112 through U+0113 are in category 0 U+0113 through U+0114 are in category 0 U+0114 through U+0115 are in category 0 U+0115 through U+0116 are in category 0 U+0116 through U+0117 are in category 0 U+0117 through U+0118 are in category 0 U+0118 through U+0119 are in category 0 U+0119 through U+011a are in category 0 U+011a through U+011b are in category 0 U+011b through U+011c are in category 0 U+011c through U+011d are in category 0 U+011d through U+011e are in category 0 U+011e through U+011f are in category 0 U+011f through U+0120 are in category 0 U+0120 through U+0121 are in category 0 U+0121 through U+0122 are in category 0 U+0122 through U+0123 are in category 0 U+0123 through U+0124 are in category 0 U+0124 through U+0125 are in category 0 U+0125 through U+0126 are in category 0 U+0126 through U+0127 are in category 0 U+0127 through U+0128 are in category 0 U+0128 through U+0129 are in category 0 U+0129 through U+012a are in category 0 U+012a through U+012b are in category 0 U+012b through U+012c are in category 0 U+012c through U+012d are in category 0 U+012d through U+012e are in category 0 U+012e through U+012f are in category 0 U+012f through U+0130 are in category 0 U+0130 through U+0131 are in category 0 U+0131 through U+0132 are in category 0 U+0132 through U+0133 are in category 0 U+0133 through U+0134 are in category 0 U+0134 through U+0135 are in category 0 U+0135 through U+0136 are in category 0 U+0136 through U+0137 are in category 0 U+0137 through U+0139 are in category 0 U+0139 through U+013a are in category 0 U+013a through U+013b are in category 0 U+013b through U+013c are in category 0 U+013c through U+013d are in category 0 U+013d through U+013e are in category 0 U+013e through U+013f are in category 0 U+013f through U+0140 are in category 0 U+0140 through U+0141 are in category 0 U+0141 through U+0142 are in category 0 U+0142 through U+0143 are in category 0 U+0143 through U+0144 are in category 0 U+0144 through U+0145 are in category 0 U+0145 through U+0146 are in category 0 U+0146 through U+0147 are in category 0 U+0147 through U+0148 are in category 0 U+0148 through U+014a are in category 0 U+014a through U+014b are in category 0 U+014b through U+014c are in category 0 U+014c through U+014d are in category 0 U+014d through U+014e are in category 0 U+014e through U+014f are in category 0 U+014f through U+0150 are in category 0 U+0150 through U+0151 are in category 0 U+0151 through U+0152 are in category 0 U+0152 through U+0153 are in category 0 U+0153 through U+0154 are in category 0 U+0154 through U+0155 are in category 0 U+0155 through U+0156 are in category 0 U+0156 through U+0157 are in category 0 U+0157 through U+0158 are in category 0 U+0158 through U+0159 are in category 0 U+0159 through U+015a are in category 0 U+015a through U+015b are in category 0 U+015b through U+015c are in category 0 U+015c through U+015d are in category 0 U+015d through U+015e are in category 0 U+015e through U+015f are in category 0 U+015f through U+0160 are in category 0 U+0160 through U+0161 are in category 0 U+0161 through U+0162 are in category 0 U+0162 through U+0163 are in category 0 U+0163 through U+0164 are in category 0 U+0164 through U+0165 are in category 0 U+0165 through U+0166 are in category 0 U+0166 through U+0167 are in category 0 U+0167 through U+0168 are in category 0 U+0168 through U+0169 are in category 0 U+0169 through U+016a are in category 0 U+016a through U+016b are in category 0 U+016b through U+016c are in category 0 U+016c through U+016d are in category 0 U+016d through U+016e are in category 0 U+016e through U+016f are in category 0 U+016f through U+0170 are in category 0 U+0170 through U+0171 are in category 0 U+0171 through U+0172 are in category 0 U+0172 through U+0173 are in category 0 U+0173 through U+0174 are in category 0 U+0174 through U+0175 are in category 0 U+0175 through U+0176 are in category 0 U+0176 through U+0177 are in category 0 U+0177 through U+0178 are in category 0 U+0178 through U+017a are in category 0 U+017a through U+017b are in category 0 U+017b through U+017c are in category 0 U+017c through U+017d are in category 0 U+017d through U+017e are in category 0 U+017e through U+0181 are in category 0 U+0181 through U+0183 are in category 0 U+0183 through U+0184 are in category 0 U+0184 through U+0185 are in category 0 U+0185 through U+0186 are in category 0 U+0186 through U+0188 are in category 0 U+0188 through U+0189 are in category 0 U+0189 through U+018c are in category 0 U+018c through U+018e are in category 0 U+018e through U+0192 are in category 0 U+0192 through U+0193 are in category 0 U+0193 through U+0195 are in category 0 U+0195 through U+0196 are in category 0 U+0196 through U+0199 are in category 0 U+0199 through U+019c are in category 0 U+019c through U+019e are in category 0 U+019e through U+019f are in category 0 U+019f through U+01a1 are in category 0 U+01a1 through U+01a2 are in category 0 U+01a2 through U+01a3 are in category 0 U+01a3 through U+01a4 are in category 0 U+01a4 through U+01a5 are in category 0 U+01a5 through U+01a6 are in category 0 U+01a6 through U+01a8 are in category 0 U+01a8 through U+01a9 are in category 0 U+01a9 through U+01aa are in category 0 U+01aa through U+01ac are in category 0 U+01ac through U+01ad are in category 0 U+01ad through U+01ae are in category 0 U+01ae through U+01b0 are in category 0 U+01b0 through U+01b1 are in category 0 U+01b1 through U+01b4 are in category 0 U+01b4 through U+01b5 are in category 0 U+01b5 through U+01b6 are in category 0 U+01b6 through U+01b7 are in category 0 U+01b7 through U+01b9 are in category 0 U+01b9 through U+01bb are in category 0 U+01bb through U+01bc are in category 0 U+01bc through U+01bd are in category 0 U+01bd through U+01c0 are in category 0 U+01c0 through U+01c4 are in category 0 U+01c4 through U+01c5 are in category 0 U+01c5 through U+01c6 are in category 0 U+01c6 through U+01c7 are in category 0 U+01c7 through U+01c8 are in category 0 U+01c8 through U+01c9 are in category 0 U+01c9 through U+01ca are in category 0 U+01ca through U+01cb are in category 0 U+01cb through U+01cc are in category 0 U+01cc through U+01cd are in category 0 U+01cd through U+01ce are in category 0 U+01ce through U+01cf are in category 0 U+01cf through U+01d0 are in category 0 U+01d0 through U+01d1 are in category 0 U+01d1 through U+01d2 are in category 0 U+01d2 through U+01d3 are in category 0 U+01d3 through U+01d4 are in category 0 U+01d4 through U+01d5 are in category 0 U+01d5 through U+01d6 are in category 0 U+01d6 through U+01d7 are in category 0 U+01d7 through U+01d8 are in category 0 U+01d8 through U+01d9 are in category 0 U+01d9 through U+01da are in category 0 U+01da through U+01db are in category 0 U+01db through U+01dc are in category 0 U+01dc through U+01de are in category 0 U+01de through U+01df are in category 0 U+01df through U+01e0 are in category 0 U+01e0 through U+01e1 are in category 0 U+01e1 through U+01e2 are in category 0 U+01e2 through U+01e3 are in category 0 U+01e3 through U+01e4 are in category 0 U+01e4 through U+01e5 are in category 0 U+01e5 through U+01e6 are in category 0 U+01e6 through U+01e7 are in category 0 U+01e7 through U+01e8 are in category 0 U+01e8 through U+01e9 are in category 0 U+01e9 through U+01ea are in category 0 U+01ea through U+01eb are in category 0 U+01eb through U+01ec are in category 0 U+01ec through U+01ed are in category 0 U+01ed through U+01ee are in category 0 U+01ee through U+01ef are in category 0 U+01ef through U+01f1 are in category 0 U+01f1 through U+01f2 are in category 0 U+01f2 through U+01f3 are in category 0 U+01f3 through U+01f4 are in category 0 U+01f4 through U+01f5 are in category 0 U+01f5 through U+01f6 are in category 0 U+01f6 through U+01f9 are in category 0 U+01f9 through U+01fa are in category 0 U+01fa through U+01fb are in category 0 U+01fb through U+01fc are in category 0 U+01fc through U+01fd are in category 0 U+01fd through U+01fe are in category 0 U+01fe through U+01ff are in category 0 U+01ff through U+0200 are in category 0 U+0200 through U+0201 are in category 0 U+0201 through U+0202 are in category 0 U+0202 through U+0203 are in category 0 U+0203 through U+0204 are in category 0 U+0204 through U+0205 are in category 0 U+0205 through U+0206 are in category 0 U+0206 through U+0207 are in category 0 U+0207 through U+0208 are in category 0 U+0208 through U+0209 are in category 0 U+0209 through U+020a are in category 0 U+020a through U+020b are in category 0 U+020b through U+020c are in category 0 U+020c through U+020d are in category 0 U+020d through U+020e are in category 0 U+020e through U+020f are in category 0 U+020f through U+0210 are in category 0 U+0210 through U+0211 are in category 0 U+0211 through U+0212 are in category 0 U+0212 through U+0213 are in category 0 U+0213 through U+0214 are in category 0 U+0214 through U+0215 are in category 0 U+0215 through U+0216 are in category 0 U+0216 through U+0217 are in category 0 U+0217 through U+0218 are in category 0 U+0218 through U+0219 are in category 0 U+0219 through U+021a are in category 0 U+021a through U+021b are in category 0 U+021b through U+021c are in category 0 U+021c through U+021d are in category 0 U+021d through U+021e are in category 0 U+021e through U+021f are in category 0 U+021f through U+0220 are in category 0 U+0220 through U+0221 are in category 0 U+0221 through U+0222 are in category 0 U+0222 through U+0223 are in category 0 U+0223 through U+0224 are in category 0 U+0224 through U+0225 are in category 0 U+0225 through U+0226 are in category 0 U+0226 through U+0227 are in category 0 U+0227 through U+0228 are in category 0 U+0228 through U+0229 are in category 0 U+0229 through U+022a are in category 0 U+022a through U+022b are in category 0 U+022b through U+022c are in category 0 U+022c through U+022d are in category 0 U+022d through U+022e are in category 0 U+022e through U+022f are in category 0 U+022f through U+0230 are in category 0 U+0230 through U+0231 are in category 0 U+0231 through U+0232 are in category 0 U+0232 through U+0233 are in category 0 U+0233 through U+023a are in category 0 U+023a through U+023c are in category 0 U+023c through U+023d are in category 0 U+023d through U+023f are in category 0 U+023f through U+0241 are in category 0 U+0241 through U+0242 are in category 0 U+0242 through U+0243 are in category 0 U+0243 through U+0247 are in category 0 U+0247 through U+0248 are in category 0 U+0248 through U+0249 are in category 0 U+0249 through U+024a are in category 0 U+024a through U+024b are in category 0 U+024b through U+024c are in category 0 U+024c through U+024d are in category 0 U+024d through U+024e are in category 0 U+024e through U+024f are in category 0 U+024f through U+0294 are in category 0 U+0294 through U+0295 are in category 0 U+0295 through U+02b0 are in category 0 U+02b0 through U+02c2 are in category 0 U+02c2 through U+02c6 are in category 0 U+02c6 through U+02d2 are in category 0 U+02d2 through U+02e0 are in category 0 U+02e0 through U+02e5 are in category 0 U+02e5 through U+02ec are in category 0 U+02ec through U+02ed are in category 0 U+02ed through U+02ee are in category 0 U+02ee through U+02ef are in category 0 U+02ef through U+0300 are in category 0 U+0300 through U+0370 are in category 0 U+0370 through U+0371 are in category 0 U+0371 through U+0372 are in category 0 U+0372 through U+0373 are in category 0 U+0373 through U+0374 are in category 0 U+0374 through U+0375 are in category 0 U+0375 through U+0376 are in category 0 U+0376 through U+0377 are in category 0 U+0377 through U+0378 are in category 0 U+0378 through U+037a are in category 0 U+037a through U+037b are in category 0 U+037b through U+037e are in category 0 U+037e through U+037f are in category 0 U+037f through U+0380 are in category 0 U+0380 through U+0384 are in category 0 U+0384 through U+0386 are in category 0 U+0386 through U+0387 are in category 0 U+0387 through U+0388 are in category 0 U+0388 through U+038b are in category 0 U+038b through U+038c are in category 0 U+038c through U+038d are in category 0 U+038d through U+038e are in category 0 U+038e through U+0390 are in category 0 U+0390 through U+0391 are in category 0 U+0391 through U+03a2 are in category 0 U+03a2 through U+03a3 are in category 0 U+03a3 through U+03ac are in category 0 U+03ac through U+03cf are in category 0 U+03cf through U+03d0 are in category 0 U+03d0 through U+03d2 are in category 0 U+03d2 through U+03d5 are in category 0 U+03d5 through U+03d8 are in category 0 U+03d8 through U+03d9 are in category 0 U+03d9 through U+03da are in category 0 U+03da through U+03db are in category 0 U+03db through U+03dc are in category 0 U+03dc through U+03dd are in category 0 U+03dd through U+03de are in category 0 U+03de through U+03df are in category 0 U+03df through U+03e0 are in category 0 U+03e0 through U+03e1 are in category 0 U+03e1 through U+03e2 are in category 0 U+03e2 through U+03e3 are in category 0 U+03e3 through U+03e4 are in category 0 U+03e4 through U+03e5 are in category 0 U+03e5 through U+03e6 are in category 0 U+03e6 through U+03e7 are in category 0 U+03e7 through U+03e8 are in category 0 U+03e8 through U+03e9 are in category 0 U+03e9 through U+03ea are in category 0 U+03ea through U+03eb are in category 0 U+03eb through U+03ec are in category 0 U+03ec through U+03ed are in category 0 U+03ed through U+03ee are in category 0 U+03ee through U+03ef are in category 0 U+03ef through U+03f4 are in category 0 U+03f4 through U+03f5 are in category 0 U+03f5 through U+03f6 are in category 0 U+03f6 through U+03f7 are in category 0 U+03f7 through U+03f8 are in category 0 U+03f8 through U+03f9 are in category 0 U+03f9 through U+03fb are in category 0 U+03fb through U+03fd are in category 0 U+03fd through U+0430 are in category 0 U+0430 through U+0460 are in category 0 U+0460 through U+0461 are in category 0 U+0461 through U+0462 are in category 0 U+0462 through U+0463 are in category 0 U+0463 through U+0464 are in category 0 U+0464 through U+0465 are in category 0 U+0465 through U+0466 are in category 0 U+0466 through U+0467 are in category 0 U+0467 through U+0468 are in category 0 U+0468 through U+0469 are in category 0 U+0469 through U+046a are in category 0 U+046a through U+046b are in category 0 U+046b through U+046c are in category 0 U+046c through U+046d are in category 0 U+046d through U+046e are in category 0 U+046e through U+046f are in category 0 U+046f through U+0470 are in category 0 U+0470 through U+0471 are in category 0 U+0471 through U+0472 are in category 0 U+0472 through U+0473 are in category 0 U+0473 through U+0474 are in category 0 U+0474 through U+0475 are in category 0 U+0475 through U+0476 are in category 0 U+0476 through U+0477 are in category 0 U+0477 through U+0478 are in category 0 U+0478 through U+0479 are in category 0 U+0479 through U+047a are in category 0 U+047a through U+047b are in category 0 U+047b through U+047c are in category 0 U+047c through U+047d are in category 0 U+047d through U+047e are in category 0 U+047e through U+047f are in category 0 U+047f through U+0480 are in category 0 U+0480 through U+0481 are in category 0 U+0481 through U+0482 are in category 0 U+0482 through U+0483 are in category 0 U+0483 through U+0488 are in category 0 U+0488 through U+048a are in category 0 U+048a through U+048b are in category 0 U+048b through U+048c are in category 0 U+048c through U+048d are in category 0 U+048d through U+048e are in category 0 U+048e through U+048f are in category 0 U+048f through U+0490 are in category 0 U+0490 through U+0491 are in category 0 U+0491 through U+0492 are in category 0 U+0492 through U+0493 are in category 0 U+0493 through U+0494 are in category 0 U+0494 through U+0495 are in category 0 U+0495 through U+0496 are in category 0 U+0496 through U+0497 are in category 0 U+0497 through U+0498 are in category 0 U+0498 through U+0499 are in category 0 U+0499 through U+049a are in category 0 U+049a through U+049b are in category 0 U+049b through U+049c are in category 0 U+049c through U+049d are in category 0 U+049d through U+049e are in category 0 U+049e through U+049f are in category 0 U+049f through U+04a0 are in category 0 U+04a0 through U+04a1 are in category 0 U+04a1 through U+04a2 are in category 0 U+04a2 through U+04a3 are in category 0 U+04a3 through U+04a4 are in category 0 U+04a4 through U+04a5 are in category 0 U+04a5 through U+04a6 are in category 0 U+04a6 through U+04a7 are in category 0 U+04a7 through U+04a8 are in category 0 U+04a8 through U+04a9 are in category 0 U+04a9 through U+04aa are in category 0 U+04aa through U+04ab are in category 0 U+04ab through U+04ac are in category 0 U+04ac through U+04ad are in category 0 U+04ad through U+04ae are in category 0 U+04ae through U+04af are in category 0 U+04af through U+04b0 are in category 0 U+04b0 through U+04b1 are in category 0 U+04b1 through U+04b2 are in category 0 U+04b2 through U+04b3 are in category 0 U+04b3 through U+04b4 are in category 0 U+04b4 through U+04b5 are in category 0 U+04b5 through U+04b6 are in category 0 U+04b6 through U+04b7 are in category 0 U+04b7 through U+04b8 are in category 0 U+04b8 through U+04b9 are in category 0 U+04b9 through U+04ba are in category 0 U+04ba through U+04bb are in category 0 U+04bb through U+04bc are in category 0 U+04bc through U+04bd are in category 0 U+04bd through U+04be are in category 0 U+04be through U+04bf are in category 0 U+04bf through U+04c0 are in category 0 U+04c0 through U+04c2 are in category 0 U+04c2 through U+04c3 are in category 0 U+04c3 through U+04c4 are in category 0 U+04c4 through U+04c5 are in category 0 U+04c5 through U+04c6 are in category 0 U+04c6 through U+04c7 are in category 0 U+04c7 through U+04c8 are in category 0 U+04c8 through U+04c9 are in category 0 U+04c9 through U+04ca are in category 0 U+04ca through U+04cb are in category 0 U+04cb through U+04cc are in category 0 U+04cc through U+04cd are in category 0 U+04cd through U+04ce are in category 0 U+04ce through U+04d0 are in category 0 U+04d0 through U+04d1 are in category 0 U+04d1 through U+04d2 are in category 0 U+04d2 through U+04d3 are in category 0 U+04d3 through U+04d4 are in category 0 U+04d4 through U+04d5 are in category 0 U+04d5 through U+04d6 are in category 0 U+04d6 through U+04d7 are in category 0 U+04d7 through U+04d8 are in category 0 U+04d8 through U+04d9 are in category 0 U+04d9 through U+04da are in category 0 U+04da through U+04db are in category 0 U+04db through U+04dc are in category 0 U+04dc through U+04dd are in category 0 U+04dd through U+04de are in category 0 U+04de through U+04df are in category 0 U+04df through U+04e0 are in category 0 U+04e0 through U+04e1 are in category 0 U+04e1 through U+04e2 are in category 0 U+04e2 through U+04e3 are in category 0 U+04e3 through U+04e4 are in category 0 U+04e4 through U+04e5 are in category 0 U+04e5 through U+04e6 are in category 0 U+04e6 through U+04e7 are in category 0 U+04e7 through U+04e8 are in category 0 U+04e8 through U+04e9 are in category 0 U+04e9 through U+04ea are in category 0 U+04ea through U+04eb are in category 0 U+04eb through U+04ec are in category 0 U+04ec through U+04ed are in category 0 U+04ed through U+04ee are in category 0 U+04ee through U+04ef are in category 0 U+04ef through U+04f0 are in category 0 U+04f0 through U+04f1 are in category 0 U+04f1 through U+04f2 are in category 0 U+04f2 through U+04f3 are in category 0 U+04f3 through U+04f4 are in category 0 U+04f4 through U+04f5 are in category 0 U+04f5 through U+04f6 are in category 0 U+04f6 through U+04f7 are in category 0 U+04f7 through U+04f8 are in category 0 U+04f8 through U+04f9 are in category 0 U+04f9 through U+04fa are in category 0 U+04fa through U+04fb are in category 0 U+04fb through U+04fc are in category 0 U+04fc through U+04fd are in category 0 U+04fd through U+04fe are in category 0 U+04fe through U+04ff are in category 0 U+04ff through U+0500 are in category 0 U+0500 through U+0501 are in category 0 U+0501 through U+0502 are in category 0 U+0502 through U+0503 are in category 0 U+0503 through U+0504 are in category 0 U+0504 through U+0505 are in category 0 U+0505 through U+0506 are in category 0 U+0506 through U+0507 are in category 0 U+0507 through U+0508 are in category 0 U+0508 through U+0509 are in category 0 U+0509 through U+050a are in category 0 U+050a through U+050b are in category 0 U+050b through U+050c are in category 0 U+050c through U+050d are in category 0 U+050d through U+050e are in category 0 U+050e through U+050f are in category 0 U+050f through U+0510 are in category 0 U+0510 through U+0511 are in category 0 U+0511 through U+0512 are in category 0 U+0512 through U+0513 are in category 0 U+0513 through U+0514 are in category 0 U+0514 through U+0515 are in category 0 U+0515 through U+0516 are in category 0 U+0516 through U+0517 are in category 0 U+0517 through U+0518 are in category 0 U+0518 through U+0519 are in category 0 U+0519 through U+051a are in category 0 U+051a through U+051b are in category 0 U+051b through U+051c are in category 0 U+051c through U+051d are in category 0 U+051d through U+051e are in category 0 U+051e through U+051f are in category 0 U+051f through U+0520 are in category 0 U+0520 through U+0521 are in category 0 U+0521 through U+0522 are in category 0 U+0522 through U+0523 are in category 0 U+0523 through U+0524 are in category 0 U+0524 through U+0525 are in category 0 U+0525 through U+0526 are in category 0 U+0526 through U+0527 are in category 0 U+0527 through U+0528 are in category 0 U+0528 through U+0529 are in category 0 U+0529 through U+052a are in category 0 U+052a through U+052b are in category 0 U+052b through U+052c are in category 0 U+052c through U+052d are in category 0 U+052d through U+052e are in category 0 U+052e through U+052f are in category 0 U+052f through U+0530 are in category 0 U+0530 through U+0531 are in category 0 U+0531 through U+0557 are in category 0 U+0557 through U+0559 are in category 0 U+0559 through U+055a are in category 0 U+055a through U+0560 are in category 0 U+0560 through U+0561 are in category 0 U+0561 through U+0588 are in category 0 U+0588 through U+0589 are in category 0 U+0589 through U+058a are in category 0 U+058a through U+058b are in category 0 U+058b through U+058d are in category 0 U+058d through U+058f are in category 0 U+058f through U+0590 are in category 0 U+0590 through U+0591 are in category 0 U+0591 through U+05be are in category 0 U+05be through U+05bf are in category 0 U+05bf through U+05c0 are in category 0 U+05c0 through U+05c1 are in category 0 U+05c1 through U+05c3 are in category 0 U+05c3 through U+05c4 are in category 0 U+05c4 through U+05c6 are in category 0 U+05c6 through U+05c7 are in category 0 U+05c7 through U+05c8 are in category 0 U+05c8 through U+05d0 are in category 0 U+05d0 through U+05eb are in category 0 U+05eb through U+05f0 are in category 0 U+05f0 through U+05f3 are in category 0 U+05f3 through U+05f5 are in category 0 U+05f5 through U+0600 are in category 0 U+0600 through U+0606 are in category 0 U+0606 through U+0609 are in category 0 U+0609 through U+060b are in category 0 U+060b through U+060c are in category 0 U+060c through U+060e are in category 0 U+060e through U+0610 are in category 0 U+0610 through U+061b are in category 0 U+061b through U+061c are in category 0 U+061c through U+061d are in category 0 U+061d through U+061e are in category 0 U+061e through U+0620 are in category 0 U+0620 through U+0640 are in category 0 U+0640 through U+0641 are in category 0 U+0641 through U+064b are in category 0 U+064b through U+0660 are in category 0 U+0660 through U+066a are in category 0 U+066a through U+066e are in category 0 U+066e through U+0670 are in category 0 U+0670 through U+0671 are in category 0 U+0671 through U+06d4 are in category 0 U+06d4 through U+06d5 are in category 0 U+06d5 through U+06d6 are in category 0 U+06d6 through U+06dd are in category 0 U+06dd through U+06de are in category 0 U+06de through U+06df are in category 0 U+06df through U+06e5 are in category 0 U+06e5 through U+06e7 are in category 0 U+06e7 through U+06e9 are in category 0 U+06e9 through U+06ea are in category 0 U+06ea through U+06ee are in category 0 U+06ee through U+06f0 are in category 0 U+06f0 through U+06fa are in category 0 U+06fa through U+06fd are in category 0 U+06fd through U+06ff are in category 0 U+06ff through U+0700 are in category 0 U+0700 through U+070e are in category 0 U+070e through U+070f are in category 0 U+070f through U+0710 are in category 0 U+0710 through U+0711 are in category 0 U+0711 through U+0712 are in category 0 U+0712 through U+0730 are in category 0 U+0730 through U+074b are in category 0 U+074b through U+074d are in category 0 U+074d through U+07a6 are in category 0 U+07a6 through U+07b1 are in category 0 U+07b1 through U+07b2 are in category 0 U+07b2 through U+07c0 are in category 0 U+07c0 through U+07ca are in category 0 U+07ca through U+07eb are in category 0 U+07eb through U+07f4 are in category 0 U+07f4 through U+07f6 are in category 0 U+07f6 through U+07f7 are in category 0 U+07f7 through U+07fa are in category 0 U+07fa through U+07fb are in category 0 U+07fb through U+0800 are in category 0 U+0800 through U+0816 are in category 0 U+0816 through U+081a are in category 0 U+081a through U+081b are in category 0 U+081b through U+0824 are in category 0 U+0824 through U+0825 are in category 0 U+0825 through U+0828 are in category 0 U+0828 through U+0829 are in category 0 U+0829 through U+082e are in category 0 U+082e through U+0830 are in category 0 U+0830 through U+083f are in category 0 U+083f through U+0840 are in category 0 U+0840 through U+0859 are in category 0 U+0859 through U+085c are in category 0 U+085c through U+085e are in category 0 U+085e through U+085f are in category 0 U+085f through U+08a0 are in category 0 U+08a0 through U+08b5 are in category 0 U+08b5 through U+08e3 are in category 0 U+08e3 through U+0903 are in category 0 U+0903 through U+0904 are in category 0 U+0904 through U+093a are in category 0 U+093a through U+093b are in category 0 U+093b through U+093c are in category 0 U+093c through U+093d are in category 0 U+093d through U+093e are in category 0 U+093e through U+0941 are in category 0 U+0941 through U+0949 are in category 0 U+0949 through U+094d are in category 0 U+094d through U+094e are in category 0 U+094e through U+0950 are in category 0 U+0950 through U+0951 are in category 0 U+0951 through U+0958 are in category 0 U+0958 through U+0962 are in category 0 U+0962 through U+0964 are in category 0 U+0964 through U+0966 are in category 0 U+0966 through U+0970 are in category 0 U+0970 through U+0971 are in category 0 U+0971 through U+0972 are in category 0 U+0972 through U+0981 are in category 0 U+0981 through U+0982 are in category 0 U+0982 through U+0984 are in category 0 U+0984 through U+0985 are in category 0 U+0985 through U+098d are in category 0 U+098d through U+098f are in category 0 U+098f through U+0991 are in category 0 U+0991 through U+0993 are in category 0 U+0993 through U+09a9 are in category 0 U+09a9 through U+09aa are in category 0 U+09aa through U+09b1 are in category 0 U+09b1 through U+09b2 are in category 0 U+09b2 through U+09b3 are in category 0 U+09b3 through U+09b6 are in category 0 U+09b6 through U+09ba are in category 0 U+09ba through U+09bc are in category 0 U+09bc through U+09bd are in category 0 U+09bd through U+09be are in category 0 U+09be through U+09c1 are in category 0 U+09c1 through U+09c5 are in category 0 U+09c5 through U+09c7 are in category 0 U+09c7 through U+09c9 are in category 0 U+09c9 through U+09cb are in category 0 U+09cb through U+09cd are in category 0 U+09cd through U+09ce are in category 0 U+09ce through U+09cf are in category 0 U+09cf through U+09d7 are in category 0 U+09d7 through U+09d8 are in category 0 U+09d8 through U+09dc are in category 0 U+09dc through U+09de are in category 0 U+09de through U+09df are in category 0 U+09df through U+09e2 are in category 0 U+09e2 through U+09e4 are in category 0 U+09e4 through U+09e6 are in category 0 U+09e6 through U+09f0 are in category 0 U+09f0 through U+09f2 are in category 0 U+09f2 through U+09f4 are in category 0 U+09f4 through U+09fa are in category 0 U+09fa through U+09fb are in category 0 U+09fb through U+09fc are in category 0 U+09fc through U+0a01 are in category 0 U+0a01 through U+0a03 are in category 0 U+0a03 through U+0a04 are in category 0 U+0a04 through U+0a05 are in category 0 U+0a05 through U+0a0b are in category 0 U+0a0b through U+0a0f are in category 0 U+0a0f through U+0a11 are in category 0 U+0a11 through U+0a13 are in category 0 U+0a13 through U+0a29 are in category 0 U+0a29 through U+0a2a are in category 0 U+0a2a through U+0a31 are in category 0 U+0a31 through U+0a32 are in category 0 U+0a32 through U+0a34 are in category 0 U+0a34 through U+0a35 are in category 0 U+0a35 through U+0a37 are in category 0 U+0a37 through U+0a38 are in category 0 U+0a38 through U+0a3a are in category 0 U+0a3a through U+0a3c are in category 0 U+0a3c through U+0a3d are in category 0 U+0a3d through U+0a3e are in category 0 U+0a3e through U+0a41 are in category 0 U+0a41 through U+0a43 are in category 0 U+0a43 through U+0a47 are in category 0 U+0a47 through U+0a49 are in category 0 U+0a49 through U+0a4b are in category 0 U+0a4b through U+0a4e are in category 0 U+0a4e through U+0a51 are in category 0 U+0a51 through U+0a52 are in category 0 U+0a52 through U+0a59 are in ca
Process exited with code 137.
Output for 7.2.0
array(2) { ["BLOCK_CODE_BOPOMOFO_EXTENDED"]=> int(67) ["JG_MANICHAEAN_KAPH"]=> int(67) } U+0000 through U+0020 are in category 0 U+0020 through U+0021 are in category 0 U+0021 through U+0024 are in category 0 U+0024 through U+0025 are in category 0 U+0025 through U+0028 are in category 0 U+0028 through U+0029 are in category 0 U+0029 through U+002a are in category 0 U+002a through U+002b are in category 0 U+002b through U+002c are in category 0 U+002c through U+002d are in category 0 U+002d through U+002e are in category 0 U+002e through U+0030 are in category 0 U+0030 through U+003a are in category 0 U+003a through U+003c are in category 0 U+003c through U+003f are in category 0 U+003f through U+0041 are in category 0 U+0041 through U+005b are in category 0 U+005b through U+005c are in category 0 U+005c through U+005d are in category 0 U+005d through U+005e are in category 0 U+005e through U+005f are in category 0 U+005f through U+0060 are in category 0 U+0060 through U+0061 are in category 0 U+0061 through U+007b are in category 0 U+007b through U+007c are in category 0 U+007c through U+007d are in category 0 U+007d through U+007e are in category 0 U+007e through U+007f are in category 0 U+007f through U+00a0 are in category 0 U+00a0 through U+00a1 are in category 0 U+00a1 through U+00a2 are in category 0 U+00a2 through U+00a6 are in category 0 U+00a6 through U+00a7 are in category 0 U+00a7 through U+00a8 are in category 0 U+00a8 through U+00a9 are in category 0 U+00a9 through U+00aa are in category 0 U+00aa through U+00ab are in category 0 U+00ab through U+00ac are in category 0 U+00ac through U+00ad are in category 0 U+00ad through U+00ae are in category 0 U+00ae through U+00af are in category 0 U+00af through U+00b0 are in category 0 U+00b0 through U+00b1 are in category 0 U+00b1 through U+00b2 are in category 0 U+00b2 through U+00b4 are in category 0 U+00b4 through U+00b5 are in category 0 U+00b5 through U+00b6 are in category 0 U+00b6 through U+00b8 are in category 0 U+00b8 through U+00b9 are in category 0 U+00b9 through U+00ba are in category 0 U+00ba through U+00bb are in category 0 U+00bb through U+00bc are in category 0 U+00bc through U+00bf are in category 0 U+00bf through U+00c0 are in category 0 U+00c0 through U+00d7 are in category 0 U+00d7 through U+00d8 are in category 0 U+00d8 through U+00df are in category 0 U+00df through U+00f7 are in category 0 U+00f7 through U+00f8 are in category 0 U+00f8 through U+0100 are in category 0 U+0100 through U+0101 are in category 0 U+0101 through U+0102 are in category 0 U+0102 through U+0103 are in category 0 U+0103 through U+0104 are in category 0 U+0104 through U+0105 are in category 0 U+0105 through U+0106 are in category 0 U+0106 through U+0107 are in category 0 U+0107 through U+0108 are in category 0 U+0108 through U+0109 are in category 0 U+0109 through U+010a are in category 0 U+010a through U+010b are in category 0 U+010b through U+010c are in category 0 U+010c through U+010d are in category 0 U+010d through U+010e are in category 0 U+010e through U+010f are in category 0 U+010f through U+0110 are in category 0 U+0110 through U+0111 are in category 0 U+0111 through U+0112 are in category 0 U+0112 through U+0113 are in category 0 U+0113 through U+0114 are in category 0 U+0114 through U+0115 are in category 0 U+0115 through U+0116 are in category 0 U+0116 through U+0117 are in category 0 U+0117 through U+0118 are in category 0 U+0118 through U+0119 are in category 0 U+0119 through U+011a are in category 0 U+011a through U+011b are in category 0 U+011b through U+011c are in category 0 U+011c through U+011d are in category 0 U+011d through U+011e are in category 0 U+011e through U+011f are in category 0 U+011f through U+0120 are in category 0 U+0120 through U+0121 are in category 0 U+0121 through U+0122 are in category 0 U+0122 through U+0123 are in category 0 U+0123 through U+0124 are in category 0 U+0124 through U+0125 are in category 0 U+0125 through U+0126 are in category 0 U+0126 through U+0127 are in category 0 U+0127 through U+0128 are in category 0 U+0128 through U+0129 are in category 0 U+0129 through U+012a are in category 0 U+012a through U+012b are in category 0 U+012b through U+012c are in category 0 U+012c through U+012d are in category 0 U+012d through U+012e are in category 0 U+012e through U+012f are in category 0 U+012f through U+0130 are in category 0 U+0130 through U+0131 are in category 0 U+0131 through U+0132 are in category 0 U+0132 through U+0133 are in category 0 U+0133 through U+0134 are in category 0 U+0134 through U+0135 are in category 0 U+0135 through U+0136 are in category 0 U+0136 through U+0137 are in category 0 U+0137 through U+0139 are in category 0 U+0139 through U+013a are in category 0 U+013a through U+013b are in category 0 U+013b through U+013c are in category 0 U+013c through U+013d are in category 0 U+013d through U+013e are in category 0 U+013e through U+013f are in category 0 U+013f through U+0140 are in category 0 U+0140 through U+0141 are in category 0 U+0141 through U+0142 are in category 0 U+0142 through U+0143 are in category 0 U+0143 through U+0144 are in category 0 U+0144 through U+0145 are in category 0 U+0145 through U+0146 are in category 0 U+0146 through U+0147 are in category 0 U+0147 through U+0148 are in category 0 U+0148 through U+014a are in category 0 U+014a through U+014b are in category 0 U+014b through U+014c are in category 0 U+014c through U+014d are in category 0 U+014d through U+014e are in category 0 U+014e through U+014f are in category 0 U+014f through U+0150 are in category 0 U+0150 through U+0151 are in category 0 U+0151 through U+0152 are in category 0 U+0152 through U+0153 are in category 0 U+0153 through U+0154 are in category 0 U+0154 through U+0155 are in category 0 U+0155 through U+0156 are in category 0 U+0156 through U+0157 are in category 0 U+0157 through U+0158 are in category 0 U+0158 through U+0159 are in category 0 U+0159 through U+015a are in category 0 U+015a through U+015b are in category 0 U+015b through U+015c are in category 0 U+015c through U+015d are in category 0 U+015d through U+015e are in category 0 U+015e through U+015f are in category 0 U+015f through U+0160 are in category 0 U+0160 through U+0161 are in category 0 U+0161 through U+0162 are in category 0 U+0162 through U+0163 are in category 0 U+0163 through U+0164 are in category 0 U+0164 through U+0165 are in category 0 U+0165 through U+0166 are in category 0 U+0166 through U+0167 are in category 0 U+0167 through U+0168 are in category 0 U+0168 through U+0169 are in category 0 U+0169 through U+016a are in category 0 U+016a through U+016b are in category 0 U+016b through U+016c are in category 0 U+016c through U+016d are in category 0 U+016d through U+016e are in category 0 U+016e through U+016f are in category 0 U+016f through U+0170 are in category 0 U+0170 through U+0171 are in category 0 U+0171 through U+0172 are in category 0 U+0172 through U+0173 are in category 0 U+0173 through U+0174 are in category 0 U+0174 through U+0175 are in category 0 U+0175 through U+0176 are in category 0 U+0176 through U+0177 are in category 0 U+0177 through U+0178 are in category 0 U+0178 through U+017a are in category 0 U+017a through U+017b are in category 0 U+017b through U+017c are in category 0 U+017c through U+017d are in category 0 U+017d through U+017e are in category 0 U+017e through U+0181 are in category 0 U+0181 through U+0183 are in category 0 U+0183 through U+0184 are in category 0 U+0184 through U+0185 are in category 0 U+0185 through U+0186 are in category 0 U+0186 through U+0188 are in category 0 U+0188 through U+0189 are in category 0 U+0189 through U+018c are in category 0 U+018c through U+018e are in category 0 U+018e through U+0192 are in category 0 U+0192 through U+0193 are in category 0 U+0193 through U+0195 are in category 0 U+0195 through U+0196 are in category 0 U+0196 through U+0199 are in category 0 U+0199 through U+019c are in category 0 U+019c through U+019e are in category 0 U+019e through U+019f are in category 0 U+019f through U+01a1 are in category 0 U+01a1 through U+01a2 are in category 0 U+01a2 through U+01a3 are in category 0 U+01a3 through U+01a4 are in category 0 U+01a4 through U+01a5 are in category 0 U+01a5 through U+01a6 are in category 0 U+01a6 through U+01a8 are in category 0 U+01a8 through U+01a9 are in category 0 U+01a9 through U+01aa are in category 0 U+01aa through U+01ac are in category 0 U+01ac through U+01ad are in category 0 U+01ad through U+01ae are in category 0 U+01ae through U+01b0 are in category 0 U+01b0 through U+01b1 are in category 0 U+01b1 through U+01b4 are in category 0 U+01b4 through U+01b5 are in category 0 U+01b5 through U+01b6 are in category 0 U+01b6 through U+01b7 are in category 0 U+01b7 through U+01b9 are in category 0 U+01b9 through U+01bb are in category 0 U+01bb through U+01bc are in category 0 U+01bc through U+01bd are in category 0 U+01bd through U+01c0 are in category 0 U+01c0 through U+01c4 are in category 0 U+01c4 through U+01c5 are in category 0 U+01c5 through U+01c6 are in category 0 U+01c6 through U+01c7 are in category 0 U+01c7 through U+01c8 are in category 0 U+01c8 through U+01c9 are in category 0 U+01c9 through U+01ca are in category 0 U+01ca through U+01cb are in category 0 U+01cb through U+01cc are in category 0 U+01cc through U+01cd are in category 0 U+01cd through U+01ce are in category 0 U+01ce through U+01cf are in category 0 U+01cf through U+01d0 are in category 0 U+01d0 through U+01d1 are in category 0 U+01d1 through U+01d2 are in category 0 U+01d2 through U+01d3 are in category 0 U+01d3 through U+01d4 are in category 0 U+01d4 through U+01d5 are in category 0 U+01d5 through U+01d6 are in category 0 U+01d6 through U+01d7 are in category 0 U+01d7 through U+01d8 are in category 0 U+01d8 through U+01d9 are in category 0 U+01d9 through U+01da are in category 0 U+01da through U+01db are in category 0 U+01db through U+01dc are in category 0 U+01dc through U+01de are in category 0 U+01de through U+01df are in category 0 U+01df through U+01e0 are in category 0 U+01e0 through U+01e1 are in category 0 U+01e1 through U+01e2 are in category 0 U+01e2 through U+01e3 are in category 0 U+01e3 through U+01e4 are in category 0 U+01e4 through U+01e5 are in category 0 U+01e5 through U+01e6 are in category 0 U+01e6 through U+01e7 are in category 0 U+01e7 through U+01e8 are in category 0 U+01e8 through U+01e9 are in category 0 U+01e9 through U+01ea are in category 0 U+01ea through U+01eb are in category 0 U+01eb through U+01ec are in category 0 U+01ec through U+01ed are in category 0 U+01ed through U+01ee are in category 0 U+01ee through U+01ef are in category 0 U+01ef through U+01f1 are in category 0 U+01f1 through U+01f2 are in category 0 U+01f2 through U+01f3 are in category 0 U+01f3 through U+01f4 are in category 0 U+01f4 through U+01f5 are in category 0 U+01f5 through U+01f6 are in category 0 U+01f6 through U+01f9 are in category 0 U+01f9 through U+01fa are in category 0 U+01fa through U+01fb are in category 0 U+01fb through U+01fc are in category 0 U+01fc through U+01fd are in category 0 U+01fd through U+01fe are in category 0 U+01fe through U+01ff are in category 0 U+01ff through U+0200 are in category 0 U+0200 through U+0201 are in category 0 U+0201 through U+0202 are in category 0 U+0202 through U+0203 are in category 0 U+0203 through U+0204 are in category 0 U+0204 through U+0205 are in category 0 U+0205 through U+0206 are in category 0 U+0206 through U+0207 are in category 0 U+0207 through U+0208 are in category 0 U+0208 through U+0209 are in category 0 U+0209 through U+020a are in category 0 U+020a through U+020b are in category 0 U+020b through U+020c are in category 0 U+020c through U+020d are in category 0 U+020d through U+020e are in category 0 U+020e through U+020f are in category 0 U+020f through U+0210 are in category 0 U+0210 through U+0211 are in category 0 U+0211 through U+0212 are in category 0 U+0212 through U+0213 are in category 0 U+0213 through U+0214 are in category 0 U+0214 through U+0215 are in category 0 U+0215 through U+0216 are in category 0 U+0216 through U+0217 are in category 0 U+0217 through U+0218 are in category 0 U+0218 through U+0219 are in category 0 U+0219 through U+021a are in category 0 U+021a through U+021b are in category 0 U+021b through U+021c are in category 0 U+021c through U+021d are in category 0 U+021d through U+021e are in category 0 U+021e through U+021f are in category 0 U+021f through U+0220 are in category 0 U+0220 through U+0221 are in category 0 U+0221 through U+0222 are in category 0 U+0222 through U+0223 are in category 0 U+0223 through U+0224 are in category 0 U+0224 through U+0225 are in category 0 U+0225 through U+0226 are in category 0 U+0226 through U+0227 are in category 0 U+0227 through U+0228 are in category 0 U+0228 through U+0229 are in category 0 U+0229 through U+022a are in category 0 U+022a through U+022b are in category 0 U+022b through U+022c are in category 0 U+022c through U+022d are in category 0 U+022d through U+022e are in category 0 U+022e through U+022f are in category 0 U+022f through U+0230 are in category 0 U+0230 through U+0231 are in category 0 U+0231 through U+0232 are in category 0 U+0232 through U+0233 are in category 0 U+0233 through U+023a are in category 0 U+023a through U+023c are in category 0 U+023c through U+023d are in category 0 U+023d through U+023f are in category 0 U+023f through U+0241 are in category 0 U+0241 through U+0242 are in category 0 U+0242 through U+0243 are in category 0 U+0243 through U+0247 are in category 0 U+0247 through U+0248 are in category 0 U+0248 through U+0249 are in category 0 U+0249 through U+024a are in category 0 U+024a through U+024b are in category 0 U+024b through U+024c are in category 0 U+024c through U+024d are in category 0 U+024d through U+024e are in category 0 U+024e through U+024f are in category 0 U+024f through U+0294 are in category 0 U+0294 through U+0295 are in category 0 U+0295 through U+02b0 are in category 0 U+02b0 through U+02c2 are in category 0 U+02c2 through U+02c6 are in category 0 U+02c6 through U+02d2 are in category 0 U+02d2 through U+02e0 are in category 0 U+02e0 through U+02e5 are in category 0 U+02e5 through U+02ec are in category 0 U+02ec through U+02ed are in category 0 U+02ed through U+02ee are in category 0 U+02ee through U+02ef are in category 0 U+02ef through U+0300 are in category 0 U+0300 through U+0370 are in category 0 U+0370 through U+0371 are in category 0 U+0371 through U+0372 are in category 0 U+0372 through U+0373 are in category 0 U+0373 through U+0374 are in category 0 U+0374 through U+0375 are in category 0 U+0375 through U+0376 are in category 0 U+0376 through U+0377 are in category 0 U+0377 through U+0378 are in category 0 U+0378 through U+037a are in category 0 U+037a through U+037b are in category 0 U+037b through U+037e are in category 0 U+037e through U+037f are in category 0 U+037f through U+0380 are in category 0 U+0380 through U+0384 are in category 0 U+0384 through U+0386 are in category 0 U+0386 through U+0387 are in category 0 U+0387 through U+0388 are in category 0 U+0388 through U+038b are in category 0 U+038b through U+038c are in category 0 U+038c through U+038d are in category 0 U+038d through U+038e are in category 0 U+038e through U+0390 are in category 0 U+0390 through U+0391 are in category 0 U+0391 through U+03a2 are in category 0 U+03a2 through U+03a3 are in category 0 U+03a3 through U+03ac are in category 0 U+03ac through U+03cf are in category 0 U+03cf through U+03d0 are in category 0 U+03d0 through U+03d2 are in category 0 U+03d2 through U+03d5 are in category 0 U+03d5 through U+03d8 are in category 0 U+03d8 through U+03d9 are in category 0 U+03d9 through U+03da are in category 0 U+03da through U+03db are in category 0 U+03db through U+03dc are in category 0 U+03dc through U+03dd are in category 0 U+03dd through U+03de are in category 0 U+03de through U+03df are in category 0 U+03df through U+03e0 are in category 0 U+03e0 through U+03e1 are in category 0 U+03e1 through U+03e2 are in category 0 U+03e2 through U+03e3 are in category 0 U+03e3 through U+03e4 are in category 0 U+03e4 through U+03e5 are in category 0 U+03e5 through U+03e6 are in category 0 U+03e6 through U+03e7 are in category 0 U+03e7 through U+03e8 are in category 0 U+03e8 through U+03e9 are in category 0 U+03e9 through U+03ea are in category 0 U+03ea through U+03eb are in category 0 U+03eb through U+03ec are in category 0 U+03ec through U+03ed are in category 0 U+03ed through U+03ee are in category 0 U+03ee through U+03ef are in category 0 U+03ef through U+03f4 are in category 0 U+03f4 through U+03f5 are in category 0 U+03f5 through U+03f6 are in category 0 U+03f6 through U+03f7 are in category 0 U+03f7 through U+03f8 are in category 0 U+03f8 through U+03f9 are in category 0 U+03f9 through U+03fb are in category 0 U+03fb through U+03fd are in category 0 U+03fd through U+0430 are in category 0 U+0430 through U+0460 are in category 0 U+0460 through U+0461 are in category 0 U+0461 through U+0462 are in category 0 U+0462 through U+0463 are in category 0 U+0463 through U+0464 are in category 0 U+0464 through U+0465 are in category 0 U+0465 through U+0466 are in category 0 U+0466 through U+0467 are in category 0 U+0467 through U+0468 are in category 0 U+0468 through U+0469 are in category 0 U+0469 through U+046a are in category 0 U+046a through U+046b are in category 0 U+046b through U+046c are in category 0 U+046c through U+046d are in category 0 U+046d through U+046e are in category 0 U+046e through U+046f are in category 0 U+046f through U+0470 are in category 0 U+0470 through U+0471 are in category 0 U+0471 through U+0472 are in category 0 U+0472 through U+0473 are in category 0 U+0473 through U+0474 are in category 0 U+0474 through U+0475 are in category 0 U+0475 through U+0476 are in category 0 U+0476 through U+0477 are in category 0 U+0477 through U+0478 are in category 0 U+0478 through U+0479 are in category 0 U+0479 through U+047a are in category 0 U+047a through U+047b are in category 0 U+047b through U+047c are in category 0 U+047c through U+047d are in category 0 U+047d through U+047e are in category 0 U+047e through U+047f are in category 0 U+047f through U+0480 are in category 0 U+0480 through U+0481 are in category 0 U+0481 through U+0482 are in category 0 U+0482 through U+0483 are in category 0 U+0483 through U+0488 are in category 0 U+0488 through U+048a are in category 0 U+048a through U+048b are in category 0 U+048b through U+048c are in category 0 U+048c through U+048d are in category 0 U+048d through U+048e are in category 0 U+048e through U+048f are in category 0 U+048f through U+0490 are in category 0 U+0490 through U+0491 are in category 0 U+0491 through U+0492 are in category 0 U+0492 through U+0493 are in category 0 U+0493 through U+0494 are in category 0 U+0494 through U+0495 are in category 0 U+0495 through U+0496 are in category 0 U+0496 through U+0497 are in category 0 U+0497 through U+0498 are in category 0 U+0498 through U+0499 are in category 0 U+0499 through U+049a are in category 0 U+049a through U+049b are in category 0 U+049b through U+049c are in category 0 U+049c through U+049d are in category 0 U+049d through U+049e are in category 0 U+049e through U+049f are in category 0 U+049f through U+04a0 are in category 0 U+04a0 through U+04a1 are in category 0 U+04a1 through U+04a2 are in category 0 U+04a2 through U+04a3 are in category 0 U+04a3 through U+04a4 are in category 0 U+04a4 through U+04a5 are in category 0 U+04a5 through U+04a6 are in category 0 U+04a6 through U+04a7 are in category 0 U+04a7 through U+04a8 are in category 0 U+04a8 through U+04a9 are in category 0 U+04a9 through U+04aa are in category 0 U+04aa through U+04ab are in category 0 U+04ab through U+04ac are in category 0 U+04ac through U+04ad are in category 0 U+04ad through U+04ae are in category 0 U+04ae through U+04af are in category 0 U+04af through U+04b0 are in category 0 U+04b0 through U+04b1 are in category 0 U+04b1 through U+04b2 are in category 0 U+04b2 through U+04b3 are in category 0 U+04b3 through U+04b4 are in category 0 U+04b4 through U+04b5 are in category 0 U+04b5 through U+04b6 are in category 0 U+04b6 through U+04b7 are in category 0 U+04b7 through U+04b8 are in category 0 U+04b8 through U+04b9 are in category 0 U+04b9 through U+04ba are in category 0 U+04ba through U+04bb are in category 0 U+04bb through U+04bc are in category 0 U+04bc through U+04bd are in category 0 U+04bd through U+04be are in category 0 U+04be through U+04bf are in category 0 U+04bf through U+04c0 are in category 0 U+04c0 through U+04c2 are in category 0 U+04c2 through U+04c3 are in category 0 U+04c3 through U+04c4 are in category 0 U+04c4 through U+04c5 are in category 0 U+04c5 through U+04c6 are in category 0 U+04c6 through U+04c7 are in category 0 U+04c7 through U+04c8 are in category 0 U+04c8 through U+04c9 are in category 0 U+04c9 through U+04ca are in category 0 U+04ca through U+04cb are in category 0 U+04cb through U+04cc are in category 0 U+04cc through U+04cd are in category 0 U+04cd through U+04ce are in category 0 U+04ce through U+04d0 are in category 0 U+04d0 through U+04d1 are in category 0 U+04d1 through U+04d2 are in category 0 U+04d2 through U+04d3 are in category 0 U+04d3 through U+04d4 are in category 0 U+04d4 through U+04d5 are in category 0 U+04d5 through U+04d6 are in category 0 U+04d6 through U+04d7 are in category 0 U+04d7 through U+04d8 are in category 0 U+04d8 through U+04d9 are in category 0 U+04d9 through U+04da are in category 0 U+04da through U+04db are in category 0 U+04db through U+04dc are in category 0 U+04dc through U+04dd are in category 0 U+04dd through U+04de are in category 0 U+04de through U+04df are in category 0 U+04df through U+04e0 are in category 0 U+04e0 through U+04e1 are in category 0 U+04e1 through U+04e2 are in category 0 U+04e2 through U+04e3 are in category 0 U+04e3 through U+04e4 are in category 0 U+04e4 through U+04e5 are in category 0 U+04e5 through U+04e6 are in category 0 U+04e6 through U+04e7 are in category 0 U+04e7 through U+04e8 are in category 0 U+04e8 through U+04e9 are in category 0 U+04e9 through U+04ea are in category 0 U+04ea through U+04eb are in category 0 U+04eb through U+04ec are in category 0 U+04ec through U+04ed are in category 0 U+04ed through U+04ee are in category 0 U+04ee through U+04ef are in category 0 U+04ef through U+04f0 are in category 0 U+04f0 through U+04f1 are in category 0 U+04f1 through U+04f2 are in category 0 U+04f2 through U+04f3 are in category 0 U+04f3 through U+04f4 are in category 0 U+04f4 through U+04f5 are in category 0 U+04f5 through U+04f6 are in category 0 U+04f6 through U+04f7 are in category 0 U+04f7 through U+04f8 are in category 0 U+04f8 through U+04f9 are in category 0 U+04f9 through U+04fa are in category 0 U+04fa through U+04fb are in category 0 U+04fb through U+04fc are in category 0 U+04fc through U+04fd are in category 0 U+04fd through U+04fe are in category 0 U+04fe through U+04ff are in category 0 U+04ff through U+0500 are in category 0 U+0500 through U+0501 are in category 0 U+0501 through U+0502 are in category 0 U+0502 through U+0503 are in category 0 U+0503 through U+0504 are in category 0 U+0504 through U+0505 are in category 0 U+0505 through U+0506 are in category 0 U+0506 through U+0507 are in category 0 U+0507 through U+0508 are in category 0 U+0508 through U+0509 are in category 0 U+0509 through U+050a are in category 0 U+050a through U+050b are in category 0 U+050b through U+050c are in category 0 U+050c through U+050d are in category 0 U+050d through U+050e are in category 0 U+050e through U+050f are in category 0 U+050f through U+0510 are in category 0 U+0510 through U+0511 are in category 0 U+0511 through U+0512 are in category 0 U+0512 through U+0513 are in category 0 U+0513 through U+0514 are in category 0 U+0514 through U+0515 are in category 0 U+0515 through U+0516 are in category 0 U+0516 through U+0517 are in category 0 U+0517 through U+0518 are in category 0 U+0518 through U+0519 are in category 0 U+0519 through U+051a are in category 0 U+051a through U+051b are in category 0 U+051b through U+051c are in category 0 U+051c through U+051d are in category 0 U+051d through U+051e are in category 0 U+051e through U+051f are in category 0 U+051f through U+0520 are in category 0 U+0520 through U+0521 are in category 0 U+0521 through U+0522 are in category 0 U+0522 through U+0523 are in category 0 U+0523 through U+0524 are in category 0 U+0524 through U+0525 are in category 0 U+0525 through U+0526 are in category 0 U+0526 through U+0527 are in category 0 U+0527 through U+0528 are in category 0 U+0528 through U+0529 are in category 0 U+0529 through U+052a are in category 0 U+052a through U+052b are in category 0 U+052b through U+052c are in category 0 U+052c through U+052d are in category 0 U+052d through U+052e are in category 0 U+052e through U+052f are in category 0 U+052f through U+0530 are in category 0 U+0530 through U+0531 are in category 0 U+0531 through U+0557 are in category 0 U+0557 through U+0559 are in category 0 U+0559 through U+055a are in category 0 U+055a through U+0560 are in category 0 U+0560 through U+0561 are in category 0 U+0561 through U+0588 are in category 0 U+0588 through U+0589 are in category 0 U+0589 through U+058a are in category 0 U+058a through U+058b are in category 0 U+058b through U+058d are in category 0 U+058d through U+058f are in category 0 U+058f through U+0590 are in category 0 U+0590 through U+0591 are in category 0 U+0591 through U+05be are in category 0 U+05be through U+05bf are in category 0 U+05bf through U+05c0 are in category 0 U+05c0 through U+05c1 are in category 0 U+05c1 through U+05c3 are in category 0 U+05c3 through U+05c4 are in category 0 U+05c4 through U+05c6 are in category 0 U+05c6 through U+05c7 are in category 0 U+05c7 through U+05c8 are in category 0 U+05c8 through U+05d0 are in category 0 U+05d0 through U+05eb are in category 0 U+05eb through U+05f0 are in category 0 U+05f0 through U+05f3 are in category 0 U+05f3 through U+05f5 are in category 0 U+05f5 through U+0600 are in category 0 U+0600 through U+0606 are in category 0 U+0606 through U+0609 are in category 0 U+0609 through U+060b are in category 0 U+060b through U+060c are in category 0 U+060c through U+060e are in category 0 U+060e through U+0610 are in category 0 U+0610 through U+061b are in category 0 U+061b through U+061c are in category 0 U+061c through U+061d are in category 0 U+061d through U+061e are in category 0 U+061e through U+0620 are in category 0 U+0620 through U+0640 are in category 0 U+0640 through U+0641 are in category 0 U+0641 through U+064b are in category 0 U+064b through U+0660 are in category 0 U+0660 through U+066a are in category 0 U+066a through U+066e are in category 0 U+066e through U+0670 are in category 0 U+0670 through U+0671 are in category 0 U+0671 through U+06d4 are in category 0 U+06d4 through U+06d5 are in category 0 U+06d5 through U+06d6 are in category 0 U+06d6 through U+06dd are in category 0 U+06dd through U+06de are in category 0 U+06de through U+06df are in category 0 U+06df through U+06e5 are in category 0 U+06e5 through U+06e7 are in category 0 U+06e7 through U+06e9 are in category 0 U+06e9 through U+06ea are in category 0 U+06ea through U+06ee are in category 0 U+06ee through U+06f0 are in category 0 U+06f0 through U+06fa are in category 0 U+06fa through U+06fd are in category 0 U+06fd through U+06ff are in category 0 U+06ff through U+0700 are in category 0 U+0700 through U+070e are in category 0 U+070e through U+070f are in category 0 U+070f through U+0710 are in category 0 U+0710 through U+0711 are in category 0 U+0711 through U+0712 are in category 0 U+0712 through U+0730 are in category 0 U+0730 through U+074b are in category 0 U+074b through U+074d are in category 0 U+074d through U+07a6 are in category 0 U+07a6 through U+07b1 are in category 0 U+07b1 through U+07b2 are in category 0 U+07b2 through U+07c0 are in category 0 U+07c0 through U+07ca are in category 0 U+07ca through U+07eb are in category 0 U+07eb through U+07f4 are in category 0 U+07f4 through U+07f6 are in category 0 U+07f6 through U+07f7 are in category 0 U+07f7 through U+07fa are in category 0 U+07fa through U+07fb are in category 0 U+07fb through U+0800 are in category 0 U+0800 through U+0816 are in category 0 U+0816 through U+081a are in category 0 U+081a through U+081b are in category 0 U+081b through U+0824 are in category 0 U+0824 through U+0825 are in category 0 U+0825 through U+0828 are in category 0 U+0828 through U+0829 are in category 0 U+0829 through U+082e are in category 0 U+082e through U+0830 are in category 0 U+0830 through U+083f are in category 0 U+083f through U+0840 are in category 0 U+0840 through U+0859 are in category 0 U+0859 through U+085c are in category 0 U+085c through U+085e are in category 0 U+085e through U+085f are in category 0 U+085f through U+0860 are in category 0 U+0860 through U+086b are in category 0 U+086b through U+08a0 are in category 0 U+08a0 through U+08b5 are in category 0 U+08b5 through U+08b6 are in category 0 U+08b6 through U+08be are in category 0 U+08be through U+08d4 are in category 0 U+08d4 through U+08e2 are in category 0 U+08e2 through U+08e3 are in category 0 U+08e3 through U+0903 are in category 0 U+0903 through U+0904 are in category 0 U+0904 through U+093a are in category 0 U+093a through U+093b are in category 0 U+093b through U+093c are in category 0 U+093c through U+093d are in category 0 U+093d through U+093e are in category 0 U+093e through U+0941 are in category 0 U+0941 through U+0949 are in category 0 U+0949 through U+094d are in category 0 U+094d through U+094e are in category 0 U+094e through U+0950 are in category 0 U+0950 through U+0951 are in category 0 U+0951 through U+0958 are in category 0 U+0958 through U+0962 are in category 0 U+0962 through U+0964 are in category 0 U+0964 through U+0966 are in category 0 U+0966 through U+0970 are in category 0 U+0970 through U+0971 are in category 0 U+0971 through U+0972 are in category 0 U+0972 through U+0981 are in category 0 U+0981 through U+0982 are in category 0 U+0982 through U+0984 are in category 0 U+0984 through U+0985 are in category 0 U+0985 through U+098d are in category 0 U+098d through U+098f are in category 0 U+098f through U+0991 are in category 0 U+0991 through U+0993 are in category 0 U+0993 through U+09a9 are in category 0 U+09a9 through U+09aa are in category 0 U+09aa through U+09b1 are in category 0 U+09b1 through U+09b2 are in category 0 U+09b2 through U+09b3 are in category 0 U+09b3 through U+09b6 are in category 0 U+09b6 through U+09ba are in category 0 U+09ba through U+09bc are in category 0 U+09bc through U+09bd are in category 0 U+09bd through U+09be are in category 0 U+09be through U+09c1 are in category 0 U+09c1 through U+09c5 are in category 0 U+09c5 through U+09c7 are in category 0 U+09c7 through U+09c9 are in category 0 U+09c9 through U+09cb are in category 0 U+09cb through U+09cd are in category 0 U+09cd through U+09ce are in category 0 U+09ce through U+09cf are in category 0 U+09cf through U+09d7 are in category 0 U+09d7 through U+09d8 are in category 0 U+09d8 through U+09dc are in category 0 U+09dc through U+09de are in category 0 U+09de through U+09df are in category 0 U+09df through U+09e2 are in category 0 U+09e2 through U+09e4 are in category 0 U+09e4 through U+09e6 are in category 0 U+09e6 through U+09f0 are in category 0 U+09f0 through U+09f2 are in category 0 U+09f2 through U+09f4 are in category 0 U+09f4 through U+09fa are in category 0 U+09fa through U+09fb are in category 0 U+09fb through U+09fc are in category 0 U+09fc through U+09fd are in category 0 U+09fd through U+09fe are in category 0 U+09fe through U+0a01 are in category 0 U+0a01 through U+0a03 are in category 0 U+0a03 through U+0a04 are in category 0 U+0a04 through U+0a05 are in category 0 U+0a05 through U+0a0b are in category 0 U+0a0b through U+0a0f are in category 0 U+0a0f through U+0a11 are in category 0 U+0a11 through U+0a13 are in category 0 U+0a13 through U+0a29 are in category 0 U+0a29 through U+0a2a are in category 0 U+0a2a through U+0a31 are in category 0 U+0a31 through U+0a32 are in category 0 U+0a32 through U+0a34 are in category 0 U+0a34 through U+0a35 are in category 0 U+0a35 through U+0a37 are in category 0 U+0a37 through U+0a38 are in category 0 U+0a38 through U+0a3a are in category 0 U+0a3a through U+0a3c are in category 0 U+0a3c through U+0a3d are in category 0 U+0a3d through U+0a3e are in category 0 U+0a3e through U+0a41 are in ca
Process exited with code 137.
Output for 7.0.20, 7.1.0 - 7.1.10
array(2) { ["BLOCK_CODE_BOPOMOFO_EXTENDED"]=> int(67) ["JG_MANICHAEAN_KAPH"]=> int(67) } U+0000 through U+0020 are in category 0 U+0020 through U+0021 are in category 0 U+0021 through U+0024 are in category 0 U+0024 through U+0025 are in category 0 U+0025 through U+0028 are in category 0 U+0028 through U+0029 are in category 0 U+0029 through U+002a are in category 0 U+002a through U+002b are in category 0 U+002b through U+002c are in category 0 U+002c through U+002d are in category 0 U+002d through U+002e are in category 0 U+002e through U+0030 are in category 0 U+0030 through U+003a are in category 0 U+003a through U+003c are in category 0 U+003c through U+003f are in category 0 U+003f through U+0041 are in category 0 U+0041 through U+005b are in category 0 U+005b through U+005c are in category 0 U+005c through U+005d are in category 0 U+005d through U+005e are in category 0 U+005e through U+005f are in category 0 U+005f through U+0060 are in category 0 U+0060 through U+0061 are in category 0 U+0061 through U+007b are in category 0 U+007b through U+007c are in category 0 U+007c through U+007d are in category 0 U+007d through U+007e are in category 0 U+007e through U+007f are in category 0 U+007f through U+00a0 are in category 0 U+00a0 through U+00a1 are in category 0 U+00a1 through U+00a2 are in category 0 U+00a2 through U+00a6 are in category 0 U+00a6 through U+00a7 are in category 0 U+00a7 through U+00a8 are in category 0 U+00a8 through U+00a9 are in category 0 U+00a9 through U+00aa are in category 0 U+00aa through U+00ab are in category 0 U+00ab through U+00ac are in category 0 U+00ac through U+00ad are in category 0 U+00ad through U+00ae are in category 0 U+00ae through U+00af are in category 0 U+00af through U+00b0 are in category 0 U+00b0 through U+00b1 are in category 0 U+00b1 through U+00b2 are in category 0 U+00b2 through U+00b4 are in category 0 U+00b4 through U+00b5 are in category 0 U+00b5 through U+00b6 are in category 0 U+00b6 through U+00b8 are in category 0 U+00b8 through U+00b9 are in category 0 U+00b9 through U+00ba are in category 0 U+00ba through U+00bb are in category 0 U+00bb through U+00bc are in category 0 U+00bc through U+00bf are in category 0 U+00bf through U+00c0 are in category 0 U+00c0 through U+00d7 are in category 0 U+00d7 through U+00d8 are in category 0 U+00d8 through U+00df are in category 0 U+00df through U+00f7 are in category 0 U+00f7 through U+00f8 are in category 0 U+00f8 through U+0100 are in category 0 U+0100 through U+0101 are in category 0 U+0101 through U+0102 are in category 0 U+0102 through U+0103 are in category 0 U+0103 through U+0104 are in category 0 U+0104 through U+0105 are in category 0 U+0105 through U+0106 are in category 0 U+0106 through U+0107 are in category 0 U+0107 through U+0108 are in category 0 U+0108 through U+0109 are in category 0 U+0109 through U+010a are in category 0 U+010a through U+010b are in category 0 U+010b through U+010c are in category 0 U+010c through U+010d are in category 0 U+010d through U+010e are in category 0 U+010e through U+010f are in category 0 U+010f through U+0110 are in category 0 U+0110 through U+0111 are in category 0 U+0111 through U+0112 are in category 0 U+0112 through U+0113 are in category 0 U+0113 through U+0114 are in category 0 U+0114 through U+0115 are in category 0 U+0115 through U+0116 are in category 0 U+0116 through U+0117 are in category 0 U+0117 through U+0118 are in category 0 U+0118 through U+0119 are in category 0 U+0119 through U+011a are in category 0 U+011a through U+011b are in category 0 U+011b through U+011c are in category 0 U+011c through U+011d are in category 0 U+011d through U+011e are in category 0 U+011e through U+011f are in category 0 U+011f through U+0120 are in category 0 U+0120 through U+0121 are in category 0 U+0121 through U+0122 are in category 0 U+0122 through U+0123 are in category 0 U+0123 through U+0124 are in category 0 U+0124 through U+0125 are in category 0 U+0125 through U+0126 are in category 0 U+0126 through U+0127 are in category 0 U+0127 through U+0128 are in category 0 U+0128 through U+0129 are in category 0 U+0129 through U+012a are in category 0 U+012a through U+012b are in category 0 U+012b through U+012c are in category 0 U+012c through U+012d are in category 0 U+012d through U+012e are in category 0 U+012e through U+012f are in category 0 U+012f through U+0130 are in category 0 U+0130 through U+0131 are in category 0 U+0131 through U+0132 are in category 0 U+0132 through U+0133 are in category 0 U+0133 through U+0134 are in category 0 U+0134 through U+0135 are in category 0 U+0135 through U+0136 are in category 0 U+0136 through U+0137 are in category 0 U+0137 through U+0139 are in category 0 U+0139 through U+013a are in category 0 U+013a through U+013b are in category 0 U+013b through U+013c are in category 0 U+013c through U+013d are in category 0 U+013d through U+013e are in category 0 U+013e through U+013f are in category 0 U+013f through U+0140 are in category 0 U+0140 through U+0141 are in category 0 U+0141 through U+0142 are in category 0 U+0142 through U+0143 are in category 0 U+0143 through U+0144 are in category 0 U+0144 through U+0145 are in category 0 U+0145 through U+0146 are in category 0 U+0146 through U+0147 are in category 0 U+0147 through U+0148 are in category 0 U+0148 through U+014a are in category 0 U+014a through U+014b are in category 0 U+014b through U+014c are in category 0 U+014c through U+014d are in category 0 U+014d through U+014e are in category 0 U+014e through U+014f are in category 0 U+014f through U+0150 are in category 0 U+0150 through U+0151 are in category 0 U+0151 through U+0152 are in category 0 U+0152 through U+0153 are in category 0 U+0153 through U+0154 are in category 0 U+0154 through U+0155 are in category 0 U+0155 through U+0156 are in category 0 U+0156 through U+0157 are in category 0 U+0157 through U+0158 are in category 0 U+0158 through U+0159 are in category 0 U+0159 through U+015a are in category 0 U+015a through U+015b are in category 0 U+015b through U+015c are in category 0 U+015c through U+015d are in category 0 U+015d through U+015e are in category 0 U+015e through U+015f are in category 0 U+015f through U+0160 are in category 0 U+0160 through U+0161 are in category 0 U+0161 through U+0162 are in category 0 U+0162 through U+0163 are in category 0 U+0163 through U+0164 are in category 0 U+0164 through U+0165 are in category 0 U+0165 through U+0166 are in category 0 U+0166 through U+0167 are in category 0 U+0167 through U+0168 are in category 0 U+0168 through U+0169 are in category 0 U+0169 through U+016a are in category 0 U+016a through U+016b are in category 0 U+016b through U+016c are in category 0 U+016c through U+016d are in category 0 U+016d through U+016e are in category 0 U+016e through U+016f are in category 0 U+016f through U+0170 are in category 0 U+0170 through U+0171 are in category 0 U+0171 through U+0172 are in category 0 U+0172 through U+0173 are in category 0 U+0173 through U+0174 are in category 0 U+0174 through U+0175 are in category 0 U+0175 through U+0176 are in category 0 U+0176 through U+0177 are in category 0 U+0177 through U+0178 are in category 0 U+0178 through U+017a are in category 0 U+017a through U+017b are in category 0 U+017b through U+017c are in category 0 U+017c through U+017d are in category 0 U+017d through U+017e are in category 0 U+017e through U+0181 are in category 0 U+0181 through U+0183 are in category 0 U+0183 through U+0184 are in category 0 U+0184 through U+0185 are in category 0 U+0185 through U+0186 are in category 0 U+0186 through U+0188 are in category 0 U+0188 through U+0189 are in category 0 U+0189 through U+018c are in category 0 U+018c through U+018e are in category 0 U+018e through U+0192 are in category 0 U+0192 through U+0193 are in category 0 U+0193 through U+0195 are in category 0 U+0195 through U+0196 are in category 0 U+0196 through U+0199 are in category 0 U+0199 through U+019c are in category 0 U+019c through U+019e are in category 0 U+019e through U+019f are in category 0 U+019f through U+01a1 are in category 0 U+01a1 through U+01a2 are in category 0 U+01a2 through U+01a3 are in category 0 U+01a3 through U+01a4 are in category 0 U+01a4 through U+01a5 are in category 0 U+01a5 through U+01a6 are in category 0 U+01a6 through U+01a8 are in category 0 U+01a8 through U+01a9 are in category 0 U+01a9 through U+01aa are in category 0 U+01aa through U+01ac are in category 0 U+01ac through U+01ad are in category 0 U+01ad through U+01ae are in category 0 U+01ae through U+01b0 are in category 0 U+01b0 through U+01b1 are in category 0 U+01b1 through U+01b4 are in category 0 U+01b4 through U+01b5 are in category 0 U+01b5 through U+01b6 are in category 0 U+01b6 through U+01b7 are in category 0 U+01b7 through U+01b9 are in category 0 U+01b9 through U+01bb are in category 0 U+01bb through U+01bc are in category 0 U+01bc through U+01bd are in category 0 U+01bd through U+01c0 are in category 0 U+01c0 through U+01c4 are in category 0 U+01c4 through U+01c5 are in category 0 U+01c5 through U+01c6 are in category 0 U+01c6 through U+01c7 are in category 0 U+01c7 through U+01c8 are in category 0 U+01c8 through U+01c9 are in category 0 U+01c9 through U+01ca are in category 0 U+01ca through U+01cb are in category 0 U+01cb through U+01cc are in category 0 U+01cc through U+01cd are in category 0 U+01cd through U+01ce are in category 0 U+01ce through U+01cf are in category 0 U+01cf through U+01d0 are in category 0 U+01d0 through U+01d1 are in category 0 U+01d1 through U+01d2 are in category 0 U+01d2 through U+01d3 are in category 0 U+01d3 through U+01d4 are in category 0 U+01d4 through U+01d5 are in category 0 U+01d5 through U+01d6 are in category 0 U+01d6 through U+01d7 are in category 0 U+01d7 through U+01d8 are in category 0 U+01d8 through U+01d9 are in category 0 U+01d9 through U+01da are in category 0 U+01da through U+01db are in category 0 U+01db through U+01dc are in category 0 U+01dc through U+01de are in category 0 U+01de through U+01df are in category 0 U+01df through U+01e0 are in category 0 U+01e0 through U+01e1 are in category 0 U+01e1 through U+01e2 are in category 0 U+01e2 through U+01e3 are in category 0 U+01e3 through U+01e4 are in category 0 U+01e4 through U+01e5 are in category 0 U+01e5 through U+01e6 are in category 0 U+01e6 through U+01e7 are in category 0 U+01e7 through U+01e8 are in category 0 U+01e8 through U+01e9 are in category 0 U+01e9 through U+01ea are in category 0 U+01ea through U+01eb are in category 0 U+01eb through U+01ec are in category 0 U+01ec through U+01ed are in category 0 U+01ed through U+01ee are in category 0 U+01ee through U+01ef are in category 0 U+01ef through U+01f1 are in category 0 U+01f1 through U+01f2 are in category 0 U+01f2 through U+01f3 are in category 0 U+01f3 through U+01f4 are in category 0 U+01f4 through U+01f5 are in category 0 U+01f5 through U+01f6 are in category 0 U+01f6 through U+01f9 are in category 0 U+01f9 through U+01fa are in category 0 U+01fa through U+01fb are in category 0 U+01fb through U+01fc are in category 0 U+01fc through U+01fd are in category 0 U+01fd through U+01fe are in category 0 U+01fe through U+01ff are in category 0 U+01ff through U+0200 are in category 0 U+0200 through U+0201 are in category 0 U+0201 through U+0202 are in category 0 U+0202 through U+0203 are in category 0 U+0203 through U+0204 are in category 0 U+0204 through U+0205 are in category 0 U+0205 through U+0206 are in category 0 U+0206 through U+0207 are in category 0 U+0207 through U+0208 are in category 0 U+0208 through U+0209 are in category 0 U+0209 through U+020a are in category 0 U+020a through U+020b are in category 0 U+020b through U+020c are in category 0 U+020c through U+020d are in category 0 U+020d through U+020e are in category 0 U+020e through U+020f are in category 0 U+020f through U+0210 are in category 0 U+0210 through U+0211 are in category 0 U+0211 through U+0212 are in category 0 U+0212 through U+0213 are in category 0 U+0213 through U+0214 are in category 0 U+0214 through U+0215 are in category 0 U+0215 through U+0216 are in category 0 U+0216 through U+0217 are in category 0 U+0217 through U+0218 are in category 0 U+0218 through U+0219 are in category 0 U+0219 through U+021a are in category 0 U+021a through U+021b are in category 0 U+021b through U+021c are in category 0 U+021c through U+021d are in category 0 U+021d through U+021e are in category 0 U+021e through U+021f are in category 0 U+021f through U+0220 are in category 0 U+0220 through U+0221 are in category 0 U+0221 through U+0222 are in category 0 U+0222 through U+0223 are in category 0 U+0223 through U+0224 are in category 0 U+0224 through U+0225 are in category 0 U+0225 through U+0226 are in category 0 U+0226 through U+0227 are in category 0 U+0227 through U+0228 are in category 0 U+0228 through U+0229 are in category 0 U+0229 through U+022a are in category 0 U+022a through U+022b are in category 0 U+022b through U+022c are in category 0 U+022c through U+022d are in category 0 U+022d through U+022e are in category 0 U+022e through U+022f are in category 0 U+022f through U+0230 are in category 0 U+0230 through U+0231 are in category 0 U+0231 through U+0232 are in category 0 U+0232 through U+0233 are in category 0 U+0233 through U+023a are in category 0 U+023a through U+023c are in category 0 U+023c through U+023d are in category 0 U+023d through U+023f are in category 0 U+023f through U+0241 are in category 0 U+0241 through U+0242 are in category 0 U+0242 through U+0243 are in category 0 U+0243 through U+0247 are in category 0 U+0247 through U+0248 are in category 0 U+0248 through U+0249 are in category 0 U+0249 through U+024a are in category 0 U+024a through U+024b are in category 0 U+024b through U+024c are in category 0 U+024c through U+024d are in category 0 U+024d through U+024e are in category 0 U+024e through U+024f are in category 0 U+024f through U+0294 are in category 0 U+0294 through U+0295 are in category 0 U+0295 through U+02b0 are in category 0 U+02b0 through U+02c2 are in category 0 U+02c2 through U+02c6 are in category 0 U+02c6 through U+02d2 are in category 0 U+02d2 through U+02e0 are in category 0 U+02e0 through U+02e5 are in category 0 U+02e5 through U+02ec are in category 0 U+02ec through U+02ed are in category 0 U+02ed through U+02ee are in category 0 U+02ee through U+02ef are in category 0 U+02ef through U+0300 are in category 0 U+0300 through U+0370 are in category 0 U+0370 through U+0371 are in category 0 U+0371 through U+0372 are in category 0 U+0372 through U+0373 are in category 0 U+0373 through U+0374 are in category 0 U+0374 through U+0375 are in category 0 U+0375 through U+0376 are in category 0 U+0376 through U+0377 are in category 0 U+0377 through U+0378 are in category 0 U+0378 through U+037a are in category 0 U+037a through U+037b are in category 0 U+037b through U+037e are in category 0 U+037e through U+037f are in category 0 U+037f through U+0380 are in category 0 U+0380 through U+0384 are in category 0 U+0384 through U+0386 are in category 0 U+0386 through U+0387 are in category 0 U+0387 through U+0388 are in category 0 U+0388 through U+038b are in category 0 U+038b through U+038c are in category 0 U+038c through U+038d are in category 0 U+038d through U+038e are in category 0 U+038e through U+0390 are in category 0 U+0390 through U+0391 are in category 0 U+0391 through U+03a2 are in category 0 U+03a2 through U+03a3 are in category 0 U+03a3 through U+03ac are in category 0 U+03ac through U+03cf are in category 0 U+03cf through U+03d0 are in category 0 U+03d0 through U+03d2 are in category 0 U+03d2 through U+03d5 are in category 0 U+03d5 through U+03d8 are in category 0 U+03d8 through U+03d9 are in category 0 U+03d9 through U+03da are in category 0 U+03da through U+03db are in category 0 U+03db through U+03dc are in category 0 U+03dc through U+03dd are in category 0 U+03dd through U+03de are in category 0 U+03de through U+03df are in category 0 U+03df through U+03e0 are in category 0 U+03e0 through U+03e1 are in category 0 U+03e1 through U+03e2 are in category 0 U+03e2 through U+03e3 are in category 0 U+03e3 through U+03e4 are in category 0 U+03e4 through U+03e5 are in category 0 U+03e5 through U+03e6 are in category 0 U+03e6 through U+03e7 are in category 0 U+03e7 through U+03e8 are in category 0 U+03e8 through U+03e9 are in category 0 U+03e9 through U+03ea are in category 0 U+03ea through U+03eb are in category 0 U+03eb through U+03ec are in category 0 U+03ec through U+03ed are in category 0 U+03ed through U+03ee are in category 0 U+03ee through U+03ef are in category 0 U+03ef through U+03f4 are in category 0 U+03f4 through U+03f5 are in category 0 U+03f5 through U+03f6 are in category 0 U+03f6 through U+03f7 are in category 0 U+03f7 through U+03f8 are in category 0 U+03f8 through U+03f9 are in category 0 U+03f9 through U+03fb are in category 0 U+03fb through U+03fd are in category 0 U+03fd through U+0430 are in category 0 U+0430 through U+0460 are in category 0 U+0460 through U+0461 are in category 0 U+0461 through U+0462 are in category 0 U+0462 through U+0463 are in category 0 U+0463 through U+0464 are in category 0 U+0464 through U+0465 are in category 0 U+0465 through U+0466 are in category 0 U+0466 through U+0467 are in category 0 U+0467 through U+0468 are in category 0 U+0468 through U+0469 are in category 0 U+0469 through U+046a are in category 0 U+046a through U+046b are in category 0 U+046b through U+046c are in category 0 U+046c through U+046d are in category 0 U+046d through U+046e are in category 0 U+046e through U+046f are in category 0 U+046f through U+0470 are in category 0 U+0470 through U+0471 are in category 0 U+0471 through U+0472 are in category 0 U+0472 through U+0473 are in category 0 U+0473 through U+0474 are in category 0 U+0474 through U+0475 are in category 0 U+0475 through U+0476 are in category 0 U+0476 through U+0477 are in category 0 U+0477 through U+0478 are in category 0 U+0478 through U+0479 are in category 0 U+0479 through U+047a are in category 0 U+047a through U+047b are in category 0 U+047b through U+047c are in category 0 U+047c through U+047d are in category 0 U+047d through U+047e are in category 0 U+047e through U+047f are in category 0 U+047f through U+0480 are in category 0 U+0480 through U+0481 are in category 0 U+0481 through U+0482 are in category 0 U+0482 through U+0483 are in category 0 U+0483 through U+0488 are in category 0 U+0488 through U+048a are in category 0 U+048a through U+048b are in category 0 U+048b through U+048c are in category 0 U+048c through U+048d are in category 0 U+048d through U+048e are in category 0 U+048e through U+048f are in category 0 U+048f through U+0490 are in category 0 U+0490 through U+0491 are in category 0 U+0491 through U+0492 are in category 0 U+0492 through U+0493 are in category 0 U+0493 through U+0494 are in category 0 U+0494 through U+0495 are in category 0 U+0495 through U+0496 are in category 0 U+0496 through U+0497 are in category 0 U+0497 through U+0498 are in category 0 U+0498 through U+0499 are in category 0 U+0499 through U+049a are in category 0 U+049a through U+049b are in category 0 U+049b through U+049c are in category 0 U+049c through U+049d are in category 0 U+049d through U+049e are in category 0 U+049e through U+049f are in category 0 U+049f through U+04a0 are in category 0 U+04a0 through U+04a1 are in category 0 U+04a1 through U+04a2 are in category 0 U+04a2 through U+04a3 are in category 0 U+04a3 through U+04a4 are in category 0 U+04a4 through U+04a5 are in category 0 U+04a5 through U+04a6 are in category 0 U+04a6 through U+04a7 are in category 0 U+04a7 through U+04a8 are in category 0 U+04a8 through U+04a9 are in category 0 U+04a9 through U+04aa are in category 0 U+04aa through U+04ab are in category 0 U+04ab through U+04ac are in category 0 U+04ac through U+04ad are in category 0 U+04ad through U+04ae are in category 0 U+04ae through U+04af are in category 0 U+04af through U+04b0 are in category 0 U+04b0 through U+04b1 are in category 0 U+04b1 through U+04b2 are in category 0 U+04b2 through U+04b3 are in category 0 U+04b3 through U+04b4 are in category 0 U+04b4 through U+04b5 are in category 0 U+04b5 through U+04b6 are in category 0 U+04b6 through U+04b7 are in category 0 U+04b7 through U+04b8 are in category 0 U+04b8 through U+04b9 are in category 0 U+04b9 through U+04ba are in category 0 U+04ba through U+04bb are in category 0 U+04bb through U+04bc are in category 0 U+04bc through U+04bd are in category 0 U+04bd through U+04be are in category 0 U+04be through U+04bf are in category 0 U+04bf through U+04c0 are in category 0 U+04c0 through U+04c2 are in category 0 U+04c2 through U+04c3 are in category 0 U+04c3 through U+04c4 are in category 0 U+04c4 through U+04c5 are in category 0 U+04c5 through U+04c6 are in category 0 U+04c6 through U+04c7 are in category 0 U+04c7 through U+04c8 are in category 0 U+04c8 through U+04c9 are in category 0 U+04c9 through U+04ca are in category 0 U+04ca through U+04cb are in category 0 U+04cb through U+04cc are in category 0 U+04cc through U+04cd are in category 0 U+04cd through U+04ce are in category 0 U+04ce through U+04d0 are in category 0 U+04d0 through U+04d1 are in category 0 U+04d1 through U+04d2 are in category 0 U+04d2 through U+04d3 are in category 0 U+04d3 through U+04d4 are in category 0 U+04d4 through U+04d5 are in category 0 U+04d5 through U+04d6 are in category 0 U+04d6 through U+04d7 are in category 0 U+04d7 through U+04d8 are in category 0 U+04d8 through U+04d9 are in category 0 U+04d9 through U+04da are in category 0 U+04da through U+04db are in category 0 U+04db through U+04dc are in category 0 U+04dc through U+04dd are in category 0 U+04dd through U+04de are in category 0 U+04de through U+04df are in category 0 U+04df through U+04e0 are in category 0 U+04e0 through U+04e1 are in category 0 U+04e1 through U+04e2 are in category 0 U+04e2 through U+04e3 are in category 0 U+04e3 through U+04e4 are in category 0 U+04e4 through U+04e5 are in category 0 U+04e5 through U+04e6 are in category 0 U+04e6 through U+04e7 are in category 0 U+04e7 through U+04e8 are in category 0 U+04e8 through U+04e9 are in category 0 U+04e9 through U+04ea are in category 0 U+04ea through U+04eb are in category 0 U+04eb through U+04ec are in category 0 U+04ec through U+04ed are in category 0 U+04ed through U+04ee are in category 0 U+04ee through U+04ef are in category 0 U+04ef through U+04f0 are in category 0 U+04f0 through U+04f1 are in category 0 U+04f1 through U+04f2 are in category 0 U+04f2 through U+04f3 are in category 0 U+04f3 through U+04f4 are in category 0 U+04f4 through U+04f5 are in category 0 U+04f5 through U+04f6 are in category 0 U+04f6 through U+04f7 are in category 0 U+04f7 through U+04f8 are in category 0 U+04f8 through U+04f9 are in category 0 U+04f9 through U+04fa are in category 0 U+04fa through U+04fb are in category 0 U+04fb through U+04fc are in category 0 U+04fc through U+04fd are in category 0 U+04fd through U+04fe are in category 0 U+04fe through U+04ff are in category 0 U+04ff through U+0500 are in category 0 U+0500 through U+0501 are in category 0 U+0501 through U+0502 are in category 0 U+0502 through U+0503 are in category 0 U+0503 through U+0504 are in category 0 U+0504 through U+0505 are in category 0 U+0505 through U+0506 are in category 0 U+0506 through U+0507 are in category 0 U+0507 through U+0508 are in category 0 U+0508 through U+0509 are in category 0 U+0509 through U+050a are in category 0 U+050a through U+050b are in category 0 U+050b through U+050c are in category 0 U+050c through U+050d are in category 0 U+050d through U+050e are in category 0 U+050e through U+050f are in category 0 U+050f through U+0510 are in category 0 U+0510 through U+0511 are in category 0 U+0511 through U+0512 are in category 0 U+0512 through U+0513 are in category 0 U+0513 through U+0514 are in category 0 U+0514 through U+0515 are in category 0 U+0515 through U+0516 are in category 0 U+0516 through U+0517 are in category 0 U+0517 through U+0518 are in category 0 U+0518 through U+0519 are in category 0 U+0519 through U+051a are in category 0 U+051a through U+051b are in category 0 U+051b through U+051c are in category 0 U+051c through U+051d are in category 0 U+051d through U+051e are in category 0 U+051e through U+051f are in category 0 U+051f through U+0520 are in category 0 U+0520 through U+0521 are in category 0 U+0521 through U+0522 are in category 0 U+0522 through U+0523 are in category 0 U+0523 through U+0524 are in category 0 U+0524 through U+0525 are in category 0 U+0525 through U+0526 are in category 0 U+0526 through U+0527 are in category 0 U+0527 through U+0528 are in category 0 U+0528 through U+0529 are in category 0 U+0529 through U+052a are in category 0 U+052a through U+052b are in category 0 U+052b through U+052c are in category 0 U+052c through U+052d are in category 0 U+052d through U+052e are in category 0 U+052e through U+052f are in category 0 U+052f through U+0530 are in category 0 U+0530 through U+0531 are in category 0 U+0531 through U+0557 are in category 0 U+0557 through U+0559 are in category 0 U+0559 through U+055a are in category 0 U+055a through U+0560 are in category 0 U+0560 through U+0561 are in category 0 U+0561 through U+0588 are in category 0 U+0588 through U+0589 are in category 0 U+0589 through U+058a are in category 0 U+058a through U+058b are in category 0 U+058b through U+058d are in category 0 U+058d through U+058f are in category 0 U+058f through U+0590 are in category 0 U+0590 through U+0591 are in category 0 U+0591 through U+05be are in category 0 U+05be through U+05bf are in category 0 U+05bf through U+05c0 are in category 0 U+05c0 through U+05c1 are in category 0 U+05c1 through U+05c3 are in category 0 U+05c3 through U+05c4 are in category 0 U+05c4 through U+05c6 are in category 0 U+05c6 through U+05c7 are in category 0 U+05c7 through U+05c8 are in category 0 U+05c8 through U+05d0 are in category 0 U+05d0 through U+05eb are in category 0 U+05eb through U+05f0 are in category 0 U+05f0 through U+05f3 are in category 0 U+05f3 through U+05f5 are in category 0 U+05f5 through U+0600 are in category 0 U+0600 through U+0606 are in category 0 U+0606 through U+0609 are in category 0 U+0609 through U+060b are in category 0 U+060b through U+060c are in category 0 U+060c through U+060e are in category 0 U+060e through U+0610 are in category 0 U+0610 through U+061b are in category 0 U+061b through U+061c are in category 0 U+061c through U+061d are in category 0 U+061d through U+061e are in category 0 U+061e through U+0620 are in category 0 U+0620 through U+0640 are in category 0 U+0640 through U+0641 are in category 0 U+0641 through U+064b are in category 0 U+064b through U+0660 are in category 0 U+0660 through U+066a are in category 0 U+066a through U+066e are in category 0 U+066e through U+0670 are in category 0 U+0670 through U+0671 are in category 0 U+0671 through U+06d4 are in category 0 U+06d4 through U+06d5 are in category 0 U+06d5 through U+06d6 are in category 0 U+06d6 through U+06dd are in category 0 U+06dd through U+06de are in category 0 U+06de through U+06df are in category 0 U+06df through U+06e5 are in category 0 U+06e5 through U+06e7 are in category 0 U+06e7 through U+06e9 are in category 0 U+06e9 through U+06ea are in category 0 U+06ea through U+06ee are in category 0 U+06ee through U+06f0 are in category 0 U+06f0 through U+06fa are in category 0 U+06fa through U+06fd are in category 0 U+06fd through U+06ff are in category 0 U+06ff through U+0700 are in category 0 U+0700 through U+070e are in category 0 U+070e through U+070f are in category 0 U+070f through U+0710 are in category 0 U+0710 through U+0711 are in category 0 U+0711 through U+0712 are in category 0 U+0712 through U+0730 are in category 0 U+0730 through U+074b are in category 0 U+074b through U+074d are in category 0 U+074d through U+07a6 are in category 0 U+07a6 through U+07b1 are in category 0 U+07b1 through U+07b2 are in category 0 U+07b2 through U+07c0 are in category 0 U+07c0 through U+07ca are in category 0 U+07ca through U+07eb are in category 0 U+07eb through U+07f4 are in category 0 U+07f4 through U+07f6 are in category 0 U+07f6 through U+07f7 are in category 0 U+07f7 through U+07fa are in category 0 U+07fa through U+07fb are in category 0 U+07fb through U+0800 are in category 0 U+0800 through U+0816 are in category 0 U+0816 through U+081a are in category 0 U+081a through U+081b are in category 0 U+081b through U+0824 are in category 0 U+0824 through U+0825 are in category 0 U+0825 through U+0828 are in category 0 U+0828 through U+0829 are in category 0 U+0829 through U+082e are in category 0 U+082e through U+0830 are in category 0 U+0830 through U+083f are in category 0 U+083f through U+0840 are in category 0 U+0840 through U+0859 are in category 0 U+0859 through U+085c are in category 0 U+085c through U+085e are in category 0 U+085e through U+085f are in category 0 U+085f through U+08a0 are in category 0 U+08a0 through U+08b5 are in category 0 U+08b5 through U+08b6 are in category 0 U+08b6 through U+08be are in category 0 U+08be through U+08d4 are in category 0 U+08d4 through U+08e2 are in category 0 U+08e2 through U+08e3 are in category 0 U+08e3 through U+0903 are in category 0 U+0903 through U+0904 are in category 0 U+0904 through U+093a are in category 0 U+093a through U+093b are in category 0 U+093b through U+093c are in category 0 U+093c through U+093d are in category 0 U+093d through U+093e are in category 0 U+093e through U+0941 are in category 0 U+0941 through U+0949 are in category 0 U+0949 through U+094d are in category 0 U+094d through U+094e are in category 0 U+094e through U+0950 are in category 0 U+0950 through U+0951 are in category 0 U+0951 through U+0958 are in category 0 U+0958 through U+0962 are in category 0 U+0962 through U+0964 are in category 0 U+0964 through U+0966 are in category 0 U+0966 through U+0970 are in category 0 U+0970 through U+0971 are in category 0 U+0971 through U+0972 are in category 0 U+0972 through U+0981 are in category 0 U+0981 through U+0982 are in category 0 U+0982 through U+0984 are in category 0 U+0984 through U+0985 are in category 0 U+0985 through U+098d are in category 0 U+098d through U+098f are in category 0 U+098f through U+0991 are in category 0 U+0991 through U+0993 are in category 0 U+0993 through U+09a9 are in category 0 U+09a9 through U+09aa are in category 0 U+09aa through U+09b1 are in category 0 U+09b1 through U+09b2 are in category 0 U+09b2 through U+09b3 are in category 0 U+09b3 through U+09b6 are in category 0 U+09b6 through U+09ba are in category 0 U+09ba through U+09bc are in category 0 U+09bc through U+09bd are in category 0 U+09bd through U+09be are in category 0 U+09be through U+09c1 are in category 0 U+09c1 through U+09c5 are in category 0 U+09c5 through U+09c7 are in category 0 U+09c7 through U+09c9 are in category 0 U+09c9 through U+09cb are in category 0 U+09cb through U+09cd are in category 0 U+09cd through U+09ce are in category 0 U+09ce through U+09cf are in category 0 U+09cf through U+09d7 are in category 0 U+09d7 through U+09d8 are in category 0 U+09d8 through U+09dc are in category 0 U+09dc through U+09de are in category 0 U+09de through U+09df are in category 0 U+09df through U+09e2 are in category 0 U+09e2 through U+09e4 are in category 0 U+09e4 through U+09e6 are in category 0 U+09e6 through U+09f0 are in category 0 U+09f0 through U+09f2 are in category 0 U+09f2 through U+09f4 are in category 0 U+09f4 through U+09fa are in category 0 U+09fa through U+09fb are in category 0 U+09fb through U+09fc are in category 0 U+09fc through U+0a01 are in category 0 U+0a01 through U+0a03 are in category 0 U+0a03 through U+0a04 are in category 0 U+0a04 through U+0a05 are in category 0 U+0a05 through U+0a0b are in category 0 U+0a0b through U+0a0f are in category 0 U+0a0f through U+0a11 are in category 0 U+0a11 through U+0a13 are in category 0 U+0a13 through U+0a29 are in category 0 U+0a29 through U+0a2a are in category 0 U+0a2a through U+0a31 are in category 0 U+0a31 through U+0a32 are in category 0 U+0a32 through U+0a34 are in category 0 U+0a34 through U+0a35 are in category 0 U+0a35 through U+0a37 are in category 0 U+0a37 through U+0a38 are in category 0 U+0a38 through U+0a3a are in category 0 U+0a3a through U+0a3c are in category 0 U+0a3c through U+0a3d are in category 0 U+0a3d through U+0a3e are in category 0 U+0a3e through U+0a41 are in category 0 U+0a41 through U+0a43 are in category 0 U+0a43 through U+0a47 are in category 0 U+0a47 through U+0a49 are in category 0 U+0a49 through U+0a4b are in ca
Process exited with code 137.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28
Fatal error: Uncaught exception 'ReflectionException' with message 'Class IntlChar does not exist' in /in/VgLsp:3 Stack trace: #0 /in/VgLsp(3): ReflectionClass->__construct('IntlChar') #1 {main} thrown in /in/VgLsp on line 3
Process exited with code 255.

preferences:
327.41 ms | 402 KiB | 269 Q