Tapestry 5.3.8 Chinese garbled solution

Source: Internet
Author: User

1. encountered by Bug : bytes of UTF-8 sequence of bytes 3 Invalid

Bug Description: In tml when the Chinese characters appear in the file, sometimes the odd number will be error, sometimes even error. The version I'm using is Tapestry 5.3.8.

Bug Information:

Cause: The information may be Tapestry version issue, 5.3 This issue may occur with the above version.

Workaround: Manually modify the source content, the steps are as follows

  1 tapestry 5.3.8 (download path: http:// tapestry.apache.org/download.html apache-tapestry-5.3.8-sources\tapestry-core\src\main\java\org\apache\tapestry5\internal\services " xmltokenstream.java "file

2 ): Replace with this line of code 348 Line

InputStreamReader rawreader = new InputStreamReader (Rawstream, "UTF-8");

3 ): Replace with this line of code 532 Line

printwriter writer = new PrintWriter (New OutputStreamWriter (Bos, "UTF-8"));

4 ): In the project src Create package under Package " org.apache.tapestry5.internal.services "and put the modified" Xmltokenstream.java "Put the file under the package!"

refer to "http://tapestrying.group.iteye.com/group/topic/33367"

Tapestry 5.3.8 Chinese garbled solution

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.