We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce2f31 commit a2e605cCopy full SHA for a2e605c
1 file changed
unicode/scripts/lookup_builder.py
@@ -41,7 +41,7 @@ class {name}
41
if (c > max_char)
42
return false;
43
for(auto p = chars; *p; ++p)
44
- if (*p == c)
+ if (*p == char16_t(c))
45
return true;
46
47
}}
0 commit comments