mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
change default workbook encoding to utf8
This commit is contained in:
parent
1fe590d181
commit
9c7bdb8191
|
@ -77,7 +77,7 @@ workbook::workbook() : d_(new detail::workbook_impl())
|
|||
|
||||
add_number_format(number_format::general());
|
||||
|
||||
d_->encoding_ = encoding::ascii;
|
||||
d_->encoding_ = encoding::utf8;
|
||||
|
||||
d_->manifest_.add_default_type("rels", "application/vnd.openxmlformats-package.relationships+xml");
|
||||
d_->manifest_.add_default_type("xml", "application/xml");
|
||||
|
|
Loading…
Reference in New Issue
Block a user