Skip to content

Commit 2dafb0e

Browse files
committed
Add comments to grouped character properties
[ci skip]
1 parent c5ded13 commit 2dafb0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/mbstring/php_unicode.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
#define UC_AL 32 /* Arabic Letter */
6767

6868
/* Merged property categories */
69-
#define UC_C 33
70-
#define UC_P 34
69+
#define UC_C 33 /* Control */
70+
#define UC_P 34 /* Punctuation */
7171

7272
/* Derived properties from DerivedCoreProperties.txt */
7373
#define UC_CASED 35

0 commit comments

Comments
 (0)