Timur Kristóf wrote:
Hi Everyone,
I've just came accross this old thread and am wondering, is this still an issue?
No, it was resolved long ago.
Does LMDB have a way to use non-ASCII path names with mdb_env_open in a cross-platform way?
If not, would you guys accept patches to LMDB with this regard?
There's no issue on POSIX filesystems, and on Windows we already convert pathnames from UTF-8 to UTF-16.