cappuddono commented on issue #3970:
URL: https://github.com/apache/arrow-adbc/issues/3970#issuecomment-3897272290

   > Duplicate of [#94](https://github.com/apache/arrow-adbc/issues/94), I 
believe
   
   Thanks for the reply. I checked #94 and it is related with LoadLibraryExW() 
and LoadLibraryExA()
   
   I'm not sure if it is the same issue. The uri I use in 
polars.write_database(...) contain the folder name like '项目' and the path 
LoadLibraryExW() get is actually '椤圭洰'。It seems that adbc_driver_manager was 
using GBK to decode UTF8 charactors. 
   
    And after 'LoadLibraryExW() failed: (126)' I also got some other garbled 
text. My powershell use utf8 as output encoding, but I found the error message 
was encoded with GBK.
   
   Consider the results above, I think there might be somestring handling issue 
withing the  adbc_driver_manager. A wrongly decoded uri was passed to 
LoadLibraryExW().
   
   


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