/usr/share/perl/5.22.1/Unicode/UCD.pm is in perl-modules-5.22 5.22.1-9.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 | package Unicode::UCD;
use strict;
use warnings;
no warnings 'surrogate'; # surrogates can be inputs to this
use charnames ();
our $VERSION = '0.61';
require Exporter;
our @ISA = qw(Exporter);
our @EXPORT_OK = qw(charinfo
charblock charscript
charblocks charscripts
charinrange
charprop
charprops_all
general_categories bidi_types
compexcl
casefold all_casefolds casespec
namedseq
num
prop_aliases
prop_value_aliases
prop_values
prop_invlist
prop_invmap
search_invlist
MAX_CP
);
use Carp;
sub IS_ASCII_PLATFORM { ord("A") == 65 }
=head1 NAME
Unicode::UCD - Unicode character database
=head1 SYNOPSIS
use Unicode::UCD 'charinfo';
my $charinfo = charinfo($codepoint);
use Unicode::UCD 'charprop';
my $value = charprop($codepoint, $property);
use Unicode::UCD 'charprops_all';
my $all_values_hash_ref = charprops_all($codepoint);
use Unicode::UCD 'casefold';
my $casefold = casefold($codepoint);
use Unicode::UCD 'all_casefolds';
my $all_casefolds_ref = all_casefolds();
use Unicode::UCD 'casespec';
my $casespec = casespec($codepoint);
use Unicode::UCD 'charblock';
my $charblock = charblock($codepoint);
use Unicode::UCD 'charscript';
my $charscript = charscript($codepoint);
use Unicode::UCD 'charblocks';
my $charblocks = charblocks();
use Unicode::UCD 'charscripts';
my $charscripts = charscripts();
use Unicode::UCD qw(charscript charinrange);
my $range = charscript($script);
print "looks like $script\n" if charinrange($range, $codepoint);
use Unicode::UCD qw(general_categories bidi_types);
my $categories = general_categories();
my $types = bidi_types();
use Unicode::UCD 'prop_aliases';
my @space_names = prop_aliases("space");
use Unicode::UCD 'prop_value_aliases';
my @gc_punct_names = prop_value_aliases("Gc", "Punct");
use Unicode::UCD 'prop_values';
my @all_EA_short_names = prop_values("East_Asian_Width");
use Unicode::UCD 'prop_invlist';
my @puncts = prop_invlist("gc=punctuation");
use Unicode::UCD 'prop_invmap';
my ($list_ref, $map_ref, $format, $missing)
= prop_invmap("General Category");
use Unicode::UCD 'search_invlist';
my $index = search_invlist(\@invlist, $code_point);
use Unicode::UCD 'compexcl';
my $compexcl = compexcl($codepoint);
use Unicode::UCD 'namedseq';
my $namedseq = namedseq($named_sequence_name);
my $unicode_version = Unicode::UCD::UnicodeVersion();
my $convert_to_numeric =
Unicode::UCD::num("\N{RUMI DIGIT ONE}\N{RUMI DIGIT TWO}");
=head1 DESCRIPTION
The Unicode::UCD module offers a series of functions that
provide a simple interface to the Unicode
Character Database.
=head2 code point argument
Some of the functions are called with a I<code point argument>, which is either
a decimal or a hexadecimal scalar designating a code point in the platform's
native character set (extended to Unicode), or a string containing C<U+>
followed by hexadecimals
designating a Unicode code point. A leading 0 will force a hexadecimal
interpretation, as will a hexadecimal digit that isn't a decimal digit.
Examples:
223 # Decimal 223 in native character set
0223 # Hexadecimal 223, native (= 547 decimal)
0xDF # Hexadecimal DF, native (= 223 decimal
'U+DF' # Hexadecimal DF, in Unicode's character set
(= LATIN SMALL LETTER SHARP S)
Note that the largest code point in Unicode is U+10FFFF.
=cut
my $BLOCKSFH;
my $VERSIONFH;
my $CASEFOLDFH;
my $CASESPECFH;
my $NAMEDSEQFH;
my $v_unicode_version; # v-string.
sub openunicode {
my ($rfh, @path) = @_;
my $f;
unless (defined $$rfh) {
for my $d (@INC) {
use File::Spec;
$f = File::Spec->catfile($d, "unicore", @path);
last if open($$rfh, $f);
undef $f;
}
croak __PACKAGE__, ": failed to find ",
File::Spec->catfile(@path), " in @INC"
unless defined $f;
}
return $f;
}
sub _dclone ($) { # Use Storable::dclone if available; otherwise emulate it.
use if defined &DynaLoader::boot_DynaLoader, Storable => qw(dclone);
return dclone(shift) if defined &dclone;
my $arg = shift;
my $type = ref $arg;
return $arg unless $type; # No deep cloning needed for scalars
if ($type eq 'ARRAY') {
my @return;
foreach my $element (@$arg) {
push @return, &_dclone($element);
}
return \@return;
}
elsif ($type eq 'HASH') {
my %return;
foreach my $key (keys %$arg) {
$return{$key} = &_dclone($arg->{$key});
}
return \%return;
}
else {
croak "_dclone can't handle " . $type;
}
}
=head2 B<charinfo()>
use Unicode::UCD 'charinfo';
my $charinfo = charinfo(0x41);
This returns information about the input L</code point argument>
as a reference to a hash of fields as defined by the Unicode
standard. If the L</code point argument> is not assigned in the standard
(i.e., has the general category C<Cn> meaning C<Unassigned>)
or is a non-character (meaning it is guaranteed to never be assigned in
the standard),
C<undef> is returned.
Fields that aren't applicable to the particular code point argument exist in the
returned hash, and are empty.
For results that are less "raw" than this function returns, or to get the values for
any property, not just the few covered by this function, use the
L</charprop()> function.
The keys in the hash with the meanings of their values are:
=over
=item B<code>
the input native L</code point argument> expressed in hexadecimal, with
leading zeros
added if necessary to make it contain at least four hexdigits
=item B<name>
name of I<code>, all IN UPPER CASE.
Some control-type code points do not have names.
This field will be empty for C<Surrogate> and C<Private Use> code points,
and for the others without a name,
it will contain a description enclosed in angle brackets, like
C<E<lt>controlE<gt>>.
=item B<category>
The short name of the general category of I<code>.
This will match one of the keys in the hash returned by L</general_categories()>.
The L</prop_value_aliases()> function can be used to get all the synonyms
of the category name.
=item B<combining>
the combining class number for I<code> used in the Canonical Ordering Algorithm.
For Unicode 5.1, this is described in Section 3.11 C<Canonical Ordering Behavior>
available at
L<http://www.unicode.org/versions/Unicode5.1.0/>
The L</prop_value_aliases()> function can be used to get all the synonyms
of the combining class number.
=item B<bidi>
bidirectional type of I<code>.
This will match one of the keys in the hash returned by L</bidi_types()>.
The L</prop_value_aliases()> function can be used to get all the synonyms
of the bidi type name.
=item B<decomposition>
is empty if I<code> has no decomposition; or is one or more codes
(separated by spaces) that, taken in order, represent a decomposition for
I<code>. Each has at least four hexdigits.
The codes may be preceded by a word enclosed in angle brackets, then a space,
like C<E<lt>compatE<gt> >, giving the type of decomposition
This decomposition may be an intermediate one whose components are also
decomposable. Use L<Unicode::Normalize> to get the final decomposition in one
step.
=item B<decimal>
if I<code> represents a decimal digit this is its integer numeric value
=item B<digit>
if I<code> represents some other digit-like number, this is its integer
numeric value
=item B<numeric>
if I<code> represents a whole or rational number, this is its numeric value.
Rational values are expressed as a string like C<1/4>.
=item B<mirrored>
C<Y> or C<N> designating if I<code> is mirrored in bidirectional text
=item B<unicode10>
name of I<code> in the Unicode 1.0 standard if one
existed for this code point and is different from the current name
=item B<comment>
As of Unicode 6.0, this is always empty.
=item B<upper>
is, if non-empty, the uppercase mapping for I<code> expressed as at least four
hexdigits. This indicates that the full uppercase mapping is a single
character, and is identical to the simple (single-character only) mapping.
When this field is empty, it means that the simple uppercase mapping is
I<code> itself; you'll need some other means, (like L</charprop()> or
L</casespec()> to get the full mapping.
=item B<lower>
is, if non-empty, the lowercase mapping for I<code> expressed as at least four
hexdigits. This indicates that the full lowercase mapping is a single
character, and is identical to the simple (single-character only) mapping.
When this field is empty, it means that the simple lowercase mapping is
I<code> itself; you'll need some other means, (like L</charprop()> or
L</casespec()> to get the full mapping.
=item B<title>
is, if non-empty, the titlecase mapping for I<code> expressed as at least four
hexdigits. This indicates that the full titlecase mapping is a single
character, and is identical to the simple (single-character only) mapping.
When this field is empty, it means that the simple titlecase mapping is
I<code> itself; you'll need some other means, (like L</charprop()> or
L</casespec()> to get the full mapping.
=item B<block>
the block I<code> belongs to (used in C<\p{Blk=...}>).
The L</prop_value_aliases()> function can be used to get all the synonyms
of the block name.
See L</Blocks versus Scripts>.
=item B<script>
the script I<code> belongs to.
The L</prop_value_aliases()> function can be used to get all the synonyms
of the script name.
See L</Blocks versus Scripts>.
=back
Note that you cannot do (de)composition and casing based solely on the
I<decomposition>, I<combining>, I<lower>, I<upper>, and I<title> fields; you
will need also the L</casespec()> function and the C<Composition_Exclusion>
property. (Or you could just use the L<lc()|perlfunc/lc>,
L<uc()|perlfunc/uc>, and L<ucfirst()|perlfunc/ucfirst> functions, and the
L<Unicode::Normalize> module.)
=cut
# NB: This function is nearly duplicated in charnames.pm
sub _getcode {
my $arg = shift;
if ($arg =~ /^[1-9]\d*$/) {
return $arg;
}
elsif ($arg =~ /^(?:0[xX])?([[:xdigit:]]+)$/) {
return CORE::hex($1);
}
elsif ($arg =~ /^[Uu]\+([[:xdigit:]]+)$/) { # Is of form U+0000, means
# wants the Unicode code
# point, not the native one
my $decimal = CORE::hex($1);
return $decimal if IS_ASCII_PLATFORM;
return utf8::unicode_to_native($decimal);
}
return;
}
# Populated by _num. Converts real number back to input rational
my %real_to_rational;
# To store the contents of files found on disk.
my @BIDIS;
my @CATEGORIES;
my @DECOMPOSITIONS;
my @NUMERIC_TYPES;
my %SIMPLE_LOWER;
my %SIMPLE_TITLE;
my %SIMPLE_UPPER;
my %UNICODE_1_NAMES;
my %ISO_COMMENT;
sub charinfo {
# This function has traditionally mimicked what is in UnicodeData.txt,
# warts and all. This is a re-write that avoids UnicodeData.txt so that
# it can be removed to save disk space. Instead, this assembles
# information gotten by other methods that get data from various other
# files. It uses charnames to get the character name; and various
# mktables tables.
use feature 'unicode_strings';
# Will fail if called under minitest
use if defined &DynaLoader::boot_DynaLoader, "Unicode::Normalize" => qw(getCombinClass NFD);
my $arg = shift;
my $code = _getcode($arg);
croak __PACKAGE__, "::charinfo: unknown code '$arg'" unless defined $code;
# Non-unicode implies undef.
return if $code > 0x10FFFF;
my %prop;
my $char = chr($code);
@CATEGORIES =_read_table("To/Gc.pl") unless @CATEGORIES;
$prop{'category'} = _search(\@CATEGORIES, 0, $#CATEGORIES, $code)
// $utf8::SwashInfo{'ToGc'}{'missing'};
# Return undef if category value is 'Unassigned' or one of its synonyms
return if grep { lc $_ eq 'unassigned' }
prop_value_aliases('Gc', $prop{'category'});
$prop{'code'} = sprintf "%04X", $code;
$prop{'name'} = ($char =~ /\p{Cntrl}/) ? '<control>'
: (charnames::viacode($code) // "");
$prop{'combining'} = getCombinClass($code);
@BIDIS =_read_table("To/Bc.pl") unless @BIDIS;
$prop{'bidi'} = _search(\@BIDIS, 0, $#BIDIS, $code)
// $utf8::SwashInfo{'ToBc'}{'missing'};
# For most code points, we can just read in "unicore/Decomposition.pl", as
# its contents are exactly what should be output. But that file doesn't
# contain the data for the Hangul syllable decompositions, which can be
# algorithmically computed, and NFD() does that, so we call NFD() for
# those. We can't use NFD() for everything, as it does a complete
# recursive decomposition, and what this function has always done is to
# return what's in UnicodeData.txt which doesn't show that recursiveness.
# Fortunately, the NFD() of the Hanguls doesn't have any recursion
# issues.
# Having no decomposition implies an empty field; otherwise, all but
# "Canonical" imply a compatible decomposition, and the type is prefixed
# to that, as it is in UnicodeData.txt
UnicodeVersion() unless defined $v_unicode_version;
if ($v_unicode_version ge v2.0.0 && $char =~ /\p{Block=Hangul_Syllables}/) {
# The code points of the decomposition are output in standard Unicode
# hex format, separated by blanks.
$prop{'decomposition'} = join " ", map { sprintf("%04X", $_)}
unpack "U*", NFD($char);
}
else {
@DECOMPOSITIONS = _read_table("Decomposition.pl")
unless @DECOMPOSITIONS;
$prop{'decomposition'} = _search(\@DECOMPOSITIONS, 0, $#DECOMPOSITIONS,
$code) // "";
}
# Can use num() to get the numeric values, if any.
if (! defined (my $value = num($char))) {
$prop{'decimal'} = $prop{'digit'} = $prop{'numeric'} = "";
}
else {
if ($char =~ /\d/) {
$prop{'decimal'} = $prop{'digit'} = $prop{'numeric'} = $value;
}
else {
# For non-decimal-digits, we have to read in the Numeric type
# to distinguish them. It is not just a matter of integer vs.
# rational, as some whole number values are not considered digits,
# e.g., TAMIL NUMBER TEN.
$prop{'decimal'} = "";
@NUMERIC_TYPES =_read_table("To/Nt.pl") unless @NUMERIC_TYPES;
if ((_search(\@NUMERIC_TYPES, 0, $#NUMERIC_TYPES, $code) // "")
eq 'Digit')
{
$prop{'digit'} = $prop{'numeric'} = $value;
}
else {
$prop{'digit'} = "";
$prop{'numeric'} = $real_to_rational{$value} // $value;
}
}
}
$prop{'mirrored'} = ($char =~ /\p{Bidi_Mirrored}/) ? 'Y' : 'N';
%UNICODE_1_NAMES =_read_table("To/Na1.pl", "use_hash") unless %UNICODE_1_NAMES;
$prop{'unicode10'} = $UNICODE_1_NAMES{$code} // "";
UnicodeVersion() unless defined $v_unicode_version;
if ($v_unicode_version ge v6.0.0) {
$prop{'comment'} = "";
}
else {
%ISO_COMMENT = _read_table("To/Isc.pl", "use_hash") unless %ISO_COMMENT;
$prop{'comment'} = (defined $ISO_COMMENT{$code})
? $ISO_COMMENT{$code}
: "";
}
%SIMPLE_UPPER = _read_table("To/Uc.pl", "use_hash") unless %SIMPLE_UPPER;
$prop{'upper'} = (defined $SIMPLE_UPPER{$code})
? sprintf("%04X", $SIMPLE_UPPER{$code})
: "";
%SIMPLE_LOWER = _read_table("To/Lc.pl", "use_hash") unless %SIMPLE_LOWER;
$prop{'lower'} = (defined $SIMPLE_LOWER{$code})
? sprintf("%04X", $SIMPLE_LOWER{$code})
: "";
%SIMPLE_TITLE = _read_table("To/Tc.pl", "use_hash") unless %SIMPLE_TITLE;
$prop{'title'} = (defined $SIMPLE_TITLE{$code})
? sprintf("%04X", $SIMPLE_TITLE{$code})
: "";
$prop{block} = charblock($code);
$prop{script} = charscript($code);
return \%prop;
}
sub _search { # Binary search in a [[lo,hi,prop],[...],...] table.
my ($table, $lo, $hi, $code) = @_;
return if $lo > $hi;
my $mid = int(($lo+$hi) / 2);
if ($table->[$mid]->[0] < $code) {
if ($table->[$mid]->[1] >= $code) {
return $table->[$mid]->[2];
} else {
_search($table, $mid + 1, $hi, $code);
}
} elsif ($table->[$mid]->[0] > $code) {
_search($table, $lo, $mid - 1, $code);
} else {
return $table->[$mid]->[2];
}
}
sub _read_table ($;$) {
# Returns the contents of the mktables generated table file located at $1
# in the form of either an array of arrays or a hash, depending on if the
# optional second parameter is true (for hash return) or not. In the case
# of a hash return, each key is a code point, and its corresponding value
# is what the table gives as the code point's corresponding value. In the
# case of an array return, each outer array denotes a range with [0] the
# start point of that range; [1] the end point; and [2] the value that
# every code point in the range has. The hash return is useful for fast
# lookup when the table contains only single code point ranges. The array
# return takes much less memory when there are large ranges.
#
# This function has the side effect of setting
# $utf8::SwashInfo{$property}{'format'} to be the mktables format of the
# table; and
# $utf8::SwashInfo{$property}{'missing'} to be the value for all entries
# not listed in the table.
# where $property is the Unicode property name, preceded by 'To' for map
# properties., e.g., 'ToSc'.
#
# Table entries look like one of:
# 0000 0040 Common # [65]
# 00AA Latin
my $table = shift;
my $return_hash = shift;
$return_hash = 0 unless defined $return_hash;
my @return;
my %return;
local $_;
my $list = do "unicore/$table";
# Look up if this property requires adjustments, which we do below if it
# does.
require "unicore/Heavy.pl";
my $property = $table =~ s/\.pl//r;
$property = $utf8::file_to_swash_name{$property};
my $to_adjust = defined $property
&& $utf8::SwashInfo{$property}{'format'} =~ / ^ a /x;
for (split /^/m, $list) {
my ($start, $end, $value) = / ^ (.+?) \t (.*?) \t (.+?)
\s* ( \# .* )? # Optional comment
$ /x;
my $decimal_start = hex $start;
my $decimal_end = ($end eq "") ? $decimal_start : hex $end;
$value = hex $value if $to_adjust
&& $utf8::SwashInfo{$property}{'format'} eq 'ax';
if ($return_hash) {
foreach my $i ($decimal_start .. $decimal_end) {
$return{$i} = ($to_adjust)
? $value + $i - $decimal_start
: $value;
}
}
elsif (! $to_adjust
&& @return
&& $return[-1][1] == $decimal_start - 1
&& $return[-1][2] eq $value)
{
# If this is merely extending the previous range, do just that.
$return[-1]->[1] = $decimal_end;
}
else {
push @return, [ $decimal_start, $decimal_end, $value ];
}
}
return ($return_hash) ? %return : @return;
}
sub charinrange {
my ($range, $arg) = @_;
my $code = _getcode($arg);
croak __PACKAGE__, "::charinrange: unknown code '$arg'"
unless defined $code;
_search($range, 0, $#$range, $code);
}
=head2 B<charprop()>
use Unicode::UCD 'charprop';
print charprop(0x41, "Gc"), "\n";
print charprop(0x61, "General_Category"), "\n";
prints
Lu
Ll
This returns the value of the Unicode property given by the second parameter
for the L</code point argument> given by the first.
The passed-in property may be specified as any of the synonyms returned by
L</prop_aliases()>.
The return value is always a scalar, either a string or a number. For
properties where there are synonyms for the values, the synonym returned by
this function is the longest, most descriptive form, the one returned by
L</prop_value_aliases()> when called in a scalar context. Of course, you can
call L</prop_value_aliases()> on the result to get other synonyms.
The return values are more "cooked" than the L</charinfo()> ones. For
example, the C<"uc"> property value is the actual string containing the full
uppercase mapping of the input code point. You have to go to extra trouble
with C<charinfo> to get this value from its C<upper> hash element when the
full mapping differs from the simple one.
Special note should be made of the return values for a few properties:
=over
=item Block
The value returned is the new-style (see L</Old-style versus new-style block
names>).
=item Decomposition_Mapping
Like L</charinfo()>, the result may be an intermediate decomposition whose
components are also decomposable. Use L<Unicode::Normalize> to get the final
decomposition in one step.
Unlike L</charinfo()>, this does not include the decomposition type. Use the
C<Decomposition_Type> property to get that.
=item Name_Alias
If the input code point's name has more than one synonym, they are returned
joined into a single comma-separated string.
=item Numeric_Value
If the result is a fraction, it is converted into a floating point number to
the accuracy of your platform.
=item Script_Extensions
If the result is multiple script names, they are returned joined into a single
comma-separated string.
=back
When called with a property that is a Perl extension that isn't expressible in
a compound form, this function currently returns C<undef>, as the only two
possible values are I<true> or I<false> (1 or 0 I suppose). This behavior may
change in the future, so don't write code that relies on it. C<Present_In> is
a Perl extension that is expressible in a bipartite or compound form (for
example, C<\p{Present_In=4.0}>), so C<charprop> accepts it. But C<Any> is a
Perl extension that isn't expressible that way, so C<charprop> returns
C<undef> for it. Also C<charprop> returns C<undef> for all Perl extensions
that are internal-only.
=cut
sub charprop ($$) {
my ($input_cp, $prop) = @_;
my $cp = _getcode($input_cp);
croak __PACKAGE__, "::charprop: unknown code point '$input_cp'" unless defined $cp;
my ($list_ref, $map_ref, $format, $default)
= prop_invmap($prop);
return undef unless defined $list_ref;
my $i = search_invlist($list_ref, $cp);
croak __PACKAGE__, "::charprop: prop_invmap return is invalid for charprop('$input_cp', '$prop)" unless defined $i;
# $i is the index into both the inversion list and map of $cp.
my $map = $map_ref->[$i];
# Convert enumeration values to their most complete form.
if (! ref $map) {
my $long_form = prop_value_aliases($prop, $map);
$map = $long_form if defined $long_form;
}
if ($format =~ / ^ s /x) { # Scalars
return join ",", @$map if ref $map; # Convert to scalar with comma
# separated array elements
# Resolve ambiguity as to whether an all digit value is a code point
# that should be converted to a character, or whether it is really
# just a number. To do this, look at the default. If it is a
# non-empty number, we can safely assume the result is also a number.
if ($map =~ / ^ \d+ $ /ax && $default !~ / ^ \d+ $ /ax) {
$map = chr $map;
}
elsif ($map =~ / ^ (?: Y | N ) $ /x) {
# prop_invmap() returns these values for properties that are Perl
# extensions. But this is misleading. For now, return undef for
# these, as currently documented.
undef $map unless
exists $Unicode::UCD::prop_aliases{utf8::_loose_name(lc $prop)};
}
return $map;
}
elsif ($format eq 'ar') { # numbers, including rationals
my $offset = $cp - $list_ref->[$i];
return $map if $map =~ /nan/i;
return $map + $offset if $offset != 0; # If needs adjustment
return eval $map; # Convert e.g., 1/2 to 0.5
}
elsif ($format =~ /^a/) { # Some entries need adjusting
# Linearize sequences into a string.
return join "", map { chr $_ } @$map if ref $map; # XXX && $format =~ /^ a [dl] /x;
return "" if $map eq "" && $format =~ /^a.*e/;
# These are all character mappings. Return the chr if no adjustment
# is needed
return chr $cp if $map eq "0";
# Convert special entry.
if ($map eq '<hangul syllable>' && $format eq 'ad') {
use Unicode::Normalize qw(NFD);
return NFD(chr $cp);
}
# The rest need adjustment from the first entry in the inversion list
# corresponding to this map.
my $offset = $cp - $list_ref->[$i];
return chr($map + $cp - $list_ref->[$i]);
}
elsif ($format eq 'n') { # The name property
# There are two special cases, handled here.
if ($map =~ / ( .+ ) <code\ point> $ /x) {
$map = sprintf("$1%04X", $cp);
}
elsif ($map eq '<hangul syllable>') {
$map = charnames::viacode($cp);
}
return $map;
}
else {
croak __PACKAGE__, "::charprop: Internal error: unknown format '$format'. Please perlbug this";
return undef;
}
}
=head2 B<charprops_all()>
use Unicode::UCD 'charprops_all';
my $%properties_of_A_hash_ref = charprops_all("U+41");
This returns a reference to a hash whose keys are all the distinct Unicode (no
Perl extension) properties, and whose values are the respective values for
those properties for the input L</code point argument>.
Each key is the property name in its longest, most descriptive form. The
values are what L</charprop()> would return.
This function is expensive in time and memory.
=cut
sub charprops_all($) {
my $input_cp = shift;
my $cp = _getcode($input_cp);
croak __PACKAGE__, "::charprops_all: unknown code point '$input_cp'" unless defined $cp;
my %return;
require "unicore/UCD.pl";
foreach my $prop (keys %Unicode::UCD::prop_aliases) {
# Don't return a Perl extension. (This is the only one that
# %prop_aliases has in it.)
next if $prop eq 'perldecimaldigit';
# Use long name for $prop in the hash
$return{scalar prop_aliases($prop)} = charprop($cp, $prop);
}
return \%return;
}
=head2 B<charblock()>
use Unicode::UCD 'charblock';
my $charblock = charblock(0x41);
my $charblock = charblock(1234);
my $charblock = charblock(0x263a);
my $charblock = charblock("U+263a");
my $range = charblock('Armenian');
With a L</code point argument> C<charblock()> returns the I<block> the code point
belongs to, e.g. C<Basic Latin>. The old-style block name is returned (see
L</Old-style versus new-style block names>).
The L</prop_value_aliases()> function can be used to get all the synonyms
of the block name.
If the code point is unassigned, this returns the block it would belong to if
it were assigned. (If the Unicode version being used is so early as to not
have blocks, all code points are considered to be in C<No_Block>.)
See also L</Blocks versus Scripts>.
If supplied with an argument that can't be a code point, C<charblock()> tries to
do the opposite and interpret the argument as an old-style block name. On an
ASCII platform, the return value is a I<range set> with one range: an
anonymous array with a single element that consists of another anonymous array
whose first element is the first code point in the block, and whose second
element is the final code point in the block. On an EBCDIC
platform, the first two Unicode blocks are not contiguous. Their range sets
are lists containing I<start-of-range>, I<end-of-range> code point pairs. You
can test whether a code point is in a range set using the L</charinrange()>
function. (To be precise, each I<range set> contains a third array element,
after the range boundary ones: the old_style block name.)
If the argument to C<charblock()> is not a known block, C<undef> is
returned.
=cut
my @BLOCKS;
my %BLOCKS;
sub _charblocks {
# Can't read from the mktables table because it loses the hyphens in the
# original.
unless (@BLOCKS) {
UnicodeVersion() unless defined $v_unicode_version;
if ($v_unicode_version lt v2.0.0) {
my $subrange = [ 0, 0x10FFFF, 'No_Block' ];
push @BLOCKS, $subrange;
push @{$BLOCKS{'No_Block'}}, $subrange;
}
elsif (openunicode(\$BLOCKSFH, "Blocks.txt")) {
local $_;
local $/ = "\n";
while (<$BLOCKSFH>) {
if (/^([0-9A-F]+)\.\.([0-9A-F]+);\s+(.+)/) {
my ($lo, $hi) = (hex($1), hex($2));
my $subrange = [ $lo, $hi, $3 ];
push @BLOCKS, $subrange;
push @{$BLOCKS{$3}}, $subrange;
}
}
close($BLOCKSFH);
if (! IS_ASCII_PLATFORM) {
# The first two blocks, through 0xFF, are wrong on EBCDIC
# platforms.
my @new_blocks = _read_table("To/Blk.pl");
# Get rid of the first two ranges in the Unicode version, and
# replace them with the ones computed by mktables.
shift @BLOCKS;
shift @BLOCKS;
delete $BLOCKS{'Basic Latin'};
delete $BLOCKS{'Latin-1 Supplement'};
# But there are multiple entries in the computed versions, and
# we change their names to (which we know) to be the old-style
# ones.
for my $i (0.. @new_blocks - 1) {
if ($new_blocks[$i][2] =~ s/Basic_Latin/Basic Latin/
or $new_blocks[$i][2] =~
s/Latin_1_Supplement/Latin-1 Supplement/)
{
push @{$BLOCKS{$new_blocks[$i][2]}}, $new_blocks[$i];
}
else {
splice @new_blocks, $i;
last;
}
}
unshift @BLOCKS, @new_blocks;
}
}
}
}
sub charblock {
my $arg = shift;
_charblocks() unless @BLOCKS;
my $code = _getcode($arg);
if (defined $code) {
my $result = _search(\@BLOCKS, 0, $#BLOCKS, $code);
return $result if defined $result;
return 'No_Block';
}
elsif (exists $BLOCKS{$arg}) {
return _dclone $BLOCKS{$arg};
}
}
=head2 B<charscript()>
use Unicode::UCD 'charscript';
my $charscript = charscript(0x41);
my $charscript = charscript(1234);
my $charscript = charscript("U+263a");
my $range = charscript('Thai');
With a L</code point argument>, C<charscript()> returns the I<script> the
code point belongs to, e.g., C<Latin>, C<Greek>, C<Han>.
If the code point is unassigned or the Unicode version being used is so early
that it doesn't have scripts, this function returns C<"Unknown">.
The L</prop_value_aliases()> function can be used to get all the synonyms
of the script name.
If supplied with an argument that can't be a code point, charscript() tries
to do the opposite and interpret the argument as a script name. The
return value is a I<range set>: an anonymous array of arrays that contain
I<start-of-range>, I<end-of-range> code point pairs. You can test whether a
code point is in a range set using the L</charinrange()> function.
(To be precise, each I<range set> contains a third array element,
after the range boundary ones: the script name.)
If the C<charscript()> argument is not a known script, C<undef> is returned.
See also L</Blocks versus Scripts>.
=cut
my @SCRIPTS;
my %SCRIPTS;
sub _charscripts {
unless (@SCRIPTS) {
UnicodeVersion() unless defined $v_unicode_version;
if ($v_unicode_version lt v3.1.0) {
push @SCRIPTS, [ 0, 0x10FFFF, 'Unknown' ];
}
else {
@SCRIPTS =_read_table("To/Sc.pl");
}
}
foreach my $entry (@SCRIPTS) {
$entry->[2] =~ s/(_\w)/\L$1/g; # Preserve old-style casing
push @{$SCRIPTS{$entry->[2]}}, $entry;
}
}
sub charscript {
my $arg = shift;
_charscripts() unless @SCRIPTS;
my $code = _getcode($arg);
if (defined $code) {
my $result = _search(\@SCRIPTS, 0, $#SCRIPTS, $code);
return $result if defined $result;
return $utf8::SwashInfo{'ToSc'}{'missing'};
} elsif (exists $SCRIPTS{$arg}) {
return _dclone $SCRIPTS{$arg};
}
return;
}
=head2 B<charblocks()>
use Unicode::UCD 'charblocks';
my $charblocks = charblocks();
C<charblocks()> returns a reference to a hash with the known block names
as the keys, and the code point ranges (see L</charblock()>) as the values.
The names are in the old-style (see L</Old-style versus new-style block
names>).
L<prop_invmap("block")|/prop_invmap()> can be used to get this same data in a
different type of data structure.
L<prop_values("Block")|/prop_values()> can be used to get all
the known new-style block names as a list, without the code point ranges.
See also L</Blocks versus Scripts>.
=cut
sub charblocks {
_charblocks() unless %BLOCKS;
return _dclone \%BLOCKS;
}
=head2 B<charscripts()>
use Unicode::UCD 'charscripts';
my $charscripts = charscripts();
C<charscripts()> returns a reference to a hash with the known script
names as the keys, and the code point ranges (see L</charscript()>) as
the values.
L<prop_invmap("script")|/prop_invmap()> can be used to get this same data in a
different type of data structure.
L<C<prop_values("Script")>|/prop_values()> can be used to get all
the known script names as a list, without the code point ranges.
See also L</Blocks versus Scripts>.
=cut
sub charscripts {
_charscripts() unless %SCRIPTS;
return _dclone \%SCRIPTS;
}
=head2 B<charinrange()>
In addition to using the C<\p{Blk=...}> and C<\P{Blk=...}> constructs, you
can also test whether a code point is in the I<range> as returned by
L</charblock()> and L</charscript()> or as the values of the hash returned
by L</charblocks()> and L</charscripts()> by using C<charinrange()>:
use Unicode::UCD qw(charscript charinrange);
$range = charscript('Hiragana');
print "looks like hiragana\n" if charinrange($range, $codepoint);
=cut
my %GENERAL_CATEGORIES =
(
'L' => 'Letter',
'LC' => 'CasedLetter',
'Lu' => 'UppercaseLetter',
'Ll' => 'LowercaseLetter',
'Lt' => 'TitlecaseLetter',
'Lm' => 'ModifierLetter',
'Lo' => 'OtherLetter',
'M' => 'Mark',
'Mn' => 'NonspacingMark',
'Mc' => 'SpacingMark',
'Me' => 'EnclosingMark',
'N' => 'Number',
'Nd' => 'DecimalNumber',
'Nl' => 'LetterNumber',
'No' => 'OtherNumber',
'P' => 'Punctuation',
'Pc' => 'ConnectorPunctuation',
'Pd' => 'DashPunctuation',
'Ps' => 'OpenPunctuation',
'Pe' => 'ClosePunctuation',
'Pi' => 'InitialPunctuation',
'Pf' => 'FinalPunctuation',
'Po' => 'OtherPunctuation',
'S' => 'Symbol',
'Sm' => 'MathSymbol',
'Sc' => 'CurrencySymbol',
'Sk' => 'ModifierSymbol',
'So' => 'OtherSymbol',
'Z' => 'Separator',
'Zs' => 'SpaceSeparator',
'Zl' => 'LineSeparator',
'Zp' => 'ParagraphSeparator',
'C' => 'Other',
'Cc' => 'Control',
'Cf' => 'Format',
'Cs' => 'Surrogate',
'Co' => 'PrivateUse',
'Cn' => 'Unassigned',
);
sub general_categories {
return _dclone \%GENERAL_CATEGORIES;
}
=head2 B<general_categories()>
use Unicode::UCD 'general_categories';
my $categories = general_categories();
This returns a reference to a hash which has short
general category names (such as C<Lu>, C<Nd>, C<Zs>, C<S>) as keys and long
names (such as C<UppercaseLetter>, C<DecimalNumber>, C<SpaceSeparator>,
C<Symbol>) as values. The hash is reversible in case you need to go
from the long names to the short names. The general category is the
one returned from
L</charinfo()> under the C<category> key.
The L</prop_values()> and L</prop_value_aliases()> functions can be used as an
alternative to this function; the first returning a simple list of the short
category names; and the second gets all the synonyms of a given category name.
=cut
my %BIDI_TYPES =
(
'L' => 'Left-to-Right',
'LRE' => 'Left-to-Right Embedding',
'LRO' => 'Left-to-Right Override',
'R' => 'Right-to-Left',
'AL' => 'Right-to-Left Arabic',
'RLE' => 'Right-to-Left Embedding',
'RLO' => 'Right-to-Left Override',
'PDF' => 'Pop Directional Format',
'EN' => 'European Number',
'ES' => 'European Number Separator',
'ET' => 'European Number Terminator',
'AN' => 'Arabic Number',
'CS' => 'Common Number Separator',
'NSM' => 'Non-Spacing Mark',
'BN' => 'Boundary Neutral',
'B' => 'Paragraph Separator',
'S' => 'Segment Separator',
'WS' => 'Whitespace',
'ON' => 'Other Neutrals',
);
=head2 B<bidi_types()>
use Unicode::UCD 'bidi_types';
my $categories = bidi_types();
This returns a reference to a hash which has the short
bidi (bidirectional) type names (such as C<L>, C<R>) as keys and long
names (such as C<Left-to-Right>, C<Right-to-Left>) as values. The
hash is reversible in case you need to go from the long names to the
short names. The bidi type is the one returned from
L</charinfo()>
under the C<bidi> key. For the exact meaning of the various bidi classes
the Unicode TR9 is recommended reading:
L<http://www.unicode.org/reports/tr9/>
(as of Unicode 5.0.0)
The L</prop_values()> and L</prop_value_aliases()> functions can be used as an
alternative to this function; the first returning a simple list of the short
bidi type names; and the second gets all the synonyms of a given bidi type
name.
=cut
sub bidi_types {
return _dclone \%BIDI_TYPES;
}
=head2 B<compexcl()>
use Unicode::UCD 'compexcl';
my $compexcl = compexcl(0x09dc);
This routine returns C<undef> if the Unicode version being used is so early
that it doesn't have this property.
C<compexcl()> is included for backwards
compatibility, but as of Perl 5.12 and more modern Unicode versions, for
most purposes it is probably more convenient to use one of the following
instead:
my $compexcl = chr(0x09dc) =~ /\p{Comp_Ex};
my $compexcl = chr(0x09dc) =~ /\p{Full_Composition_Exclusion};
or even
my $compexcl = chr(0x09dc) =~ /\p{CE};
my $compexcl = chr(0x09dc) =~ /\p{Composition_Exclusion};
The first two forms return B<true> if the L</code point argument> should not
be produced by composition normalization. For the final two forms to return
B<true>, it is additionally required that this fact not otherwise be
determinable from the Unicode data base.
This routine behaves identically to the final two forms. That is,
it does not return B<true> if the code point has a decomposition
consisting of another single code point, nor if its decomposition starts
with a code point whose combining class is non-zero. Code points that meet
either of these conditions should also not be produced by composition
normalization, which is probably why you should use the
C<Full_Composition_Exclusion> property instead, as shown above.
The routine returns B<false> otherwise.
=cut
sub compexcl {
my $arg = shift;
my $code = _getcode($arg);
croak __PACKAGE__, "::compexcl: unknown code '$arg'"
unless defined $code;
UnicodeVersion() unless defined $v_unicode_version;
return if $v_unicode_version lt v3.0.0;
no warnings "non_unicode"; # So works on non-Unicode code points
return chr($code) =~ /\p{Composition_Exclusion}/;
}
=head2 B<casefold()>
use Unicode::UCD 'casefold';
my $casefold = casefold(0xDF);
if (defined $casefold) {
my @full_fold_hex = split / /, $casefold->{'full'};
my $full_fold_string =
join "", map {chr(hex($_))} @full_fold_hex;
my @turkic_fold_hex =
split / /, ($casefold->{'turkic'} ne "")
? $casefold->{'turkic'}
: $casefold->{'full'};
my $turkic_fold_string =
join "", map {chr(hex($_))} @turkic_fold_hex;
}
if (defined $casefold && $casefold->{'simple'} ne "") {
my $simple_fold_hex = $casefold->{'simple'};
my $simple_fold_string = chr(hex($simple_fold_hex));
}
This returns the (almost) locale-independent case folding of the
character specified by the L</code point argument>. (Starting in Perl v5.16,
the core function C<fc()> returns the C<full> mapping (described below)
faster than this does, and for entire strings.)
If there is no case folding for the input code point, C<undef> is returned.
If there is a case folding for that code point, a reference to a hash
with the following fields is returned:
=over
=item B<code>
the input native L</code point argument> expressed in hexadecimal, with
leading zeros
added if necessary to make it contain at least four hexdigits
=item B<full>
one or more codes (separated by spaces) that, taken in order, give the
code points for the case folding for I<code>.
Each has at least four hexdigits.
=item B<simple>
is empty, or is exactly one code with at least four hexdigits which can be used
as an alternative case folding when the calling program cannot cope with the
fold being a sequence of multiple code points. If I<full> is just one code
point, then I<simple> equals I<full>. If there is no single code point folding
defined for I<code>, then I<simple> is the empty string. Otherwise, it is an
inferior, but still better-than-nothing alternative folding to I<full>.
=item B<mapping>
is the same as I<simple> if I<simple> is not empty, and it is the same as I<full>
otherwise. It can be considered to be the simplest possible folding for
I<code>. It is defined primarily for backwards compatibility.
=item B<status>
is C<C> (for C<common>) if the best possible fold is a single code point
(I<simple> equals I<full> equals I<mapping>). It is C<S> if there are distinct
folds, I<simple> and I<full> (I<mapping> equals I<simple>). And it is C<F> if
there is only a I<full> fold (I<mapping> equals I<full>; I<simple> is empty).
Note that this
describes the contents of I<mapping>. It is defined primarily for backwards
compatibility.
For Unicode versions between 3.1 and 3.1.1 inclusive, I<status> can also be
C<I> which is the same as C<C> but is a special case for dotted uppercase I and
dotless lowercase i:
=over
=item Z<>B<*> If you use this C<I> mapping
the result is case-insensitive,
but dotless and dotted I's are not distinguished
=item Z<>B<*> If you exclude this C<I> mapping
the result is not fully case-insensitive, but
dotless and dotted I's are distinguished
=back
=item B<turkic>
contains any special folding for Turkic languages. For versions of Unicode
starting with 3.2, this field is empty unless I<code> has a different folding
in Turkic languages, in which case it is one or more codes (separated by
spaces) that, taken in order, give the code points for the case folding for
I<code> in those languages.
Each code has at least four hexdigits.
Note that this folding does not maintain canonical equivalence without
additional processing.
For Unicode versions between 3.1 and 3.1.1 inclusive, this field is empty unless
there is a
special folding for Turkic languages, in which case I<status> is C<I>, and
I<mapping>, I<full>, I<simple>, and I<turkic> are all equal.
=back
Programs that want complete generality and the best folding results should use
the folding contained in the I<full> field. But note that the fold for some
code points will be a sequence of multiple code points.
Programs that can't cope with the fold mapping being multiple code points can
use the folding contained in the I<simple> field, with the loss of some
generality. In Unicode 5.1, about 7% of the defined foldings have no single
code point folding.
The I<mapping> and I<status> fields are provided for backwards compatibility for
existing programs. They contain the same values as in previous versions of
this function.
Locale is not completely independent. The I<turkic> field contains results to
use when the locale is a Turkic language.
For more information about case mappings see
L<http://www.unicode.org/unicode/reports/tr21>
=cut
my %CASEFOLD;
sub _casefold {
unless (%CASEFOLD) { # Populate the hash
my ($full_invlist_ref, $full_invmap_ref, undef, $default)
= prop_invmap('Case_Folding');
# Use the recipe given in the prop_invmap() pod to convert the
# inversion map into the hash.
for my $i (0 .. @$full_invlist_ref - 1 - 1) {
next if $full_invmap_ref->[$i] == $default;
my $adjust = -1;
for my $j ($full_invlist_ref->[$i] .. $full_invlist_ref->[$i+1] -1) {
$adjust++;
if (! ref $full_invmap_ref->[$i]) {
# This is a single character mapping
$CASEFOLD{$j}{'status'} = 'C';
$CASEFOLD{$j}{'simple'}
= $CASEFOLD{$j}{'full'}
= $CASEFOLD{$j}{'mapping'}
= sprintf("%04X", $full_invmap_ref->[$i] + $adjust);
$CASEFOLD{$j}{'code'} = sprintf("%04X", $j);
$CASEFOLD{$j}{'turkic'} = "";
}
else { # prop_invmap ensures that $adjust is 0 for a ref
$CASEFOLD{$j}{'status'} = 'F';
$CASEFOLD{$j}{'full'}
= $CASEFOLD{$j}{'mapping'}
= join " ", map { sprintf "%04X", $_ }
@{$full_invmap_ref->[$i]};
$CASEFOLD{$j}{'simple'} = "";
$CASEFOLD{$j}{'code'} = sprintf("%04X", $j);
$CASEFOLD{$j}{'turkic'} = "";
}
}
}
# We have filled in the full mappings above, assuming there were no
# simple ones for the ones with multi-character maps. Now, we find
# and fix the cases where that assumption was false.
(my ($simple_invlist_ref, $simple_invmap_ref, undef), $default)
= prop_invmap('Simple_Case_Folding');
for my $i (0 .. @$simple_invlist_ref - 1 - 1) {
next if $simple_invmap_ref->[$i] == $default;
my $adjust = -1;
for my $j ($simple_invlist_ref->[$i]
.. $simple_invlist_ref->[$i+1] -1)
{
$adjust++;
next if $CASEFOLD{$j}{'status'} eq 'C';
$CASEFOLD{$j}{'status'} = 'S';
$CASEFOLD{$j}{'simple'}
= $CASEFOLD{$j}{'mapping'}
= sprintf("%04X", $simple_invmap_ref->[$i] + $adjust);
$CASEFOLD{$j}{'code'} = sprintf("%04X", $j);
$CASEFOLD{$j}{'turkic'} = "";
}
}
# We hard-code in the turkish rules
UnicodeVersion() unless defined $v_unicode_version;
if ($v_unicode_version ge v3.2.0) {
# These two code points should already have regular entries, so
# just fill in the turkish fields
$CASEFOLD{ord('I')}{'turkic'} = '0131';
$CASEFOLD{0x130}{'turkic'} = sprintf "%04X", ord('i');
}
elsif ($v_unicode_version ge v3.1.0) {
# These two code points don't have entries otherwise.
$CASEFOLD{0x130}{'code'} = '0130';
$CASEFOLD{0x131}{'code'} = '0131';
$CASEFOLD{0x130}{'status'} = $CASEFOLD{0x131}{'status'} = 'I';
$CASEFOLD{0x130}{'turkic'}
= $CASEFOLD{0x130}{'mapping'}
= $CASEFOLD{0x130}{'full'}
= $CASEFOLD{0x130}{'simple'}
= $CASEFOLD{0x131}{'turkic'}
= $CASEFOLD{0x131}{'mapping'}
= $CASEFOLD{0x131}{'full'}
= $CASEFOLD{0x131}{'simple'}
= sprintf "%04X", ord('i');
}
}
}
sub casefold {
my $arg = shift;
my $code = _getcode($arg);
croak __PACKAGE__, "::casefold: unknown code '$arg'"
unless defined $code;
_casefold() unless %CASEFOLD;
return $CASEFOLD{$code};
}
=head2 B<all_casefolds()>
use Unicode::UCD 'all_casefolds';
my $all_folds_ref = all_casefolds();
foreach my $char_with_casefold (sort { $a <=> $b }
keys %$all_folds_ref)
{
printf "%04X:", $char_with_casefold;
my $casefold = $all_folds_ref->{$char_with_casefold};
# Get folds for $char_with_casefold
my @full_fold_hex = split / /, $casefold->{'full'};
my $full_fold_string =
join "", map {chr(hex($_))} @full_fold_hex;
print " full=", join " ", @full_fold_hex;
my @turkic_fold_hex =
split / /, ($casefold->{'turkic'} ne "")
? $casefold->{'turkic'}
: $casefold->{'full'};
my $turkic_fold_string =
join "", map {chr(hex($_))} @turkic_fold_hex;
print "; turkic=", join " ", @turkic_fold_hex;
if (defined $casefold && $casefold->{'simple'} ne "") {
my $simple_fold_hex = $casefold->{'simple'};
my $simple_fold_string = chr(hex($simple_fold_hex));
print "; simple=$simple_fold_hex";
}
print "\n";
}
This returns all the case foldings in the current version of Unicode in the
form of a reference to a hash. Each key to the hash is the decimal
representation of a Unicode character that has a casefold to other than
itself. The casefold of a semi-colon is itself, so it isn't in the hash;
likewise for a lowercase "a", but there is an entry for a capital "A". The
hash value for each key is another hash, identical to what is returned by
L</casefold()> if called with that code point as its argument. So the value
C<< all_casefolds()->{ord("A")}' >> is equivalent to C<casefold(ord("A"))>;
=cut
sub all_casefolds () {
_casefold() unless %CASEFOLD;
return _dclone \%CASEFOLD;
}
=head2 B<casespec()>
use Unicode::UCD 'casespec';
my $casespec = casespec(0xFB00);
This returns the potentially locale-dependent case mappings of the L</code point
argument>. The mappings may be longer than a single code point (which the basic
Unicode case mappings as returned by L</charinfo()> never are).
If there are no case mappings for the L</code point argument>, or if all three
possible mappings (I<lower>, I<title> and I<upper>) result in single code
points and are locale independent and unconditional, C<undef> is returned
(which means that the case mappings, if any, for the code point are those
returned by L</charinfo()>).
Otherwise, a reference to a hash giving the mappings (or a reference to a hash
of such hashes, explained below) is returned with the following keys and their
meanings:
The keys in the bottom layer hash with the meanings of their values are:
=over
=item B<code>
the input native L</code point argument> expressed in hexadecimal, with
leading zeros
added if necessary to make it contain at least four hexdigits
=item B<lower>
one or more codes (separated by spaces) that, taken in order, give the
code points for the lower case of I<code>.
Each has at least four hexdigits.
=item B<title>
one or more codes (separated by spaces) that, taken in order, give the
code points for the title case of I<code>.
Each has at least four hexdigits.
=item B<upper>
one or more codes (separated by spaces) that, taken in order, give the
code points for the upper case of I<code>.
Each has at least four hexdigits.
=item B<condition>
the conditions for the mappings to be valid.
If C<undef>, the mappings are always valid.
When defined, this field is a list of conditions,
all of which must be true for the mappings to be valid.
The list consists of one or more
I<locales> (see below)
and/or I<contexts> (explained in the next paragraph),
separated by spaces.
(Other than as used to separate elements, spaces are to be ignored.)
Case distinctions in the condition list are not significant.
Conditions preceded by "NON_" represent the negation of the condition.
A I<context> is one of those defined in the Unicode standard.
For Unicode 5.1, they are defined in Section 3.13 C<Default Case Operations>
available at
L<http://www.unicode.org/versions/Unicode5.1.0/>.
These are for context-sensitive casing.
=back
The hash described above is returned for locale-independent casing, where
at least one of the mappings has length longer than one. If C<undef> is
returned, the code point may have mappings, but if so, all are length one,
and are returned by L</charinfo()>.
Note that when this function does return a value, it will be for the complete
set of mappings for a code point, even those whose length is one.
If there are additional casing rules that apply only in certain locales,
an additional key for each will be defined in the returned hash. Each such key
will be its locale name, defined as a 2-letter ISO 3166 country code, possibly
followed by a "_" and a 2-letter ISO language code (possibly followed by a "_"
and a variant code). You can find the lists of all possible locales, see
L<Locale::Country> and L<Locale::Language>.
(In Unicode 6.0, the only locales returned by this function
are C<lt>, C<tr>, and C<az>.)
Each locale key is a reference to a hash that has the form above, and gives
the casing rules for that particular locale, which take precedence over the
locale-independent ones when in that locale.
If the only casing for a code point is locale-dependent, then the returned
hash will not have any of the base keys, like C<code>, C<upper>, etc., but
will contain only locale keys.
For more information about case mappings see
L<http://www.unicode.org/unicode/reports/tr21/>
=cut
my %CASESPEC;
sub _casespec {
unless (%CASESPEC) {
UnicodeVersion() unless defined $v_unicode_version;
if ($v_unicode_version lt v2.1.8) {
%CASESPEC = {};
}
elsif (openunicode(\$CASESPECFH, "SpecialCasing.txt")) {
local $_;
local $/ = "\n";
while (<$CASESPECFH>) {
if (/^([0-9A-F]+); ([0-9A-F]+(?: [0-9A-F]+)*)?; ([0-9A-F]+(?: [0-9A-F]+)*)?; ([0-9A-F]+(?: [0-9A-F]+)*)?; (\w+(?: \w+)*)?/) {
my ($hexcode, $lower, $title, $upper, $condition) =
($1, $2, $3, $4, $5);
if (! IS_ASCII_PLATFORM) { # Remap entry to native
foreach my $var_ref (\$hexcode,
\$lower,
\$title,
\$upper)
{
next unless defined $$var_ref;
$$var_ref = join " ",
map { sprintf("%04X",
utf8::unicode_to_native(hex $_)) }
split " ", $$var_ref;
}
}
my $code = hex($hexcode);
# In 2.1.8, there were duplicate entries; ignore all but
# the first one -- there were no conditions in the file
# anyway.
if (exists $CASESPEC{$code} && $v_unicode_version ne v2.1.8)
{
if (exists $CASESPEC{$code}->{code}) {
my ($oldlower,
$oldtitle,
$oldupper,
$oldcondition) =
@{$CASESPEC{$code}}{qw(lower
title
upper
condition)};
if (defined $oldcondition) {
my ($oldlocale) =
($oldcondition =~ /^([a-z][a-z](?:_\S+)?)/);
delete $CASESPEC{$code};
$CASESPEC{$code}->{$oldlocale} =
{ code => $hexcode,
lower => $oldlower,
title => $oldtitle,
upper => $oldupper,
condition => $oldcondition };
}
}
my ($locale) =
($condition =~ /^([a-z][a-z](?:_\S+)?)/);
$CASESPEC{$code}->{$locale} =
{ code => $hexcode,
lower => $lower,
title => $title,
upper => $upper,
condition => $condition };
} else {
$CASESPEC{$code} =
{ code => $hexcode,
lower => $lower,
title => $title,
upper => $upper,
condition => $condition };
}
}
}
close($CASESPECFH);
}
}
}
sub casespec {
my $arg = shift;
my $code = _getcode($arg);
croak __PACKAGE__, "::casespec: unknown code '$arg'"
unless defined $code;
_casespec() unless %CASESPEC;
return ref $CASESPEC{$code} ? _dclone $CASESPEC{$code} : $CASESPEC{$code};
}
=head2 B<namedseq()>
use Unicode::UCD 'namedseq';
my $namedseq = namedseq("KATAKANA LETTER AINU P");
my @namedseq = namedseq("KATAKANA LETTER AINU P");
my %namedseq = namedseq();
If used with a single argument in a scalar context, returns the string
consisting of the code points of the named sequence, or C<undef> if no
named sequence by that name exists. If used with a single argument in
a list context, it returns the list of the ordinals of the code points.
If used with no
arguments in a list context, it returns a hash with the names of all the
named sequences as the keys and their sequences as strings as
the values. Otherwise, it returns C<undef> or an empty list depending
on the context.
This function only operates on officially approved (not provisional) named
sequences.
Note that as of Perl 5.14, C<\N{KATAKANA LETTER AINU P}> will insert the named
sequence into double-quoted strings, and C<charnames::string_vianame("KATAKANA
LETTER AINU P")> will return the same string this function does, but will also
operate on character names that aren't named sequences, without you having to
know which are which. See L<charnames>.
=cut
my %NAMEDSEQ;
sub _namedseq {
unless (%NAMEDSEQ) {
if (openunicode(\$NAMEDSEQFH, "Name.pl")) {
local $_;
local $/ = "\n";
while (<$NAMEDSEQFH>) {
if (/^ [0-9A-F]+ \ /x) {
chomp;
my ($sequence, $name) = split /\t/;
my @s = map { chr(hex($_)) } split(' ', $sequence);
$NAMEDSEQ{$name} = join("", @s);
}
}
close($NAMEDSEQFH);
}
}
}
sub namedseq {
# Use charnames::string_vianame() which now returns this information,
# unless the caller wants the hash returned, in which case we read it in,
# and thereafter use it instead of calling charnames, as it is faster.
my $wantarray = wantarray();
if (defined $wantarray) {
if ($wantarray) {
if (@_ == 0) {
_namedseq() unless %NAMEDSEQ;
return %NAMEDSEQ;
} elsif (@_ == 1) {
my $s;
if (%NAMEDSEQ) {
$s = $NAMEDSEQ{ $_[0] };
}
else {
$s = charnames::string_vianame($_[0]);
}
return defined $s ? map { ord($_) } split('', $s) : ();
}
} elsif (@_ == 1) {
return $NAMEDSEQ{ $_[0] } if %NAMEDSEQ;
return charnames::string_vianame($_[0]);
}
}
return;
}
my %NUMERIC;
sub _numeric {
my @numbers = _read_table("To/Nv.pl");
foreach my $entry (@numbers) {
my ($start, $end, $value) = @$entry;
# If value contains a slash, convert to decimal, add a reverse hash
# used by charinfo.
if ((my @rational = split /\//, $value) == 2) {
my $real = $rational[0] / $rational[1];
$real_to_rational{$real} = $value;
$value = $real;
# Should only be single element, but just in case...
for my $i ($start .. $end) {
$NUMERIC{$i} = $value;
}
}
else {
# The values require adjusting, as is in 'a' format
for my $i ($start .. $end) {
$NUMERIC{$i} = $value + $i - $start;
}
}
}
# Decided unsafe to use these that aren't officially part of the Unicode
# standard.
#use Math::Trig;
#my $pi = acos(-1.0);
#$NUMERIC{0x03C0} = $pi;
# Euler's constant, not to be confused with Euler's number
#$NUMERIC{0x2107} = 0.57721566490153286060651209008240243104215933593992;
# Euler's number
#$NUMERIC{0x212F} = 2.7182818284590452353602874713526624977572;
return;
}
=pod
=head2 B<num()>
use Unicode::UCD 'num';
my $val = num("123");
my $one_quarter = num("\N{VULGAR FRACTION 1/4}");
C<num()> returns the numeric value of the input Unicode string; or C<undef> if it
doesn't think the entire string has a completely valid, safe numeric value.
If the string is just one character in length, the Unicode numeric value
is returned if it has one, or C<undef> otherwise. Note that this need
not be a whole number. C<num("\N{TIBETAN DIGIT HALF ZERO}")>, for
example returns -0.5.
=cut
#A few characters to which Unicode doesn't officially
#assign a numeric value are considered numeric by C<num>.
#These are:
# EULER CONSTANT 0.5772... (this is NOT Euler's number)
# SCRIPT SMALL E 2.71828... (this IS Euler's number)
# GREEK SMALL LETTER PI 3.14159...
=pod
If the string is more than one character, C<undef> is returned unless
all its characters are decimal digits (that is, they would match C<\d+>),
from the same script. For example if you have an ASCII '0' and a Bengali
'3', mixed together, they aren't considered a valid number, and C<undef>
is returned. A further restriction is that the digits all have to be of
the same form. A half-width digit mixed with a full-width one will
return C<undef>. The Arabic script has two sets of digits; C<num> will
return C<undef> unless all the digits in the string come from the same
set.
C<num> errs on the side of safety, and there may be valid strings of
decimal digits that it doesn't recognize. Note that Unicode defines
a number of "digit" characters that aren't "decimal digit" characters.
"Decimal digits" have the property that they have a positional value, i.e.,
there is a units position, a 10's position, a 100's, etc, AND they are
arranged in Unicode in blocks of 10 contiguous code points. The Chinese
digits, for example, are not in such a contiguous block, and so Unicode
doesn't view them as decimal digits, but merely digits, and so C<\d> will not
match them. A single-character string containing one of these digits will
have its decimal value returned by C<num>, but any longer string containing
only these digits will return C<undef>.
Strings of multiple sub- and superscripts are not recognized as numbers. You
can use either of the compatibility decompositions in Unicode::Normalize to
change these into digits, and then call C<num> on the result.
=cut
# To handle sub, superscripts, this could if called in list context,
# consider those, and return the <decomposition> type in the second
# array element.
sub num {
my $string = $_[0];
_numeric unless %NUMERIC;
my $length = length($string);
return $NUMERIC{ord($string)} if $length == 1;
return if $string =~ /\D/;
my $first_ord = ord(substr($string, 0, 1));
my $value = $NUMERIC{$first_ord};
# To be a valid decimal number, it should be in a block of 10 consecutive
# characters, whose values are 0, 1, 2, ... 9. Therefore this digit's
# value is its offset in that block from the character that means zero.
my $zero_ord = $first_ord - $value;
# Unicode 6.0 instituted the rule that only digits in a consecutive
# block of 10 would be considered decimal digits. If this is an earlier
# release, we verify that this first character is a member of such a
# block. That is, that the block of characters surrounding this one
# consists of all \d characters whose numeric values are the expected
# ones.
UnicodeVersion() unless defined $v_unicode_version;
if ($v_unicode_version lt v6.0.0) {
for my $i (0 .. 9) {
my $ord = $zero_ord + $i;
return unless chr($ord) =~ /\d/;
my $numeric = $NUMERIC{$ord};
return unless defined $numeric;
return unless $numeric == $i;
}
}
for my $i (1 .. $length -1) {
# Here we know either by verifying, or by fact of the first character
# being a \d in Unicode 6.0 or later, that any character between the
# character that means 0, and 9 positions above it must be \d, and
# must have its value correspond to its offset from the zero. Any
# characters outside these 10 do not form a legal number for this
# function.
my $ord = ord(substr($string, $i, 1));
my $digit = $ord - $zero_ord;
return unless $digit >= 0 && $digit <= 9;
$value = $value * 10 + $digit;
}
return $value;
}
=pod
=head2 B<prop_aliases()>
use Unicode::UCD 'prop_aliases';
my ($short_name, $full_name, @other_names) = prop_aliases("space");
my $same_full_name = prop_aliases("Space"); # Scalar context
my ($same_short_name) = prop_aliases("Space"); # gets 0th element
print "The full name is $full_name\n";
print "The short name is $short_name\n";
print "The other aliases are: ", join(", ", @other_names), "\n";
prints:
The full name is White_Space
The short name is WSpace
The other aliases are: Space
Most Unicode properties have several synonymous names. Typically, there is at
least a short name, convenient to type, and a long name that more fully
describes the property, and hence is more easily understood.
If you know one name for a Unicode property, you can use C<prop_aliases> to find
either the long name (when called in scalar context), or a list of all of the
names, somewhat ordered so that the short name is in the 0th element, the long
name in the next element, and any other synonyms are in the remaining
elements, in no particular order.
The long name is returned in a form nicely capitalized, suitable for printing.
The input parameter name is loosely matched, which means that white space,
hyphens, and underscores are ignored (except for the trailing underscore in
the old_form grandfathered-in C<"L_">, which is better written as C<"LC">, and
both of which mean C<General_Category=Cased Letter>).
If the name is unknown, C<undef> is returned (or an empty list in list
context). Note that Perl typically recognizes property names in regular
expressions with an optional C<"Is_>" (with or without the underscore)
prefixed to them, such as C<\p{isgc=punct}>. This function does not recognize
those in the input, returning C<undef>. Nor are they included in the output
as possible synonyms.
C<prop_aliases> does know about the Perl extensions to Unicode properties,
such as C<Any> and C<XPosixAlpha>, and the single form equivalents to Unicode
properties such as C<XDigit>, C<Greek>, C<In_Greek>, and C<Is_Greek>. The
final example demonstrates that the C<"Is_"> prefix is recognized for these
extensions; it is needed to resolve ambiguities. For example,
C<prop_aliases('lc')> returns the list C<(lc, Lowercase_Mapping)>, but
C<prop_aliases('islc')> returns C<(Is_LC, Cased_Letter)>. This is
because C<islc> is a Perl extension which is short for
C<General_Category=Cased Letter>. The lists returned for the Perl extensions
will not include the C<"Is_"> prefix (whether or not the input had it) unless
needed to resolve ambiguities, as shown in the C<"islc"> example, where the
returned list had one element containing C<"Is_">, and the other without.
It is also possible for the reverse to happen: C<prop_aliases('isc')> returns
the list C<(isc, ISO_Comment)>; whereas C<prop_aliases('c')> returns
C<(C, Other)> (the latter being a Perl extension meaning
C<General_Category=Other>.
L<perluniprops/Properties accessible through Unicode::UCD> lists the available
forms, including which ones are discouraged from use.
Those discouraged forms are accepted as input to C<prop_aliases>, but are not
returned in the lists. C<prop_aliases('isL&')> and C<prop_aliases('isL_')>,
which are old synonyms for C<"Is_LC"> and should not be used in new code, are
examples of this. These both return C<(Is_LC, Cased_Letter)>. Thus this
function allows you to take a discouraged form, and find its acceptable
alternatives. The same goes with single-form Block property equivalences.
Only the forms that begin with C<"In_"> are not discouraged; if you pass
C<prop_aliases> a discouraged form, you will get back the equivalent ones that
begin with C<"In_">. It will otherwise look like a new-style block name (see.
L</Old-style versus new-style block names>).
C<prop_aliases> does not know about any user-defined properties, and will
return C<undef> if called with one of those. Likewise for Perl internal
properties, with the exception of "Perl_Decimal_Digit" which it does know
about (and which is documented below in L</prop_invmap()>).
=cut
# It may be that there are use cases where the discouraged forms should be
# returned. If that comes up, an optional boolean second parameter to the
# function could be created, for example.
# These are created by mktables for this routine and stored in unicore/UCD.pl
# where their structures are described.
our %string_property_loose_to_name;
our %ambiguous_names;
our %loose_perlprop_to_name;
our %prop_aliases;
sub prop_aliases ($) {
my $prop = $_[0];
return unless defined $prop;
require "unicore/UCD.pl";
require "unicore/Heavy.pl";
require "utf8_heavy.pl";
# The property name may be loosely or strictly matched; we don't know yet.
# But both types use lower-case.
$prop = lc $prop;
# It is loosely matched if its lower case isn't known to be strict.
my $list_ref;
if (! exists $utf8::stricter_to_file_of{$prop}) {
my $loose = utf8::_loose_name($prop);
# There is a hash that converts from any loose name to its standard
# form, mapping all synonyms for a name to one name that can be used
# as a key into another hash. The whole concept is for memory
# savings, as the second hash doesn't have to have all the
# combinations. Actually, there are two hashes that do the
# converstion. One is used in utf8_heavy.pl (stored in Heavy.pl) for
# looking up properties matchable in regexes. This function needs to
# access string properties, which aren't available in regexes, so a
# second conversion hash is made for them (stored in UCD.pl). Look in
# the string one now, as the rest can have an optional 'is' prefix,
# which these don't.
if (exists $string_property_loose_to_name{$loose}) {
# Convert to its standard loose name.
$prop = $string_property_loose_to_name{$loose};
}
else {
my $retrying = 0; # bool. ? Has an initial 'is' been stripped
RETRY:
if (exists $utf8::loose_property_name_of{$loose}
&& (! $retrying
|| ! exists $ambiguous_names{$loose}))
{
# Found an entry giving the standard form. We don't get here
# (in the test above) when we've stripped off an
# 'is' and the result is an ambiguous name. That is because
# these are official Unicode properties (though Perl can have
# an optional 'is' prefix meaning the official property), and
# all ambiguous cases involve a Perl single-form extension
# for the gc, script, or block properties, and the stripped
# 'is' means that they mean one of those, and not one of
# these
$prop = $utf8::loose_property_name_of{$loose};
}
elsif (exists $loose_perlprop_to_name{$loose}) {
# This hash is specifically for this function to list Perl
# extensions that aren't in the earlier hashes. If there is
# only one element, the short and long names are identical.
# Otherwise the form is already in the same form as
# %prop_aliases, which is handled at the end of the function.
$list_ref = $loose_perlprop_to_name{$loose};
if (@$list_ref == 1) {
my @list = ($list_ref->[0], $list_ref->[0]);
$list_ref = \@list;
}
}
elsif (! exists $utf8::loose_to_file_of{$loose}) {
# loose_to_file_of is a complete list of loose names. If not
# there, the input is unknown.
return;
}
elsif ($loose =~ / [:=] /x) {
# Here we found the name but not its aliases, so it has to
# exist. Exclude property-value combinations. (This shows up
# for something like ccc=vr which matches loosely, but is a
# synonym for ccc=9 which matches only strictly.
return;
}
else {
# Here it has to exist, and isn't a property-value
# combination. This means it must be one of the Perl
# single-form extensions. First see if it is for a
# property-value combination in one of the following
# properties.
my @list;
foreach my $property ("gc", "script") {
@list = prop_value_aliases($property, $loose);
last if @list;
}
if (@list) {
# Here, it is one of those property-value combination
# single-form synonyms. There are ambiguities with some
# of these. Check against the list for these, and adjust
# if necessary.
for my $i (0 .. @list -1) {
if (exists $ambiguous_names
{utf8::_loose_name(lc $list[$i])})
{
# The ambiguity is resolved by toggling whether or
# not it has an 'is' prefix
$list[$i] =~ s/^Is_// or $list[$i] =~ s/^/Is_/;
}
}
return @list;
}
# Here, it wasn't one of the gc or script single-form
# extensions. It could be a block property single-form
# extension. An 'in' prefix definitely means that, and should
# be looked up without the prefix. However, starting in
# Unicode 6.1, we have to special case 'indic...', as there
# is a property that begins with that name. We shouldn't
# strip the 'in' from that. I'm (khw) generalizing this to
# 'indic' instead of the single property, because I suspect
# that others of this class may come along in the future.
# However, this could backfire and a block created whose name
# begins with 'dic...', and we would want to strip the 'in'.
# At which point this would have to be tweaked.
my $began_with_in = $loose =~ s/^in(?!dic)//;
@list = prop_value_aliases("block", $loose);
if (@list) {
map { $_ =~ s/^/In_/ } @list;
return @list;
}
# Here still haven't found it. The last opportunity for it
# being valid is only if it began with 'is'. We retry without
# the 'is', setting a flag to that effect so that we don't
# accept things that begin with 'isis...'
if (! $retrying && ! $began_with_in && $loose =~ s/^is//) {
$retrying = 1;
goto RETRY;
}
# Here, didn't find it. Since it was in %loose_to_file_of, we
# should have been able to find it.
carp __PACKAGE__, "::prop_aliases: Unexpectedly could not find '$prop'. Send bug report to perlbug\@perl.org";
return;
}
}
}
if (! $list_ref) {
# Here, we have set $prop to a standard form name of the input. Look
# it up in the structure created by mktables for this purpose, which
# contains both strict and loosely matched properties. Avoid
# autovivifying.
$list_ref = $prop_aliases{$prop} if exists $prop_aliases{$prop};
return unless $list_ref;
}
# The full name is in element 1.
return $list_ref->[1] unless wantarray;
return @{_dclone $list_ref};
}
=pod
=head2 B<prop_values()>
use Unicode::UCD 'prop_values';
print "AHex values are: ", join(", ", prop_values("AHex")),
"\n";
prints:
AHex values are: N, Y
Some Unicode properties have a restricted set of legal values. For example,
all binary properties are restricted to just C<true> or C<false>; and there
are only a few dozen possible General Categories. Use C<prop_values>
to find out if a given property is one such, and if so, to get a list of the
values:
print join ", ", prop_values("NFC_Quick_Check");
prints:
M, N, Y
If the property doesn't have such a restricted set, C<undef> is returned.
There are usually several synonyms for each possible value. Use
L</prop_value_aliases()> to access those.
Case, white space, hyphens, and underscores are ignored in the input property
name (except for the trailing underscore in the old-form grandfathered-in
general category property value C<"L_">, which is better written as C<"LC">).
If the property name is unknown, C<undef> is returned. Note that Perl typically
recognizes property names in regular expressions with an optional C<"Is_>"
(with or without the underscore) prefixed to them, such as C<\p{isgc=punct}>.
This function does not recognize those in the property parameter, returning
C<undef>.
For the block property, new-style block names are returned (see
L</Old-style versus new-style block names>).
C<prop_values> does not know about any user-defined properties, and
will return C<undef> if called with one of those.
=cut
# These are created by mktables for this module and stored in unicore/UCD.pl
# where their structures are described.
our %loose_to_standard_value;
our %prop_value_aliases;
sub prop_values ($) {
my $prop = shift;
return undef unless defined $prop;
require "unicore/UCD.pl";
require "utf8_heavy.pl";
# Find the property name synonym that's used as the key in other hashes,
# which is element 0 in the returned list.
($prop) = prop_aliases($prop);
return undef if ! $prop;
$prop = utf8::_loose_name(lc $prop);
# Here is a legal property.
return undef unless exists $prop_value_aliases{$prop};
my @return;
foreach my $value_key (sort { lc $a cmp lc $b }
keys %{$prop_value_aliases{$prop}})
{
push @return, $prop_value_aliases{$prop}{$value_key}[0];
}
return @return;
}
=pod
=head2 B<prop_value_aliases()>
use Unicode::UCD 'prop_value_aliases';
my ($short_name, $full_name, @other_names)
= prop_value_aliases("Gc", "Punct");
my $same_full_name = prop_value_aliases("Gc", "P"); # Scalar cntxt
my ($same_short_name) = prop_value_aliases("Gc", "P"); # gets 0th
# element
print "The full name is $full_name\n";
print "The short name is $short_name\n";
print "The other aliases are: ", join(", ", @other_names), "\n";
prints:
The full name is Punctuation
The short name is P
The other aliases are: Punct
Some Unicode properties have a restricted set of legal values. For example,
all binary properties are restricted to just C<true> or C<false>; and there
are only a few dozen possible General Categories.
You can use L</prop_values()> to find out if a given property is one which has
a restricted set of values, and if so, what those values are. But usually
each value actually has several synonyms. For example, in Unicode binary
properties, I<truth> can be represented by any of the strings "Y", "Yes", "T",
or "True"; and the General Category "Punctuation" by that string, or "Punct",
or simply "P".
Like property names, there is typically at least a short name for each such
property-value, and a long name. If you know any name of the property-value
(which you can get by L</prop_values()>, you can use C<prop_value_aliases>()
to get the long name (when called in scalar context), or a list of all the
names, with the short name in the 0th element, the long name in the next
element, and any other synonyms in the remaining elements, in no particular
order, except that any all-numeric synonyms will be last.
The long name is returned in a form nicely capitalized, suitable for printing.
Case, white space, hyphens, and underscores are ignored in the input parameters
(except for the trailing underscore in the old-form grandfathered-in general
category property value C<"L_">, which is better written as C<"LC">).
If either name is unknown, C<undef> is returned. Note that Perl typically
recognizes property names in regular expressions with an optional C<"Is_>"
(with or without the underscore) prefixed to them, such as C<\p{isgc=punct}>.
This function does not recognize those in the property parameter, returning
C<undef>.
If called with a property that doesn't have synonyms for its values, it
returns the input value, possibly normalized with capitalization and
underscores, but not necessarily checking that the input value is valid.
For the block property, new-style block names are returned (see
L</Old-style versus new-style block names>).
To find the synonyms for single-forms, such as C<\p{Any}>, use
L</prop_aliases()> instead.
C<prop_value_aliases> does not know about any user-defined properties, and
will return C<undef> if called with one of those.
=cut
sub prop_value_aliases ($$) {
my ($prop, $value) = @_;
return unless defined $prop && defined $value;
require "unicore/UCD.pl";
require "utf8_heavy.pl";
# Find the property name synonym that's used as the key in other hashes,
# which is element 0 in the returned list.
($prop) = prop_aliases($prop);
return if ! $prop;
$prop = utf8::_loose_name(lc $prop);
# Here is a legal property, but the hash below (created by mktables for
# this purpose) only knows about the properties that have a very finite
# number of potential values, that is not ones whose value could be
# anything, like most (if not all) string properties. These don't have
# synonyms anyway. Simply return the input. For example, there is no
# synonym for ('Uppercase_Mapping', A').
if (! exists $prop_value_aliases{$prop}) {
# Here, we have a legal property, but an unknown value. Since the
# property is legal, if it isn't in the prop_aliases hash, it must be
# a Perl-extension All perl extensions are binary, hence are
# enumerateds, which means that we know that the input unknown value
# is illegal.
return if ! exists $Unicode::UCD::prop_aliases{$prop};
# Otherwise, we assume it's valid, as documented.
return $value;
}
# The value name may be loosely or strictly matched; we don't know yet.
# But both types use lower-case.
$value = lc $value;
# If the name isn't found under loose matching, it certainly won't be
# found under strict
my $loose_value = utf8::_loose_name($value);
return unless exists $loose_to_standard_value{"$prop=$loose_value"};
# Similarly if the combination under loose matching doesn't exist, it
# won't exist under strict.
my $standard_value = $loose_to_standard_value{"$prop=$loose_value"};
return unless exists $prop_value_aliases{$prop}{$standard_value};
# Here we did find a combination under loose matching rules. But it could
# be that is a strict property match that shouldn't have matched.
# %prop_value_aliases is set up so that the strict matches will appear as
# if they were in loose form. Thus, if the non-loose version is legal,
# we're ok, can skip the further check.
if (! exists $utf8::stricter_to_file_of{"$prop=$value"}
# We're also ok and skip the further check if value loosely matches.
# mktables has verified that no strict name under loose rules maps to
# an existing loose name. This code relies on the very limited
# circumstances that strict names can be here. Strict name matching
# happens under two conditions:
# 1) when the name begins with an underscore. But this function
# doesn't accept those, and %prop_value_aliases doesn't have
# them.
# 2) When the values are numeric, in which case we need to look
# further, but their squeezed-out loose values will be in
# %stricter_to_file_of
&& exists $utf8::stricter_to_file_of{"$prop=$loose_value"})
{
# The only thing that's legal loosely under strict is that can have an
# underscore between digit pairs XXX
while ($value =~ s/(\d)_(\d)/$1$2/g) {}
return unless exists $utf8::stricter_to_file_of{"$prop=$value"};
}
# Here, we know that the combination exists. Return it.
my $list_ref = $prop_value_aliases{$prop}{$standard_value};
if (@$list_ref > 1) {
# The full name is in element 1.
return $list_ref->[1] unless wantarray;
return @{_dclone $list_ref};
}
return $list_ref->[0] unless wantarray;
# Only 1 element means that it repeats
return ( $list_ref->[0], $list_ref->[0] );
}
# All 1 bits is the largest possible UV.
$Unicode::UCD::MAX_CP = ~0;
=pod
=head2 B<prop_invlist()>
C<prop_invlist> returns an inversion list (described below) that defines all the
code points for the binary Unicode property (or "property=value" pair) given
by the input parameter string:
use feature 'say';
use Unicode::UCD 'prop_invlist';
say join ", ", prop_invlist("Any");
prints:
0, 1114112
If the input is unknown C<undef> is returned in scalar context; an empty-list
in list context. If the input is known, the number of elements in
the list is returned if called in scalar context.
L<perluniprops|perluniprops/Properties accessible through \p{} and \P{}> gives
the list of properties that this function accepts, as well as all the possible
forms for them (including with the optional "Is_" prefixes). (Except this
function doesn't accept any Perl-internal properties, some of which are listed
there.) This function uses the same loose or tighter matching rules for
resolving the input property's name as is done for regular expressions. These
are also specified in L<perluniprops|perluniprops/Properties accessible
through \p{} and \P{}>. Examples of using the "property=value" form are:
say join ", ", prop_invlist("Script=Shavian");
prints:
66640, 66688
say join ", ", prop_invlist("ASCII_Hex_Digit=No");
prints:
0, 48, 58, 65, 71, 97, 103
say join ", ", prop_invlist("ASCII_Hex_Digit=Yes");
prints:
48, 58, 65, 71, 97, 103
Inversion lists are a compact way of specifying Unicode property-value
definitions. The 0th item in the list is the lowest code point that has the
property-value. The next item (item [1]) is the lowest code point beyond that
one that does NOT have the property-value. And the next item beyond that
([2]) is the lowest code point beyond that one that does have the
property-value, and so on. Put another way, each element in the list gives
the beginning of a range that has the property-value (for even numbered
elements), or doesn't have the property-value (for odd numbered elements).
The name for this data structure stems from the fact that each element in the
list toggles (or inverts) whether the corresponding range is or isn't on the
list.
In the final example above, the first ASCII Hex digit is code point 48, the
character "0", and all code points from it through 57 (a "9") are ASCII hex
digits. Code points 58 through 64 aren't, but 65 (an "A") through 70 (an "F")
are, as are 97 ("a") through 102 ("f"). 103 starts a range of code points
that aren't ASCII hex digits. That range extends to infinity, which on your
computer can be found in the variable C<$Unicode::UCD::MAX_CP>. (This
variable is as close to infinity as Perl can get on your platform, and may be
too high for some operations to work; you may wish to use a smaller number for
your purposes.)
Note that the inversion lists returned by this function can possibly include
non-Unicode code points, that is anything above 0x10FFFF. Unicode properties
are not defined on such code points. You might wish to change the output to
not include these. Simply add 0x110000 at the end of the non-empty returned
list if it isn't already that value; and pop that value if it is; like:
my @list = prop_invlist("foo");
if (@list) {
if ($list[-1] == 0x110000) {
pop @list; # Defeat the turning on for above Unicode
}
else {
push @list, 0x110000; # Turn off for above Unicode
}
}
It is a simple matter to expand out an inversion list to a full list of all
code points that have the property-value:
my @invlist = prop_invlist($property_name);
die "empty" unless @invlist;
my @full_list;
for (my $i = 0; $i < @invlist; $i += 2) {
my $upper = ($i + 1) < @invlist
? $invlist[$i+1] - 1 # In range
: $Unicode::UCD::MAX_CP; # To infinity. You may want
# to stop much much earlier;
# going this high may expose
# perl deficiencies with very
# large numbers.
for my $j ($invlist[$i] .. $upper) {
push @full_list, $j;
}
}
C<prop_invlist> does not know about any user-defined nor Perl internal-only
properties, and will return C<undef> if called with one of those.
The L</search_invlist()> function is provided for finding a code point within
an inversion list.
=cut
# User-defined properties could be handled with some changes to utf8_heavy.pl;
# and implementing here of dealing with EXTRAS. If done, consideration should
# be given to the fact that the user subroutine could return different results
# with each call; security issues need to be thought about.
# These are created by mktables for this routine and stored in unicore/UCD.pl
# where their structures are described.
our %loose_defaults;
our $MAX_UNICODE_CODEPOINT;
sub prop_invlist ($;$) {
my $prop = $_[0];
# Undocumented way to get at Perl internal properties; it may be changed
# or removed without notice at any time.
my $internal_ok = defined $_[1] && $_[1] eq '_perl_core_internal_ok';
return if ! defined $prop;
require "utf8_heavy.pl";
# Warnings for these are only for regexes, so not applicable to us
no warnings 'deprecated';
# Get the swash definition of the property-value.
my $swash = utf8::SWASHNEW(__PACKAGE__, $prop, undef, 1, 0);
# Fail if not found, or isn't a boolean property-value, or is a
# user-defined property, or is internal-only.
return if ! $swash
|| ref $swash eq ""
|| $swash->{'BITS'} != 1
|| $swash->{'USER_DEFINED'}
|| (! $internal_ok && $prop =~ /^\s*_/);
if ($swash->{'EXTRAS'}) {
carp __PACKAGE__, "::prop_invlist: swash returned for $prop unexpectedly has EXTRAS magic";
return;
}
if ($swash->{'SPECIALS'}) {
carp __PACKAGE__, "::prop_invlist: swash returned for $prop unexpectedly has SPECIALS magic";
return;
}
my @invlist;
if ($swash->{'LIST'} =~ /^V/) {
# A 'V' as the first character marks the input as already an inversion
# list, in which case, all we need to do is put the remaining lines
# into our array.
@invlist = split "\n", $swash->{'LIST'} =~ s/ \s* (?: \# .* )? $ //xmgr;
shift @invlist;
}
else {
# The input lines look like:
# 0041\t005A # [26]
# 005F
# Split into lines, stripped of trailing comments
foreach my $range (split "\n",
$swash->{'LIST'} =~ s/ \s* (?: \# .* )? $ //xmgr)
{
# And find the beginning and end of the range on the line
my ($hex_begin, $hex_end) = split "\t", $range;
my $begin = hex $hex_begin;
# If the new range merely extends the old, we remove the marker
# created the last time through the loop for the old's end, which
# causes the new one's end to be used instead.
if (@invlist && $begin == $invlist[-1]) {
pop @invlist;
}
else {
# Add the beginning of the range
push @invlist, $begin;
}
if (defined $hex_end) { # The next item starts with the code point 1
# beyond the end of the range.
no warnings 'portable';
my $end = hex $hex_end;
last if $end == $Unicode::UCD::MAX_CP;
push @invlist, $end + 1;
}
else { # No end of range, is a single code point.
push @invlist, $begin + 1;
}
}
}
# Could need to be inverted: add or subtract a 0 at the beginning of the
# list.
if ($swash->{'INVERT_IT'}) {
if (@invlist && $invlist[0] == 0) {
shift @invlist;
}
else {
unshift @invlist, 0;
}
}
return @invlist;
}
=pod
=head2 B<prop_invmap()>
use Unicode::UCD 'prop_invmap';
my ($list_ref, $map_ref, $format, $default)
= prop_invmap("General Category");
C<prop_invmap> is used to get the complete mapping definition for a property,
in the form of an inversion map. An inversion map consists of two parallel
arrays. One is an ordered list of code points that mark range beginnings, and
the other gives the value (or mapping) that all code points in the
corresponding range have.
C<prop_invmap> is called with the name of the desired property. The name is
loosely matched, meaning that differences in case, white-space, hyphens, and
underscores are not meaningful (except for the trailing underscore in the
old-form grandfathered-in property C<"L_">, which is better written as C<"LC">,
or even better, C<"Gc=LC">).
Many Unicode properties have more than one name (or alias). C<prop_invmap>
understands all of these, including Perl extensions to them. Ambiguities are
resolved as described above for L</prop_aliases()>. The Perl internal
property "Perl_Decimal_Digit, described below, is also accepted. An empty
list is returned if the property name is unknown.
See L<perluniprops/Properties accessible through Unicode::UCD> for the
properties acceptable as inputs to this function.
It is a fatal error to call this function except in list context.
In addition to the two arrays that form the inversion map, C<prop_invmap>
returns two other values; one is a scalar that gives some details as to the
format of the entries of the map array; the other is a default value, useful
in maps whose format name begins with the letter C<"a">, as described
L<below in its subsection|/a>; and for specialized purposes, such as
converting to another data structure, described at the end of this main
section.
This means that C<prop_invmap> returns a 4 element list. For example,
my ($blocks_ranges_ref, $blocks_maps_ref, $format, $default)
= prop_invmap("Block");
In this call, the two arrays will be populated as shown below (for Unicode
6.0):
Index @blocks_ranges @blocks_maps
0 0x0000 Basic Latin
1 0x0080 Latin-1 Supplement
2 0x0100 Latin Extended-A
3 0x0180 Latin Extended-B
4 0x0250 IPA Extensions
5 0x02B0 Spacing Modifier Letters
6 0x0300 Combining Diacritical Marks
7 0x0370 Greek and Coptic
8 0x0400 Cyrillic
...
233 0x2B820 No_Block
234 0x2F800 CJK Compatibility Ideographs Supplement
235 0x2FA20 No_Block
236 0xE0000 Tags
237 0xE0080 No_Block
238 0xE0100 Variation Selectors Supplement
239 0xE01F0 No_Block
240 0xF0000 Supplementary Private Use Area-A
241 0x100000 Supplementary Private Use Area-B
242 0x110000 No_Block
The first line (with Index [0]) means that the value for code point 0 is "Basic
Latin". The entry "0x0080" in the @blocks_ranges column in the second line
means that the value from the first line, "Basic Latin", extends to all code
points in the range from 0 up to but not including 0x0080, that is, through
127. In other words, the code points from 0 to 127 are all in the "Basic
Latin" block. Similarly, all code points in the range from 0x0080 up to (but
not including) 0x0100 are in the block named "Latin-1 Supplement", etc.
(Notice that the return is the old-style block names; see L</Old-style versus
new-style block names>).
The final line (with Index [242]) means that the value for all code points above
the legal Unicode maximum code point have the value "No_Block", which is the
term Unicode uses for a non-existing block.
The arrays completely specify the mappings for all possible code points.
The final element in an inversion map returned by this function will always be
for the range that consists of all the code points that aren't legal Unicode,
but that are expressible on the platform. (That is, it starts with code point
0x110000, the first code point above the legal Unicode maximum, and extends to
infinity.) The value for that range will be the same that any typical
unassigned code point has for the specified property. (Certain unassigned
code points are not "typical"; for example the non-character code points, or
those in blocks that are to be written right-to-left. The above-Unicode
range's value is not based on these atypical code points.) It could be argued
that, instead of treating these as unassigned Unicode code points, the value
for this range should be C<undef>. If you wish, you can change the returned
arrays accordingly.
The maps for almost all properties are simple scalars that should be
interpreted as-is.
These values are those given in the Unicode-supplied data files, which may be
inconsistent as to capitalization and as to which synonym for a property-value
is given. The results may be normalized by using the L</prop_value_aliases()>
function.
There are exceptions to the simple scalar maps. Some properties have some
elements in their map list that are themselves lists of scalars; and some
special strings are returned that are not to be interpreted as-is. Element
[2] (placed into C<$format> in the example above) of the returned four element
list tells you if the map has any of these special elements or not, as follows:
=over
=item B<C<s>>
means all the elements of the map array are simple scalars, with no special
elements. Almost all properties are like this, like the C<block> example
above.
=item B<C<sl>>
means that some of the map array elements have the form given by C<"s">, and
the rest are lists of scalars. For example, here is a portion of the output
of calling C<prop_invmap>() with the "Script Extensions" property:
@scripts_ranges @scripts_maps
...
0x0953 Devanagari
0x0964 [ Bengali, Devanagari, Gurumukhi, Oriya ]
0x0966 Devanagari
0x0970 Common
Here, the code points 0x964 and 0x965 are both used in Bengali,
Devanagari, Gurmukhi, and Oriya, but no other scripts.
The Name_Alias property is also of this form. But each scalar consists of two
components: 1) the name, and 2) the type of alias this is. They are
separated by a colon and a space. In Unicode 6.1, there are several alias types:
=over
=item C<correction>
indicates that the name is a corrected form for the
original name (which remains valid) for the same code point.
=item C<control>
adds a new name for a control character.
=item C<alternate>
is an alternate name for a character
=item C<figment>
is a name for a character that has been documented but was never in any
actual standard.
=item C<abbreviation>
is a common abbreviation for a character
=back
The lists are ordered (roughly) so the most preferred names come before less
preferred ones.
For example,
@aliases_ranges @alias_maps
...
0x009E [ 'PRIVACY MESSAGE: control', 'PM: abbreviation' ]
0x009F [ 'APPLICATION PROGRAM COMMAND: control',
'APC: abbreviation'
]
0x00A0 'NBSP: abbreviation'
0x00A1 ""
0x00AD 'SHY: abbreviation'
0x00AE ""
0x01A2 'LATIN CAPITAL LETTER GHA: correction'
0x01A3 'LATIN SMALL LETTER GHA: correction'
0x01A4 ""
...
A map to the empty string means that there is no alias defined for the code
point.
=item B<C<a>>
is like C<"s"> in that all the map array elements are scalars, but here they are
restricted to all being integers, and some have to be adjusted (hence the name
C<"a">) to get the correct result. For example, in:
my ($uppers_ranges_ref, $uppers_maps_ref, $format, $default)
= prop_invmap("Simple_Uppercase_Mapping");
the returned arrays look like this:
@$uppers_ranges_ref @$uppers_maps_ref Note
0 0
97 65 'a' maps to 'A', b => B ...
123 0
181 924 MICRO SIGN => Greek Cap MU
182 0
...
and C<$default> is 0.
Let's start with the second line. It says that the uppercase of code point 97
is 65; or C<uc("a")> == "A". But the line is for the entire range of code
points 97 through 122. To get the mapping for any code point in this range,
you take the offset it has from the beginning code point of the range, and add
that to the mapping for that first code point. So, the mapping for 122 ("z")
is derived by taking the offset of 122 from 97 (=25) and adding that to 65,
yielding 90 ("z"). Likewise for everything in between.
Requiring this simple adjustment allows the returned arrays to be
significantly smaller than otherwise, up to a factor of 10, speeding up
searching through them.
Ranges that map to C<$default>, C<"0">, behave somewhat differently. For
these, each code point maps to itself. So, in the first line in the example,
S<C<ord(uc(chr(0)))>> is 0, S<C<ord(uc(chr(1)))>> is 1, ..
S<C<ord(uc(chr(96)))>> is 96.
=item B<C<al>>
means that some of the map array elements have the form given by C<"a">, and
the rest are ordered lists of code points.
For example, in:
my ($uppers_ranges_ref, $uppers_maps_ref, $format, $default)
= prop_invmap("Uppercase_Mapping");
the returned arrays look like this:
@$uppers_ranges_ref @$uppers_maps_ref
0 0
97 65
123 0
181 924
182 0
...
0x0149 [ 0x02BC 0x004E ]
0x014A 0
0x014B 330
...
This is the full Uppercase_Mapping property (as opposed to the
Simple_Uppercase_Mapping given in the example for format C<"a">). The only
difference between the two in the ranges shown is that the code point at
0x0149 (LATIN SMALL LETTER N PRECEDED BY APOSTROPHE) maps to a string of two
characters, 0x02BC (MODIFIER LETTER APOSTROPHE) followed by 0x004E (LATIN
CAPITAL LETTER N).
No adjustments are needed to entries that are references to arrays; each such
entry will have exactly one element in its range, so the offset is always 0.
The fourth (index [3]) element (C<$default>) in the list returned for this
format is 0.
=item B<C<ae>>
This is like C<"a">, but some elements are the empty string, and should not be
adjusted.
The one internal Perl property accessible by C<prop_invmap> is of this type:
"Perl_Decimal_Digit" returns an inversion map which gives the numeric values
that are represented by the Unicode decimal digit characters. Characters that
don't represent decimal digits map to the empty string, like so:
@digits @values
0x0000 ""
0x0030 0
0x003A: ""
0x0660: 0
0x066A: ""
0x06F0: 0
0x06FA: ""
0x07C0: 0
0x07CA: ""
0x0966: 0
...
This means that the code points from 0 to 0x2F do not represent decimal digits;
the code point 0x30 (DIGIT ZERO) represents 0; code point 0x31, (DIGIT ONE),
represents 0+1-0 = 1; ... code point 0x39, (DIGIT NINE), represents 0+9-0 = 9;
... code points 0x3A through 0x65F do not represent decimal digits; 0x660
(ARABIC-INDIC DIGIT ZERO), represents 0; ... 0x07C1 (NKO DIGIT ONE),
represents 0+1-0 = 1 ...
The fourth (index [3]) element (C<$default>) in the list returned for this
format is the empty string.
=item B<C<ale>>
is a combination of the C<"al"> type and the C<"ae"> type. Some of
the map array elements have the forms given by C<"al">, and
the rest are the empty string. The property C<NFKC_Casefold> has this form.
An example slice is:
@$ranges_ref @$maps_ref Note
...
0x00AA 97 FEMININE ORDINAL INDICATOR => 'a'
0x00AB 0
0x00AD SOFT HYPHEN => ""
0x00AE 0
0x00AF [ 0x0020, 0x0304 ] MACRON => SPACE . COMBINING MACRON
0x00B0 0
...
The fourth (index [3]) element (C<$default>) in the list returned for this
format is 0.
=item B<C<ar>>
means that all the elements of the map array are either rational numbers or
the string C<"NaN">, meaning "Not a Number". A rational number is either an
integer, or two integers separated by a solidus (C<"/">). The second integer
represents the denominator of the division implied by the solidus, and is
actually always positive, so it is guaranteed not to be 0 and to not be
signed. When the element is a plain integer (without the
solidus), it may need to be adjusted to get the correct value by adding the
offset, just as other C<"a"> properties. No adjustment is needed for
fractions, as the range is guaranteed to have just a single element, and so
the offset is always 0.
If you want to convert the returned map to entirely scalar numbers, you
can use something like this:
my ($invlist_ref, $invmap_ref, $format) = prop_invmap($property);
if ($format && $format eq "ar") {
map { $_ = eval $_ if $_ ne 'NaN' } @$map_ref;
}
Here's some entries from the output of the property "Nv", which has format
C<"ar">.
@numerics_ranges @numerics_maps Note
0x00 "NaN"
0x30 0 DIGIT 0 .. DIGIT 9
0x3A "NaN"
0xB2 2 SUPERSCRIPTs 2 and 3
0xB4 "NaN"
0xB9 1 SUPERSCRIPT 1
0xBA "NaN"
0xBC 1/4 VULGAR FRACTION 1/4
0xBD 1/2 VULGAR FRACTION 1/2
0xBE 3/4 VULGAR FRACTION 3/4
0xBF "NaN"
0x660 0 ARABIC-INDIC DIGIT ZERO .. NINE
0x66A "NaN"
The fourth (index [3]) element (C<$default>) in the list returned for this
format is C<"NaN">.
=item B<C<n>>
means the Name property. All the elements of the map array are simple
scalars, but some of them contain special strings that require more work to
get the actual name.
Entries such as:
CJK UNIFIED IDEOGRAPH-<code point>
mean that the name for the code point is "CJK UNIFIED IDEOGRAPH-"
with the code point (expressed in hexadecimal) appended to it, like "CJK
UNIFIED IDEOGRAPH-3403" (similarly for S<C<CJK COMPATIBILITY IDEOGRAPH-E<lt>code
pointE<gt>>>).
Also, entries like
<hangul syllable>
means that the name is algorithmically calculated. This is easily done by
the function L<charnames/charnames::viacode(code)>.
Note that for control characters (C<Gc=cc>), Unicode's data files have the
string "C<E<lt>controlE<gt>>", but the real name of each of these characters is the empty
string. This function returns that real name, the empty string. (There are
names for these characters, but they are considered aliases, not the Name
property name, and are contained in the C<Name_Alias> property.)
=item B<C<ad>>
means the Decomposition_Mapping property. This property is like C<"al">
properties, except that one of the scalar elements is of the form:
<hangul syllable>
This signifies that this entry should be replaced by the decompositions for
all the code points whose decomposition is algorithmically calculated. (All
of them are currently in one range and no others outside the range are likely
to ever be added to Unicode; the C<"n"> format
has this same entry.) These can be generated via the function
L<Unicode::Normalize::NFD()|Unicode::Normalize>.
Note that the mapping is the one that is specified in the Unicode data files,
and to get the final decomposition, it may need to be applied recursively.
The fourth (index [3]) element (C<$default>) in the list returned for this
format is 0.
=back
Note that a format begins with the letter "a" if and only the property it is
for requires adjustments by adding the offsets in multi-element ranges. For
all these properties, an entry should be adjusted only if the map is a scalar
which is an integer. That is, it must match the regular expression:
/ ^ -? \d+ $ /xa
Further, the first element in a range never needs adjustment, as the
adjustment would be just adding 0.
A binary search such as that provided by L</search_invlist()>, can be used to
quickly find a code point in the inversion list, and hence its corresponding
mapping.
The final, fourth element (index [3], assigned to C<$default> in the "block"
example) in the four element list returned by this function is used with the
C<"a"> format types; it may also be useful for applications
that wish to convert the returned inversion map data structure into some
other, such as a hash. It gives the mapping that most code points map to
under the property. If you establish the convention that any code point not
explicitly listed in your data structure maps to this value, you can
potentially make your data structure much smaller. As you construct your data
structure from the one returned by this function, simply ignore those ranges
that map to this value. For example, to
convert to the data structure searchable by L</charinrange()>, you can follow
this recipe for properties that don't require adjustments:
my ($list_ref, $map_ref, $format, $default) = prop_invmap($property);
my @range_list;
# Look at each element in the list, but the -2 is needed because we
# look at $i+1 in the loop, and the final element is guaranteed to map
# to $default by prop_invmap(), so we would skip it anyway.
for my $i (0 .. @$list_ref - 2) {
next if $map_ref->[$i] eq $default;
push @range_list, [ $list_ref->[$i],
$list_ref->[$i+1],
$map_ref->[$i]
];
}
print charinrange(\@range_list, $code_point), "\n";
With this, C<charinrange()> will return C<undef> if its input code point maps
to C<$default>. You can avoid this by omitting the C<next> statement, and adding
a line after the loop to handle the final element of the inversion map.
Similarly, this recipe can be used for properties that do require adjustments:
for my $i (0 .. @$list_ref - 2) {
next if $map_ref->[$i] eq $default;
# prop_invmap() guarantees that if the mapping is to an array, the
# range has just one element, so no need to worry about adjustments.
if (ref $map_ref->[$i]) {
push @range_list,
[ $list_ref->[$i], $list_ref->[$i], $map_ref->[$i] ];
}
else { # Otherwise each element is actually mapped to a separate
# value, so the range has to be split into single code point
# ranges.
my $adjustment = 0;
# For each code point that gets mapped to something...
for my $j ($list_ref->[$i] .. $list_ref->[$i+1] -1 ) {
# ... add a range consisting of just it mapping to the
# original plus the adjustment, which is incremented for the
# next time through the loop, as the offset increases by 1
# for each element in the range
push @range_list,
[ $j, $j, $map_ref->[$i] + $adjustment++ ];
}
}
}
Note that the inversion maps returned for the C<Case_Folding> and
C<Simple_Case_Folding> properties do not include the Turkic-locale mappings.
Use L</casefold()> for these.
C<prop_invmap> does not know about any user-defined properties, and will
return C<undef> if called with one of those.
The returned values for the Perl extension properties, such as C<Any> and
C<Greek> are somewhat misleading. The values are either C<"Y"> or C<"N>".
All Unicode properties are bipartite, so you can actually use the C<"Y"> or
C<"N>" in a Perl regular rexpression for these, like C<qr/\p{ID_Start=Y/}> or
C<qr/\p{Upper=N/}>. But the Perl extensions aren't specified this way, only
like C</qr/\p{Any}>, I<etc>. You can't actually use the C<"Y"> and C<"N>" in
them.
=cut
# User-defined properties could be handled with some changes to utf8_heavy.pl;
# if done, consideration should be given to the fact that the user subroutine
# could return different results with each call, which could lead to some
# security issues.
# One could store things in memory so they don't have to be recalculated, but
# it is unlikely this will be called often, and some properties would take up
# significant memory.
# These are created by mktables for this routine and stored in unicore/UCD.pl
# where their structures are described.
our @algorithmic_named_code_points;
our $HANGUL_BEGIN;
our $HANGUL_COUNT;
sub prop_invmap ($;$) {
croak __PACKAGE__, "::prop_invmap: must be called in list context" unless wantarray;
my $prop = $_[0];
return unless defined $prop;
# Undocumented way to get at Perl internal properties; it may be changed
# or removed without notice at any time. It currently also changes the
# output to use the format specified in the file rather than the one we
# normally compute and return
my $internal_ok = defined $_[1] && $_[1] eq '_perl_core_internal_ok';
# Fail internal properties
return if $prop =~ /^_/ && ! $internal_ok;
# The values returned by this function.
my (@invlist, @invmap, $format, $missing);
# The swash has two components we look at, the base list, and a hash,
# named 'SPECIALS', containing any additional members whose mappings don't
# fit into the base list scheme of things. These generally 'override'
# any value in the base list for the same code point.
my $overrides;
require "utf8_heavy.pl";
require "unicore/UCD.pl";
RETRY:
# If there are multiple entries for a single code point
my $has_multiples = 0;
# Try to get the map swash for the property. They have 'To' prepended to
# the property name, and 32 means we will accept 32 bit return values.
# The 0 means we aren't calling this from tr///.
my $swash = utf8::SWASHNEW(__PACKAGE__, "To$prop", undef, 32, 0);
# If didn't find it, could be because needs a proxy. And if was the
# 'Block' or 'Name' property, use a proxy even if did find it. Finding it
# in these cases would be the result of the installation changing mktables
# to output the Block or Name tables. The Block table gives block names
# in the new-style, and this routine is supposed to return old-style block
# names. The Name table is valid, but we need to execute the special code
# below to add in the algorithmic-defined name entries.
# And NFKCCF needs conversion, so handle that here too.
if (ref $swash eq ""
|| $swash->{'TYPE'} =~ / ^ To (?: Blk | Na | NFKCCF ) $ /x)
{
# Get the short name of the input property, in standard form
my ($second_try) = prop_aliases($prop);
return unless $second_try;
$second_try = utf8::_loose_name(lc $second_try);
if ($second_try eq "in") {
# This property is identical to age for inversion map purposes
$prop = "age";
goto RETRY;
}
elsif ($second_try =~ / ^ s ( cf | fc | [ltu] c ) $ /x) {
# These properties use just the LIST part of the full mapping,
# which includes the simple maps that are otherwise overridden by
# the SPECIALS. So all we need do is to not look at the SPECIALS;
# set $overrides to indicate that
$overrides = -1;
# The full name is the simple name stripped of its initial 's'
$prop = $1;
# .. except for this case
$prop = 'cf' if $prop eq 'fc';
goto RETRY;
}
elsif ($second_try eq "blk") {
# We use the old block names. Just create a fake swash from its
# data.
_charblocks();
my %blocks;
$blocks{'LIST'} = "";
$blocks{'TYPE'} = "ToBlk";
$utf8::SwashInfo{ToBlk}{'missing'} = "No_Block";
$utf8::SwashInfo{ToBlk}{'format'} = "s";
foreach my $block (@BLOCKS) {
$blocks{'LIST'} .= sprintf "%x\t%x\t%s\n",
$block->[0],
$block->[1],
$block->[2];
}
$swash = \%blocks;
}
elsif ($second_try eq "na") {
# Use the combo file that has all the Name-type properties in it,
# extracting just the ones that are for the actual 'Name'
# property. And create a fake swash from it.
my %names;
$names{'LIST'} = "";
my $original = do "unicore/Name.pl";
my $algorithm_names = \@algorithmic_named_code_points;
# We need to remove the names from it that are aliases. For that
# we need to also read in that table. Create a hash with the keys
# being the code points, and the values being a list of the
# aliases for the code point key.
my ($aliases_code_points, $aliases_maps, undef, undef) =
&prop_invmap('Name_Alias');
my %aliases;
for (my $i = 0; $i < @$aliases_code_points; $i++) {
my $code_point = $aliases_code_points->[$i];
$aliases{$code_point} = $aliases_maps->[$i];
# If not already a list, make it into one, so that later we
# can treat things uniformly
if (! ref $aliases{$code_point}) {
$aliases{$code_point} = [ $aliases{$code_point} ];
}
# Remove the alias type from the entry, retaining just the
# name.
map { s/:.*// } @{$aliases{$code_point}};
}
my $i = 0;
foreach my $line (split "\n", $original) {
my ($hex_code_point, $name) = split "\t", $line;
# Weeds out all comments, blank lines, and named sequences
next if $hex_code_point =~ /[^[:xdigit:]]/a;
my $code_point = hex $hex_code_point;
# The name of all controls is the default: the empty string.
# The set of controls is immutable
next if chr($code_point) =~ /[[:cntrl:]]/u;
# If this is a name_alias, it isn't a name
next if grep { $_ eq $name } @{$aliases{$code_point}};
# If we are beyond where one of the special lines needs to
# be inserted ...
while ($i < @$algorithm_names
&& $code_point > $algorithm_names->[$i]->{'low'})
{
# ... then insert it, ahead of what we were about to
# output
$names{'LIST'} .= sprintf "%x\t%x\t%s\n",
$algorithm_names->[$i]->{'low'},
$algorithm_names->[$i]->{'high'},
$algorithm_names->[$i]->{'name'};
# Done with this range.
$i++;
# We loop until all special lines that precede the next
# regular one are output.
}
# Here, is a normal name.
$names{'LIST'} .= sprintf "%x\t\t%s\n", $code_point, $name;
} # End of loop through all the names
$names{'TYPE'} = "ToNa";
$utf8::SwashInfo{ToNa}{'missing'} = "";
$utf8::SwashInfo{ToNa}{'format'} = "n";
$swash = \%names;
}
elsif ($second_try =~ / ^ ( d [mt] ) $ /x) {
# The file is a combination of dt and dm properties. Create a
# fake swash from the portion that we want.
my $original = do "unicore/Decomposition.pl";
my %decomps;
if ($second_try eq 'dt') {
$decomps{'TYPE'} = "ToDt";
$utf8::SwashInfo{'ToDt'}{'missing'} = "None";
$utf8::SwashInfo{'ToDt'}{'format'} = "s";
} # 'dm' is handled below, with 'nfkccf'
$decomps{'LIST'} = "";
# This property has one special range not in the file: for the
# hangul syllables. But not in Unicode version 1.
UnicodeVersion() unless defined $v_unicode_version;
my $done_hangul = ($v_unicode_version lt v2.0.0)
? 1
: 0; # Have we done the hangul range ?
foreach my $line (split "\n", $original) {
my ($hex_lower, $hex_upper, $type_and_map) = split "\t", $line;
my $code_point = hex $hex_lower;
my $value;
my $redo = 0;
# The type, enclosed in <...>, precedes the mapping separated
# by blanks
if ($type_and_map =~ / ^ < ( .* ) > \s+ (.*) $ /x) {
$value = ($second_try eq 'dt') ? $1 : $2
}
else { # If there is no type specified, it's canonical
$value = ($second_try eq 'dt')
? "Canonical" :
$type_and_map;
}
# Insert the hangul range at the appropriate spot.
if (! $done_hangul && $code_point > $HANGUL_BEGIN) {
$done_hangul = 1;
$decomps{'LIST'} .=
sprintf "%x\t%x\t%s\n",
$HANGUL_BEGIN,
$HANGUL_BEGIN + $HANGUL_COUNT - 1,
($second_try eq 'dt')
? "Canonical"
: "<hangul syllable>";
}
if ($value =~ / / && $hex_upper ne "" && $hex_upper ne $hex_lower) {
$line = sprintf("%04X\t%s\t%s", hex($hex_lower) + 1, $hex_upper, $value);
$hex_upper = "";
$redo = 1;
}
# And append this to our constructed LIST.
$decomps{'LIST'} .= "$hex_lower\t$hex_upper\t$value\n";
redo if $redo;
}
$swash = \%decomps;
}
elsif ($second_try ne 'nfkccf') { # Don't know this property. Fail.
return;
}
if ($second_try eq 'nfkccf' || $second_try eq 'dm') {
# The 'nfkccf' property is stored in the old format for backwards
# compatibility for any applications that has read its file
# directly before prop_invmap() existed.
# And the code above has extracted the 'dm' property from its file
# yielding the same format. So here we convert them to adjusted
# format for compatibility with the other properties similar to
# them.
my %revised_swash;
# We construct a new converted list.
my $list = "";
my @ranges = split "\n", $swash->{'LIST'};
for (my $i = 0; $i < @ranges; $i++) {
my ($hex_begin, $hex_end, $map) = split "\t", $ranges[$i];
# The dm property has maps that are space separated sequences
# of code points, as well as the special entry "<hangul
# syllable>, which also contains a blank.
my @map = split " ", $map;
if (@map > 1) {
# If it's just the special entry, append as-is.
if ($map eq '<hangul syllable>') {
$list .= "$ranges[$i]\n";
}
else {
# These should all be single-element ranges.
croak __PACKAGE__, "::prop_invmap: Not expecting a mapping with multiple code points in a multi-element range, $ranges[$i]" if $hex_end ne "" && $hex_end ne $hex_begin;
# Convert them to decimal, as that's what's expected.
$list .= "$hex_begin\t\t"
. join(" ", map { hex } @map)
. "\n";
}
next;
}
# Here, the mapping doesn't have a blank, is for a single code
# point.
my $begin = hex $hex_begin;
my $end = (defined $hex_end && $hex_end ne "")
? hex $hex_end
: $begin;
# Again, the output is to be in decimal.
my $decimal_map = hex $map;
# We know that multi-element ranges with the same mapping
# should not be adjusted, as after the adjustment
# multi-element ranges are for consecutive increasing code
# points. Further, the final element in the list won't be
# adjusted, as there is nothing after it to include in the
# adjustment
if ($begin != $end || $i == @ranges -1) {
# So just convert these to single-element ranges
foreach my $code_point ($begin .. $end) {
$list .= sprintf("%04X\t\t%d\n",
$code_point, $decimal_map);
}
}
else {
# Here, we have a candidate for adjusting. What we do is
# look through the subsequent adjacent elements in the
# input. If the map to the next one differs by 1 from the
# one before, then we combine into a larger range with the
# initial map. Loop doing this until we find one that
# can't be combined.
my $offset = 0; # How far away are we from the initial
# map
my $squished = 0; # ? Did we squish at least two
# elements together into one range
for ( ; $i < @ranges; $i++) {
my ($next_hex_begin, $next_hex_end, $next_map)
= split "\t", $ranges[$i+1];
# In the case of 'dm', the map may be a sequence of
# multiple code points, which are never combined with
# another range
last if $next_map =~ / /;
$offset++;
my $next_decimal_map = hex $next_map;
# If the next map is not next in sequence, it
# shouldn't be combined.
last if $next_decimal_map != $decimal_map + $offset;
my $next_begin = hex $next_hex_begin;
# Likewise, if the next element isn't adjacent to the
# previous one, it shouldn't be combined.
last if $next_begin != $begin + $offset;
my $next_end = (defined $next_hex_end
&& $next_hex_end ne "")
? hex $next_hex_end
: $next_begin;
# And finally, if the next element is a multi-element
# range, it shouldn't be combined.
last if $next_end != $next_begin;
# Here, we will combine. Loop to see if we should
# combine the next element too.
$squished = 1;
}
if ($squished) {
# Here, 'i' is the element number of the last element to
# be combined, and the range is single-element, or we
# wouldn't be combining. Get it's code point.
my ($hex_end, undef, undef) = split "\t", $ranges[$i];
$list .= "$hex_begin\t$hex_end\t$decimal_map\n";
} else {
# Here, no combining done. Just append the initial
# (and current) values.
$list .= "$hex_begin\t\t$decimal_map\n";
}
}
} # End of loop constructing the converted list
# Finish up the data structure for our converted swash
my $type = ($second_try eq 'nfkccf') ? 'ToNFKCCF' : 'ToDm';
$revised_swash{'LIST'} = $list;
$revised_swash{'TYPE'} = $type;
$revised_swash{'SPECIALS'} = $swash->{'SPECIALS'};
$swash = \%revised_swash;
$utf8::SwashInfo{$type}{'missing'} = 0;
$utf8::SwashInfo{$type}{'format'} = 'a';
}
}
if ($swash->{'EXTRAS'}) {
carp __PACKAGE__, "::prop_invmap: swash returned for $prop unexpectedly has EXTRAS magic";
return;
}
# Here, have a valid swash return. Examine it.
my $returned_prop = $swash->{'TYPE'};
# All properties but binary ones should have 'missing' and 'format'
# entries
$missing = $utf8::SwashInfo{$returned_prop}{'missing'};
$missing = 'N' unless defined $missing;
$format = $utf8::SwashInfo{$returned_prop}{'format'};
$format = 'b' unless defined $format;
my $requires_adjustment = $format =~ /^a/;
if ($swash->{'LIST'} =~ /^V/) {
@invlist = split "\n", $swash->{'LIST'} =~ s/ \s* (?: \# .* )? $ //xmgr;
shift @invlist;
foreach my $i (0 .. @invlist - 1) {
$invmap[$i] = ($i % 2 == 0) ? 'Y' : 'N'
}
# The map includes lines for all code points; add one for the range
# from 0 to the first Y.
if ($invlist[0] != 0) {
unshift @invlist, 0;
unshift @invmap, 'N';
}
}
else {
# The LIST input lines look like:
# ...
# 0374\t\tCommon
# 0375\t0377\tGreek # [3]
# 037A\t037D\tGreek # [4]
# 037E\t\tCommon
# 0384\t\tGreek
# ...
#
# Convert them to like
# 0374 => Common
# 0375 => Greek
# 0378 => $missing
# 037A => Greek
# 037E => Common
# 037F => $missing
# 0384 => Greek
#
# For binary properties, the final non-comment column is absent, and
# assumed to be 'Y'.
foreach my $range (split "\n", $swash->{'LIST'}) {
$range =~ s/ \s* (?: \# .* )? $ //xg; # rmv trailing space, comments
# Find the beginning and end of the range on the line
my ($hex_begin, $hex_end, $map) = split "\t", $range;
my $begin = hex $hex_begin;
no warnings 'portable';
my $end = (defined $hex_end && $hex_end ne "")
? hex $hex_end
: $begin;
# Each time through the loop (after the first):
# $invlist[-2] contains the beginning of the previous range processed
# $invlist[-1] contains the end+1 of the previous range processed
# $invmap[-2] contains the value of the previous range processed
# $invmap[-1] contains the default value for missing ranges
# ($missing)
#
# Thus, things are set up for the typical case of a new
# non-adjacent range of non-missings to be added. But, if the new
# range is adjacent, it needs to replace the [-1] element; and if
# the new range is a multiple value of the previous one, it needs
# to be added to the [-2] map element.
# The first time through, everything will be empty. If the
# property doesn't have a range that begins at 0, add one that
# maps to $missing
if (! @invlist) {
if ($begin != 0) {
push @invlist, 0;
push @invmap, $missing;
}
}
elsif (@invlist > 1 && $invlist[-2] == $begin) {
# Here we handle the case where the input has multiple entries
# for each code point. mktables should have made sure that
# each such range contains only one code point. At this
# point, $invlist[-1] is the $missing that was added at the
# end of the last loop iteration, and [-2] is the last real
# input code point, and that code point is the same as the one
# we are adding now, making the new one a multiple entry. Add
# it to the existing entry, either by pushing it to the
# existing list of multiple entries, or converting the single
# current entry into a list with both on it. This is all we
# need do for this iteration.
if ($end != $begin) {
croak __PACKAGE__, ":prop_invmap: Multiple maps per code point in '$prop' require single-element ranges: begin=$begin, end=$end, map=$map";
}
if (! ref $invmap[-2]) {
$invmap[-2] = [ $invmap[-2], $map ];
}
else {
push @{$invmap[-2]}, $map;
}
$has_multiples = 1;
next;
}
elsif ($invlist[-1] == $begin) {
# If the input isn't in the most compact form, so that there
# are two adjacent ranges that map to the same thing, they
# should be combined (EXCEPT where the arrays require
# adjustments, in which case everything is already set up
# correctly). This happens in our constructed dt mapping, as
# Element [-2] is the map for the latest range so far
# processed. Just set the beginning point of the map to
# $missing (in invlist[-1]) to 1 beyond where this range ends.
# For example, in
# 12\t13\tXYZ
# 14\t17\tXYZ
# we have set it up so that it looks like
# 12 => XYZ
# 14 => $missing
#
# We now see that it should be
# 12 => XYZ
# 18 => $missing
if (! $requires_adjustment && @invlist > 1 && ( (defined $map)
? $invmap[-2] eq $map
: $invmap[-2] eq 'Y'))
{
$invlist[-1] = $end + 1;
next;
}
# Here, the range started in the previous iteration that maps
# to $missing starts at the same code point as this range.
# That means there is no gap to fill that that range was
# intended for, so we just pop it off the parallel arrays.
pop @invlist;
pop @invmap;
}
# Add the range beginning, and the range's map.
push @invlist, $begin;
if ($returned_prop eq 'ToDm') {
# The decomposition maps are either a line like <hangul
# syllable> which are to be taken as is; or a sequence of code
# points in hex and separated by blanks. Convert them to
# decimal, and if there is more than one, use an anonymous
# array as the map.
if ($map =~ /^ < /x) {
push @invmap, $map;
}
else {
my @map = split " ", $map;
if (@map == 1) {
push @invmap, $map[0];
}
else {
push @invmap, \@map;
}
}
}
else {
# Otherwise, convert hex formatted list entries to decimal;
# add a 'Y' map for the missing value in binary properties, or
# otherwise, use the input map unchanged.
$map = ($format eq 'x' || $format eq 'ax')
? hex $map
: $format eq 'b'
? 'Y'
: $map;
push @invmap, $map;
}
# We just started a range. It ends with $end. The gap between it
# and the next element in the list must be filled with a range
# that maps to the default value. If there is no gap, the next
# iteration will pop this, unless there is no next iteration, and
# we have filled all of the Unicode code space, so check for that
# and skip.
if ($end < $Unicode::UCD::MAX_CP) {
push @invlist, $end + 1;
push @invmap, $missing;
}
}
}
# If the property is empty, make all code points use the value for missing
# ones.
if (! @invlist) {
push @invlist, 0;
push @invmap, $missing;
}
# The final element is always for just the above-Unicode code points. If
# not already there, add it. It merely splits the current final range
# that extends to infinity into two elements, each with the same map.
# (This is to conform with the API that says the final element is for
# $MAX_UNICODE_CODEPOINT + 1 .. INFINITY.)
if ($invlist[-1] != $MAX_UNICODE_CODEPOINT + 1) {
push @invmap, $invmap[-1];
push @invlist, $MAX_UNICODE_CODEPOINT + 1;
}
# The second component of the map are those values that require
# non-standard specification, stored in SPECIALS. These override any
# duplicate code points in LIST. If we are using a proxy, we may have
# already set $overrides based on the proxy.
$overrides = $swash->{'SPECIALS'} unless defined $overrides;
if ($overrides) {
# A negative $overrides implies that the SPECIALS should be ignored,
# and a simple 'a' list is the value.
if ($overrides < 0) {
$format = 'a';
}
else {
# Currently, all overrides are for properties that normally map to
# single code points, but now some will map to lists of code
# points (but there is an exception case handled below).
$format = 'al';
# Look through the overrides.
foreach my $cp_maybe_utf8 (keys %$overrides) {
my $cp;
my @map;
# If the overrides came from SPECIALS, the code point keys are
# packed UTF-8.
if ($overrides == $swash->{'SPECIALS'}) {
$cp = $cp_maybe_utf8;
if (! utf8::decode($cp)) {
croak __PACKAGE__, "::prop_invmap: Malformed UTF-8: ",
map { sprintf("\\x{%02X}", unpack("C", $_)) }
split "", $cp;
}
$cp = unpack("W", $cp);
@map = unpack "W*", $swash->{'SPECIALS'}{$cp_maybe_utf8};
# The empty string will show up unpacked as an empty
# array.
$format = 'ale' if @map == 0;
}
else {
# But if we generated the overrides, we didn't bother to
# pack them, and we, so far, do this only for properties
# that are 'a' ones.
$cp = $cp_maybe_utf8;
@map = hex $overrides->{$cp};
$format = 'a';
}
# Find the range that the override applies to.
my $i = search_invlist(\@invlist, $cp);
if ($cp < $invlist[$i] || $cp >= $invlist[$i + 1]) {
croak __PACKAGE__, "::prop_invmap: wrong_range, cp=$cp; i=$i, current=$invlist[$i]; next=$invlist[$i + 1]"
}
# And what that range currently maps to
my $cur_map = $invmap[$i];
# If there is a gap between the next range and the code point
# we are overriding, we have to add elements to both arrays to
# fill that gap, using the map that applies to it, which is
# $cur_map, since it is part of the current range.
if ($invlist[$i + 1] > $cp + 1) {
#use feature 'say';
#say "Before splice:";
#say 'i-2=[', $i-2, ']', sprintf("%04X maps to %s", $invlist[$i-2], $invmap[$i-2]) if $i >= 2;
#say 'i-1=[', $i-1, ']', sprintf("%04X maps to %s", $invlist[$i-1], $invmap[$i-1]) if $i >= 1;
#say 'i =[', $i, ']', sprintf("%04X maps to %s", $invlist[$i], $invmap[$i]);
#say 'i+1=[', $i+1, ']', sprintf("%04X maps to %s", $invlist[$i+1], $invmap[$i+1]) if $i < @invlist + 1;
#say 'i+2=[', $i+2, ']', sprintf("%04X maps to %s", $invlist[$i+2], $invmap[$i+2]) if $i < @invlist + 2;
splice @invlist, $i + 1, 0, $cp + 1;
splice @invmap, $i + 1, 0, $cur_map;
#say "After splice:";
#say 'i-2=[', $i-2, ']', sprintf("%04X maps to %s", $invlist[$i-2], $invmap[$i-2]) if $i >= 2;
#say 'i-1=[', $i-1, ']', sprintf("%04X maps to %s", $invlist[$i-1], $invmap[$i-1]) if $i >= 1;
#say 'i =[', $i, ']', sprintf("%04X maps to %s", $invlist[$i], $invmap[$i]);
#say 'i+1=[', $i+1, ']', sprintf("%04X maps to %s", $invlist[$i+1], $invmap[$i+1]) if $i < @invlist + 1;
#say 'i+2=[', $i+2, ']', sprintf("%04X maps to %s", $invlist[$i+2], $invmap[$i+2]) if $i < @invlist + 2;
}
# If the remaining portion of the range is multiple code
# points (ending with the one we are replacing, guaranteed by
# the earlier splice). We must split it into two
if ($invlist[$i] < $cp) {
$i++; # Compensate for the new element
#use feature 'say';
#say "Before splice:";
#say 'i-2=[', $i-2, ']', sprintf("%04X maps to %s", $invlist[$i-2], $invmap[$i-2]) if $i >= 2;
#say 'i-1=[', $i-1, ']', sprintf("%04X maps to %s", $invlist[$i-1], $invmap[$i-1]) if $i >= 1;
#say 'i =[', $i, ']', sprintf("%04X maps to %s", $invlist[$i], $invmap[$i]);
#say 'i+1=[', $i+1, ']', sprintf("%04X maps to %s", $invlist[$i+1], $invmap[$i+1]) if $i < @invlist + 1;
#say 'i+2=[', $i+2, ']', sprintf("%04X maps to %s", $invlist[$i+2], $invmap[$i+2]) if $i < @invlist + 2;
splice @invlist, $i, 0, $cp;
splice @invmap, $i, 0, 'dummy';
#say "After splice:";
#say 'i-2=[', $i-2, ']', sprintf("%04X maps to %s", $invlist[$i-2], $invmap[$i-2]) if $i >= 2;
#say 'i-1=[', $i-1, ']', sprintf("%04X maps to %s", $invlist[$i-1], $invmap[$i-1]) if $i >= 1;
#say 'i =[', $i, ']', sprintf("%04X maps to %s", $invlist[$i], $invmap[$i]);
#say 'i+1=[', $i+1, ']', sprintf("%04X maps to %s", $invlist[$i+1], $invmap[$i+1]) if $i < @invlist + 1;
#say 'i+2=[', $i+2, ']', sprintf("%04X maps to %s", $invlist[$i+2], $invmap[$i+2]) if $i < @invlist + 2;
}
# Here, the range we are overriding contains a single code
# point. The result could be the empty string, a single
# value, or a list. If the last case, we use an anonymous
# array.
$invmap[$i] = (scalar @map == 0)
? ""
: (scalar @map > 1)
? \@map
: $map[0];
}
}
}
elsif ($format eq 'x') {
# All hex-valued properties are really to code points, and have been
# converted to decimal.
$format = 's';
}
elsif ($returned_prop eq 'ToDm') {
$format = 'ad';
}
elsif ($format eq 'sw') { # blank-separated elements to form a list.
map { $_ = [ split " ", $_ ] if $_ =~ / / } @invmap;
$format = 'sl';
}
elsif ($returned_prop eq 'ToNameAlias') {
# This property currently doesn't have any lists, but theoretically
# could
$format = 'sl';
}
elsif ($returned_prop eq 'ToPerlDecimalDigit') {
$format = 'ae';
}
elsif ($returned_prop eq 'ToNv') {
# The one property that has this format is stored as a delta, so needs
# to indicate that need to add code point to it.
$format = 'ar';
}
elsif ($format ne 'n' && $format ne 'a') {
# All others are simple scalars
$format = 's';
}
if ($has_multiples && $format !~ /l/) {
croak __PACKAGE__, "::prop_invmap: Wrong format '$format' for prop_invmap('$prop'); should indicate has lists";
}
return (\@invlist, \@invmap, $format, $missing);
}
sub search_invlist {
=pod
=head2 B<search_invlist()>
use Unicode::UCD qw(prop_invmap prop_invlist);
use Unicode::UCD 'search_invlist';
my @invlist = prop_invlist($property_name);
print $code_point, ((search_invlist(\@invlist, $code_point) // -1) % 2)
? " isn't"
: " is",
" in $property_name\n";
my ($blocks_ranges_ref, $blocks_map_ref) = prop_invmap("Block");
my $index = search_invlist($blocks_ranges_ref, $code_point);
print "$code_point is in block ", $blocks_map_ref->[$index], "\n";
C<search_invlist> is used to search an inversion list returned by
C<prop_invlist> or C<prop_invmap> for a particular L</code point argument>.
C<undef> is returned if the code point is not found in the inversion list
(this happens only when it is not a legal L<code point argument>, or is less
than the list's first element). A warning is raised in the first instance.
Otherwise, it returns the index into the list of the range that contains the
code point.; that is, find C<i> such that
list[i]<= code_point < list[i+1].
As explained in L</prop_invlist()>, whether a code point is in the list or not
depends on if the index is even (in) or odd (not in). And as explained in
L</prop_invmap()>, the index is used with the returned parallel array to find
the mapping.
=cut
my $list_ref = shift;
my $input_code_point = shift;
my $code_point = _getcode($input_code_point);
if (! defined $code_point) {
carp __PACKAGE__, "::search_invlist: unknown code '$input_code_point'";
return;
}
my $max_element = @$list_ref - 1;
# Return undef if list is empty or requested item is before the first element.
return if $max_element < 0;
return if $code_point < $list_ref->[0];
# Short cut something at the far-end of the table. This also allows us to
# refer to element [$i+1] without fear of being out-of-bounds in the loop
# below.
return $max_element if $code_point >= $list_ref->[$max_element];
use integer; # want integer division
my $i = $max_element / 2;
my $lower = 0;
my $upper = $max_element;
while (1) {
if ($code_point >= $list_ref->[$i]) {
# Here we have met the lower constraint. We can quit if we
# also meet the upper one.
last if $code_point < $list_ref->[$i+1];
$lower = $i; # Still too low.
}
else {
# Here, $code_point < $list_ref[$i], so look lower down.
$upper = $i;
}
# Split search domain in half to try again.
my $temp = ($upper + $lower) / 2;
# No point in continuing unless $i changes for next time
# in the loop.
return $i if $temp == $i;
$i = $temp;
} # End of while loop
# Here we have found the offset
return $i;
}
=head2 Unicode::UCD::UnicodeVersion
This returns the version of the Unicode Character Database, in other words, the
version of the Unicode standard the database implements. The version is a
string of numbers delimited by dots (C<'.'>).
=cut
my $UNICODEVERSION;
sub UnicodeVersion {
unless (defined $UNICODEVERSION) {
openunicode(\$VERSIONFH, "version");
local $/ = "\n";
chomp($UNICODEVERSION = <$VERSIONFH>);
close($VERSIONFH);
croak __PACKAGE__, "::VERSION: strange version '$UNICODEVERSION'"
unless $UNICODEVERSION =~ /^\d+(?:\.\d+)+$/;
}
$v_unicode_version = pack "C*", split /\./, $UNICODEVERSION;
return $UNICODEVERSION;
}
=head2 B<Blocks versus Scripts>
The difference between a block and a script is that scripts are closer
to the linguistic notion of a set of code points required to represent
languages, while block is more of an artifact of the Unicode code point
numbering and separation into blocks of consecutive code points (so far the
size of a block is some multiple of 16, like 128 or 256).
For example the Latin B<script> is spread over several B<blocks>, such
as C<Basic Latin>, C<Latin 1 Supplement>, C<Latin Extended-A>, and
C<Latin Extended-B>. On the other hand, the Latin script does not
contain all the characters of the C<Basic Latin> block (also known as
ASCII): it includes only the letters, and not, for example, the digits
nor the punctuation.
For blocks see L<http://www.unicode.org/Public/UNIDATA/Blocks.txt>
For scripts see UTR #24: L<http://www.unicode.org/unicode/reports/tr24/>
=head2 B<Matching Scripts and Blocks>
Scripts are matched with the regular-expression construct
C<\p{...}> (e.g. C<\p{Tibetan}> matches characters of the Tibetan script),
while C<\p{Blk=...}> is used for blocks (e.g. C<\p{Blk=Tibetan}> matches
any of the 256 code points in the Tibetan block).
=head2 Old-style versus new-style block names
Unicode publishes the names of blocks in two different styles, though the two
are equivalent under Unicode's loose matching rules.
The original style uses blanks and hyphens in the block names (except for
C<No_Block>), like so:
Miscellaneous Mathematical Symbols-B
The newer style replaces these with underscores, like this:
Miscellaneous_Mathematical_Symbols_B
This newer style is consistent with the values of other Unicode properties.
To preserve backward compatibility, all the functions in Unicode::UCD that
return block names (except as noted) return the old-style ones.
L</prop_value_aliases()> returns the new-style and can be used to convert from
old-style to new-style:
my $new_style = prop_values_aliases("block", $old_style);
Perl also has single-form extensions that refer to blocks, C<In_Cyrillic>,
meaning C<Block=Cyrillic>. These have always been written in the new style.
To convert from new-style to old-style, follow this recipe:
$old_style = charblock((prop_invlist("block=$new_style"))[0]);
(which finds the range of code points in the block using C<prop_invlist>,
gets the lower end of the range (0th element) and then looks up the old name
for its block using C<charblock>).
Note that starting in Unicode 6.1, many of the block names have shorter
synonyms. These are always given in the new style.
=head1 AUTHOR
Jarkko Hietaniemi. Now maintained by perl5 porters.
=cut
1;
|