[PATCH] bug fix: Set charset to help pages

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

Reviewed-by: ShaoHe Feng <shaohef@linux.vnet.ibm.com> On 06/25/2014 12:28 PM, Aline Manera wrote:
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>
-- Thanks and best regards! Sheldon Feng(冯少合)<shaohef@linux.vnet.ibm.com> IBM Linux Technology Center
participants (2)
-
Aline Manera
-
Sheldon