View Issue Details

IDProjectCategoryView StatusLast Update
0022103mantisbtlocalizationpublic2017-01-15 14:30
ReporterJochen.Albrecht Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version2.0.0-rc.2 
Summary0022103: 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.
Workaround: print_all_bug_page_word.php

TagsNo 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>';
}

Relationships

duplicate of 0021798 closedatrol Print reports failed : special characters are not formatted 

Activities