Relationship Graph
View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0022103 | mantisbt | localization | public | 2017-01-02 06:10 | 2017-01-15 14:30 | 
| Reporter | Jochen.Albrecht | Assigned To | atrol | ||
| Priority | normal | Severity | minor | Reproducibility | always | 
| Status | closed | Resolution | duplicate | ||
| Product Version | 2.0.0-rc.2 | ||||
| Summary | 0022103: export a ticket in word format - Problems with german Umlaut | ||||
| Description | There is a Problem with german umlaut (ä, ö, ü) by exporting a ticket in word Format.  | ||||
| Tags | No tags attached. | ||||
| Attached Files |  Test_Mantis_Umlaut_export_word.txt (654 bytes)   
 
print_all_bug_page_word.php
# Headers depending on intended output
if( $f_type_page == 'html' ) {
	layout_page_header();
} 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">';
	echo '<body>';
}
===>
# Headers depending on intended output
if( $f_type_page == 'html' ) {
	layout_page_header();
} 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">
		<head><meta charset="utf-8"></head>';
	echo '<body>';
}
 | ||||
					related to				
					child of				
					duplicate of