You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am seeing cuDF fail to match some hex digits correctly. Here is one example. I do not yet know if this is related to #4409 or whether this is a separate issue.
This is perhaps due to cuDF requiring UTF-8 and the fact that the copyright symbol has bytes 0xC2 0xA9 or 11000010 10101001 in UTF-8 encoding, and byte 0xA9 in ANSI encoding.
Describe the bug
I am seeing cuDF fail to match some hex digits correctly. Here is one example. I do not yet know if this is related to #4409 or whether this is a separate issue.
Steps/Code to reproduce bug
Expected behavior
Test should pass.
Environment details (please complete the following information)
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: