change default workbook encoding to utf8

This commit is contained in:
Thomas Fussell 2016-04-22 06:24:54 -04:00
parent 1fe590d181
commit 9c7bdb8191

View File

@ -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");