[
https://issues.apache.org/jira/browse/JSPWIKI-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12637406#action_12637406
]
Jürgen Weber commented on JSPWIKI-396:
--------------------------------------
No, the output is no Chinese, it's rather some kind of not recognizing UTF-8
Sorry for the double attachment, the upload applet doesn't work too well with
FF.
Anyway, to check:
byte[] b = "ü".getBytes("utf-8");
=> b = { 0xc3, 0xbc }
So, it looks for some kind of UTF-8 problem.
> UTF-8 characters in wiki pages incorrectly rendered if served by Weblogic
> --------------------------------------------------------------------------
>
> Key: JSPWIKI-396
> URL: https://issues.apache.org/jira/browse/JSPWIKI-396
> Project: JSPWiki
> Issue Type: Bug
> Components: Default template
> Reporter: Jürgen Weber
> Priority: Minor
> Attachments: .jpg, .jpg
>
>
> The Germain Main.txt starts with Herzlichen Glückwunsch.
> If the page is served by Weblogic Server, the umlaut is rendered with FFC3
> and FFBC in Boxes, both with Firefox and IE. Served by Geronimo, it's fine.
> Herzlichen Glᅢᄐckwunsch
> Firefox page info says, page encoding is UTF-8.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.