DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14464>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14464

WebPagePortlet supports iso-8859-1 only

           Summary: WebPagePortlet supports iso-8859-1 only
           Product: Jetspeed
           Version: 1.4b1-dev / CVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Portlet API
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


WebPagePortlet does not supports other character set except iso-8859-1.
For example, Jetspeed displays garbage characters if WebPagePortlet loads
Japanese page(EUC-JP). The root cause is to use pageConn.getContentEncoding()
to specify the encoding in WebPagePortlet.java. The getContentEncoding()
method returns the value of the content-encoding header field, not the character
encoding. WebPagePortlet needs to use _getContentType()_ and parse the returned 
value.

--
To unsubscribe, e-mail:   <mailto:jetspeed-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:jetspeed-dev-help@;jakarta.apache.org>

Reply via email to