kou commented on PR #13203:
URL: https://github.com/apache/arrow/pull/13203#issuecomment-1133777285

   > Did you validate that it fixes the issue?
   
   Partially, yes. I just confirmed that C++ uses UTF-8 instead of not the 
current code page but didn't confirm for PyArrow.
   
   I used `$BUILD_DIR/DEBUG/arrow-file-to-stream.exe XXX` to confirm this. It 
outputs `Could not convert to stream: IOError: Failed to open local file 'xxx'. 
Detail: [Windows error 2] 指定されたファイルが見つかりません。` on Japanese Windows. The output 
encoding was changed to UTF-8 from ShiftJIS (the current code page on Japanese 
Windows) with this change.


-- 
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]

Reply via email to