Add support to support PUA in BGI string

This commit is contained in:
2025-07-08 10:20:21 +08:00
parent e317c487fb
commit 601abba284
17 changed files with 104 additions and 60 deletions

View File

@@ -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> {