require bitcoin-core/leveldb#18
define UNICODE and _UNICODE while compiling for Windows. This would make leveldb read filename as utf8 string.
require bitcoin-core/leveldb#18
define UNICODE and _UNICODE while compiling for Windows. This would make leveldb read filename as utf8 string.
2a98a24f72 Merge 1fe0146bb71a5a06a93cc53595bd7175e632b954 into 524b7e36a8e3bce6fcbcd1b5df09024283f325ba
1fe0146bb7 Use utf-8 if UNICODE is defined
git-subtree-dir: src/leveldb
git-subtree-split: 2a98a24f722454ddfc530f5323f6f2845cdedd3c
In bitcoin-core/leveldb#18, I make the upstream always read utf-8 string no matter what flag are set. So we don't need this PR change.