There was an error while loading. Please reload this page.
2 parents b27caa8 + a67bdef commit 8bfddf1Copy full SHA for 8bfddf1
src/xml.rs
@@ -36,7 +36,7 @@ impl<'a> Element<'a> {
36
}
37
pub fn to_xml(&mut self) -> String {
38
let mut result = String::new();
39
- result.push_str(r#"<?xml version="1.0" encoding="ISO-8859-1"?>"#);
+ result.push_str(r#"<?xml version="1.0" encoding="UTF-8"?>"#);
40
result.push_str(&self.to_string());
41
result
42
wasm/xlsx_import_bg.wasm
-7 Bytes
0 commit comments