wjones127 edited a comment on pull request #11717: URL: https://github.com/apache/arrow/pull/11717#issuecomment-971935393
It seems to be using the UCRT R binary: ``` * using R Under development (unstable) (2021-11-09 r81170 ucrt) ``` https://github.com/apache/arrow/runs/4240709248?check_suite_focus=true#step:16:487 Though it doesn't look like we have it set up with the UTF-8 charset as default: ``` * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: ISO8859-1 ``` https://github.com/apache/arrow/runs/4240709248?check_suite_focus=true#step:16:488 I think this is sufficient for now, but once the UCRT starts to get in use we may need to make some additional changes to test UTF-8 support on Windows. (Right now I don't see much activity from any other R package to test this.) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
