[BUG] Add support for regular expressions containing hexadecimal digits greater than 0x7f
#4866
Labels
bug
Something isn't working
0x7f
#4866
Describe the bug
We support hexadecimal digits but with limitations. We call back to CPU for certain ranges.
Expected behavior
We should support the full range of hexadecimal digits on the GPU (from
Character.MIN_CODE_POINT
toCharacter.MAX_CODE_POINT
)The text was updated successfully, but these errors were encountered: