@@ -24,10 +24,6 @@ public static function inRange(int $codePoint): bool
2424 return true ;
2525 }
2626
27- if ($ codePoint >= 6863 && $ codePoint <= 6911 ) {
28- return true ;
29- }
30-
3127 if ($ codePoint >= 11870 && $ codePoint <= 11903 ) {
3228 return true ;
3329 }
@@ -72,7 +68,7 @@ public static function inRange(int $codePoint): bool
7268 return true ;
7369 }
7470
75- if ($ codePoint >= 67904 && $ codePoint <= 67967 ) {
71+ if ($ codePoint >= 67930 && $ codePoint <= 67967 ) {
7672 return true ;
7773 }
7874
@@ -92,7 +88,7 @@ public static function inRange(int $codePoint): bool
9288 return true ;
9389 }
9490
95- if ($ codePoint >= 69317 && $ codePoint <= 69371 ) {
91+ if ($ codePoint >= 69337 && $ codePoint <= 69369 ) {
9692 return true ;
9793 }
9894
@@ -124,15 +120,19 @@ public static function inRange(int $codePoint): bool
124120 return true ;
125121 }
126122
127- if ($ codePoint >= 72458 && $ codePoint <= 72639 ) {
123+ if ($ codePoint >= 72458 && $ codePoint <= 72543 ) {
124+ return true ;
125+ }
126+
127+ if ($ codePoint >= 72552 && $ codePoint <= 72639 ) {
128128 return true ;
129129 }
130130
131131 if ($ codePoint >= 72887 && $ codePoint <= 72959 ) {
132132 return true ;
133133 }
134134
135- if ($ codePoint >= 73130 && $ codePoint <= 73439 ) {
135+ if ($ codePoint >= 73194 && $ codePoint <= 73439 ) {
136136 return true ;
137137 }
138138
@@ -164,7 +164,7 @@ public static function inRange(int $codePoint): bool
164164 return true ;
165165 }
166166
167- if ($ codePoint >= 93851 && $ codePoint <= 93951 ) {
167+ if ($ codePoint >= 93908 && $ codePoint <= 93951 ) {
168168 return true ;
169169 }
170170
@@ -176,19 +176,19 @@ public static function inRange(int $codePoint): bool
176176 return true ;
177177 }
178178
179- if ($ codePoint >= 101641 && $ codePoint <= 110575 ) {
179+ if ($ codePoint >= 101663 && $ codePoint <= 101759 ) {
180180 return true ;
181181 }
182182
183- if ($ codePoint >= 111356 && $ codePoint <= 113663 ) {
183+ if ($ codePoint >= 101875 && $ codePoint <= 110575 ) {
184184 return true ;
185185 }
186186
187- if ($ codePoint >= 113828 && $ codePoint <= 117759 ) {
187+ if ($ codePoint >= 111356 && $ codePoint <= 113663 ) {
188188 return true ;
189189 }
190190
191- if ($ codePoint >= 118452 && $ codePoint <= 118527 ) {
191+ if ($ codePoint >= 113828 && $ codePoint <= 117759 ) {
192192 return true ;
193193 }
194194
@@ -232,7 +232,11 @@ public static function inRange(int $codePoint): bool
232232 return true ;
233233 }
234234
235- if ($ codePoint >= 124416 && $ codePoint <= 124895 ) {
235+ if ($ codePoint >= 124416 && $ codePoint <= 124607 ) {
236+ return true ;
237+ }
238+
239+ if ($ codePoint >= 124672 && $ codePoint <= 124895 ) {
236240 return true ;
237241 }
238242
@@ -268,11 +272,11 @@ public static function inRange(int $codePoint): bool
268272 return true ;
269273 }
270274
271- if ($ codePoint >= 129218 && $ codePoint <= 129279 ) {
275+ if ($ codePoint >= 129241 && $ codePoint <= 129279 ) {
272276 return true ;
273277 }
274278
275- if ($ codePoint >= 130042 && $ codePoint <= 131069 ) {
279+ if ($ codePoint >= 130043 && $ codePoint <= 131069 ) {
276280 return true ;
277281 }
278282
@@ -288,7 +292,7 @@ public static function inRange(int $codePoint): bool
288292 return true ;
289293 }
290294
291- if ($ codePoint >= 205744 && $ codePoint <= 262141 ) {
295+ if ($ codePoint >= 210042 && $ codePoint <= 262141 ) {
292296 return true ;
293297 }
294298
0 commit comments