diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-11-29 12:27:04 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-11-29 12:27:04 +0300 |
commit | 4b47e5a4bb656ebb5bd493d1ad6f79eaf4f298e1 (patch) | |
tree | e3cd7797bb7bff6375e3c93e614eb41620371c70 /libs/Pcre16/src/ucp.h | |
parent | 89f3cf8bbb9dc1fa0fe72f6af6638ac086c7e011 (diff) |
Pcre16: lib updated to 8.41
Diffstat (limited to 'libs/Pcre16/src/ucp.h')
-rw-r--r-- | libs/Pcre16/src/ucp.h | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/libs/Pcre16/src/ucp.h b/libs/Pcre16/src/ucp.h index d8b34bfcc5..2fa00296e4 100644 --- a/libs/Pcre16/src/ucp.h +++ b/libs/Pcre16/src/ucp.h @@ -192,7 +192,31 @@ enum { ucp_Miao, ucp_Sharada, ucp_Sora_Sompeng, - ucp_Takri + ucp_Takri, + /* New for Unicode 7.0.0: */ + ucp_Bassa_Vah, + ucp_Caucasian_Albanian, + ucp_Duployan, + ucp_Elbasan, + ucp_Grantha, + ucp_Khojki, + ucp_Khudawadi, + ucp_Linear_A, + ucp_Mahajani, + ucp_Manichaean, + ucp_Mende_Kikakui, + ucp_Modi, + ucp_Mro, + ucp_Nabataean, + ucp_Old_North_Arabian, + ucp_Old_Permic, + ucp_Pahawh_Hmong, + ucp_Palmyrene, + ucp_Psalter_Pahlavi, + ucp_Pau_Cin_Hau, + ucp_Siddham, + ucp_Tirhuta, + ucp_Warang_Citi }; #endif |