paritytech / rust-rocksdb

rust wrapper for rocksdb
Apache License 2.0
15 stars 23 forks source link

Decode error message strings on windows #12

Closed andresilva closed 6 years ago

andresilva commented 6 years ago

Use local-encoding trait to parse error messages, which on windows is done with MultiByteToWideChar. I haven't tested this but we're already using this crate for handling path strings on windows.

andresilva commented 6 years ago

This is useful for issues like https://github.com/paritytech/parity/issues/6959.