Use correct charset.
This commit is contained in:
@@ -12,6 +12,7 @@ $Source$
|
|||||||
Customizable link under left logo (RFE #1111599).
|
Customizable link under left logo (RFE #1111599).
|
||||||
* libraries/export/htmlword.php: Fix including column names.
|
* libraries/export/htmlword.php: Fix including column names.
|
||||||
* libraries/export/latex.php: Add missing crlf, remove unused code.
|
* libraries/export/latex.php: Add missing crlf, remove unused code.
|
||||||
|
* libraries/export/ods.php: Use correct charset.
|
||||||
|
|
||||||
2006-04-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
2006-04-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
* db_printview.php: fixed bug 'no tables found', refactored
|
* db_printview.php: fixed bug 'no tables found', refactored
|
||||||
|
@@ -60,7 +60,7 @@ function PMA_exportFooter() {
|
|||||||
* @access public
|
* @access public
|
||||||
*/
|
*/
|
||||||
function PMA_exportHeader() {
|
function PMA_exportHeader() {
|
||||||
$GLOBALS['ods_buffer'] .= '<?xml version="1.0" encoding="UTF-8"?' . '>'
|
$GLOBALS['odt_buffer'] .= '<?xml version="1.0" encoding="' . $GLOBALS['charset'] . '"?' . '>'
|
||||||
. '<office:document-content '
|
. '<office:document-content '
|
||||||
. 'xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" '
|
. 'xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" '
|
||||||
. 'xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" '
|
. 'xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" '
|
||||||
|
Reference in New Issue
Block a user