mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add comments to grouped character properties
[ci skip]
This commit is contained in:
parent
c5ded13614
commit
2dafb0e30f
1 changed files with 2 additions and 2 deletions
|
@ -66,8 +66,8 @@
|
||||||
#define UC_AL 32 /* Arabic Letter */
|
#define UC_AL 32 /* Arabic Letter */
|
||||||
|
|
||||||
/* Merged property categories */
|
/* Merged property categories */
|
||||||
#define UC_C 33
|
#define UC_C 33 /* Control */
|
||||||
#define UC_P 34
|
#define UC_P 34 /* Punctuation */
|
||||||
|
|
||||||
/* Derived properties from DerivedCoreProperties.txt */
|
/* Derived properties from DerivedCoreProperties.txt */
|
||||||
#define UC_CASED 35
|
#define UC_CASED 35
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue