mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 05:48:46 +08:00
Add support to support PUA in BGI string
This commit is contained in:
@@ -362,7 +362,7 @@ impl<T: Read + Seek + std::fmt::Debug> CSIntArc<T> {
|
||||
k += 1;
|
||||
i += 1;
|
||||
}
|
||||
decode_to_string(encoding, &name[..i])
|
||||
decode_to_string(encoding, &name[..i], true)
|
||||
}
|
||||
|
||||
fn get_key(password: &str) -> Result<u32> {
|
||||
|
||||
Reference in New Issue
Block a user