alinaliBQ commented on PR #47771:
URL: https://github.com/apache/arrow/pull/47771#issuecomment-3407621397

   @lidavidm To follow up on the usage of `std::wstring` on macOS/Linux, we 
will be using `std::wstring` to hold UTF-32 data on Linux/Mac and UTF-16 on 
Windows. The ODBC uses `wchar / std::wstring` when communicating with ODBC APIs 
to support unicode, and the ODBC will be converting to use `std::string` 
internally when communicating with any OS API that uses `char`. I think it 
should be okay


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