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
On version 6.0.0, I have encountered a panic at line 238, column 26, with error: byte index 2 is not a char boundary; it is inside 'ã' (bytes 1..3) of 'São Tomé e Príncipe'.
The problem appears to be the diacritic. I think it doesn't support Unicode characters at all.
I'll see if i can get a PR for fixing this done soon.
On version 6.0.0, I have encountered a panic at line 238, column 26, with error:
byte index 2 is not a char boundary; it is inside 'ã' (bytes 1..3) of 'São Tomé e Príncipe'
.The problem appears to be the diacritic. I think it doesn't support Unicode characters at all.
I'll see if i can get a PR for fixing this done soon.
edit: the underlying find library provides you with the char index, not a byte index. The problem is that you treat that as a byte index.
The text was updated successfully, but these errors were encountered: