
From: Aline Manera <alinefm@br.ibm.com> That way Portuguese and Chinese characters can be properly displayed Signed-off-by: Aline Manera <alinefm@br.ibm.com> --- ui/pages/help/dita-help.xsl | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/pages/help/dita-help.xsl b/ui/pages/help/dita-help.xsl index 2ea1c38..9cfeeea 100644 --- a/ui/pages/help/dita-help.xsl +++ b/ui/pages/help/dita-help.xsl @@ -8,6 +8,7 @@ <html> <head> <title><xsl:value-of select="/cshelp/title" /></title> + <meta charset="UTF-8" /> <link rel="shortcut icon" href="/images/logo.ico" /> <link rel="stylesheet" type="text/css" href="/help/kimchi.css" /> </head> -- 1.7.10.4