Code: Select all
find . -name \*.xsl -exec sed -i -e 's/xsl:output/xsl:output encoding="ISO-8859-1"/' {} \;Code: Select all
find . -name \*.xsl -exec sed -i -e 's/xsl:output/xsl:output encoding="ISO-8859-1"/' {} \;Code: Select all
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />Hi, I came through an encoding problem for Arabic language, specifically the Business Capability views, for example Business Capability Dashboard is DISPLAYING the Arabic capabilities as question marks ??? instead of Arabic letters. When I inspect the page, the HTML header encoding is UTF-8 which should be fine for Arabic. Viewing the page source, it is reading the data correctly from the Protege file.neil.walsh wrote: 07 Jun 2012, 14:22 Apologies, I wasn't quite clear enough.
The encoding for the output is set in the file called ev3_common_head_content.xsl within the common folder.
The following line sets the encoding for all the html output
Are you having problems with encoding in anyway? If so, we'd love to hear your experiences.Code: Select all
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
Thanks
Neil