mdsteele / rust-msi

Rust library for reading/writing Windows Installer (MSI) files
MIT License
58 stars 11 forks source link

Support for east-asian code pages #9

Closed xnuk closed 3 years ago

xnuk commented 3 years ago
$ cargo run --example=msiinfo tables ./SomeKoreanPackage.msi
thread 'main' panicked at 'open package: Custom { kind: InvalidData, error: "Unknown codepage for property set (949)" }', examples/msiinfo.rs:209:39
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
mdsteele commented 3 years ago

Thanks!