mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Add comments to grouped character properties
[ci skip]
This commit is contained in:
parent
c5ded13614
commit
2dafb0e30f
@ -66,8 +66,8 @@
|
||||
#define UC_AL 32 /* Arabic Letter */
|
||||
|
||||
/* Merged property categories */
|
||||
#define UC_C 33
|
||||
#define UC_P 34
|
||||
#define UC_C 33 /* Control */
|
||||
#define UC_P 34 /* Punctuation */
|
||||
|
||||
/* Derived properties from DerivedCoreProperties.txt */
|
||||
#define UC_CASED 35
|
||||
|
Loading…
Reference in New Issue
Block a user