SQLite Forum

[BUG] Precompiled sqlite shell for windows can't open filenames with unicode chars
Login
Thank you for your reply. After some digging, I found the unicode argv[] support is just not compiled into offical binary. I downloaded the sqlite source repo and compiled sqlite shell myself, everything worked. (I'm using Visual Studio 2019 x64 native tools + self-compiled tclsh)