Miroslav Rajčić
Miroslav Rajčić
Fixes the Windows OS issue with some code failing to list some files where name is given in non-native code page.
LFS on Windows uses ANSI APIs like _findfirst instead of wide char version like _wfindfirst. This causes issue when trying to list file named in Chinese letters on a Windows...
I know this is still early to have the architecture fixed in place, but perhaps it would be a good time to document how things are supposed to work conceptually....
I've built the extension with "make loadable" (added latest sqlite in "vendor" folder), but it fails to load, error being: $ ./sqlite aaa SQLite version 3.45.3 2024-04-15 13:34:05 Enter ".help"...