Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Meta: Use property aliases for BidirectionalClass enum values
Changes the generated UnicodeData.h from enum class BidirectionalClass : BidirectionalClassUnderlyingType { AL, AN, B, ... }; to enum class BidirectionalClass : BidirectionalClassUnderlyingType { AL, AN, B, ... Arabic_Letter = AL, Arabic_Number = AN, Boundary_Neutral = BN, ... };
- Loading branch information