Skip to content

Commit

Permalink
Add UTF-8 header to Office Word output
Browse files Browse the repository at this point in the history
Fixes #21798
  • Loading branch information
atrol committed Jan 31, 2017
1 parent fec179f commit a172cd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion print_all_bug_page_word.php
Expand Up @@ -112,7 +112,8 @@
} else {
echo '<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">';
xmlns="http://www.w3.org/TR/REC-html40">
<head><meta charset="utf-8"></head>';
html_body_begin();
}

Expand Down

0 comments on commit a172cd0

Please sign in to comment.