Skip to content

Commit

Permalink
Add comments to grouped character properties
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nikic committed Aug 24, 2021
1 parent c5ded13 commit 2dafb0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/mbstring/php_unicode.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2dafb0e

Please sign in to comment.