mirror of
https://github.com/dlang/phobos.git
synced 2025-05-08 12:07:15 +03:00
Merge pull request #541 from blackwhale/ctRegex
A quick shot at ctRegex issue 7740
This commit is contained in:
commit
d7ea3c808d
1 changed files with 1 additions and 1 deletions
|
@ -6769,7 +6769,7 @@ immutable(CodepointSet) unicodeBalinese = CodepointSet([
|
|||
0x01b50, 0x01b7d,
|
||||
]);
|
||||
|
||||
immutable(UnicodeProperty)[] unicodeProperties = [
|
||||
immutable UnicodeProperty[] unicodeProperties = [
|
||||
UnicodeProperty("Alphabetic", unicodeAlphabetic),
|
||||
UnicodeProperty("Arabic", unicodeArabic),
|
||||
UnicodeProperty("Armenian", unicodeArmenian),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue