82 |
#endif /* called when SUPPORT_UTF8 is not defined. */ |
#endif /* called when SUPPORT_UTF8 is not defined. */ |
83 |
} |
} |
84 |
|
|
85 |
|
/* Table to translate from particular type value to the general value. */ |
86 |
|
|
87 |
|
const int ucp_gentype[] = { |
88 |
|
ucp_C, ucp_C, ucp_C, ucp_C, ucp_C, /* Cc, Cf, Cn, Co, Cs */ |
89 |
|
ucp_L, ucp_L, ucp_L, ucp_L, ucp_L, /* Ll, Lu, Lm, Lo, Lt */ |
90 |
|
ucp_M, ucp_M, ucp_M, /* Mc, Me, Mn */ |
91 |
|
ucp_N, ucp_N, ucp_N, /* Nd, Nl, No */ |
92 |
|
ucp_P, ucp_P, ucp_P, ucp_P, ucp_P, /* Pc, Pd, Pe, Pf, Pi */ |
93 |
|
ucp_P, ucp_P, /* Ps, Po */ |
94 |
|
ucp_S, ucp_S, ucp_S, ucp_S, /* Sc, Sk, Sm, So */ |
95 |
|
ucp_Z, ucp_Z, ucp_Z /* Zl, Zp, Zs */ |
96 |
|
}; |
97 |
|
|
98 |
/* End of pcre_ord2utf8.c */ |
/* End of pcre_ord2utf8.c */ |