-
Notifications
You must be signed in to change notification settings - Fork 991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
non-UTF8 characters fail to parse on Windows #6141
Comments
Seems like the code doesn't compile properly wherever I used the Japanese characters in the tests, should be able to get around this with I was able to reproduce the failure on my Linux system by setting locales to match the one in the GHA, and refactoring the tests to not explicitly use the Japanese characters + wrapping the set of tests in |
Also wanted to add that while I was working on this,
Seems to be the same test described in #5484, so just wanted to note that it is reproducible |
Looks like this has come back: https://github.com/Rdatatable/data.table/actions/runs/9908622817/job/27374797919 Seems the issue remains with some Windows versions not having UTF-8 locale installed, so setting locale doesn't work
Thoughts on skipping the tests if the correct locale isn't installed? Not sure the best way to handle it |
https://github.com/Rdatatable/data.table/blob/2b52437c9ca9f83591fc615fdc1bbad286fd0b6b/inst/tests/tests.Rraw#L18450
As observed here:
https://github.com/Rdatatable/data.table/actions/runs/9140204969/job/25133295034
The text was updated successfully, but these errors were encountered: