You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Formos (JIRA)" <ta...@jakarta.apache.org> on 2005/10/19 18:57:45 UTC

[jira] Created: (TAPESTRY-713) Tapestry 4 beta 11: Problem encoding extended ASCII Characters

Tapestry 4 beta 11: Problem encoding extended ASCII Characters
--------------------------------------------------------------

         Key: TAPESTRY-713
         URL: http://issues.apache.org/jira/browse/TAPESTRY-713
     Project: Tapestry
        Type: Bug
  Components: Framework  
    Versions: 4.0    
 Environment: Windows XP, Tapestry 4 beta 11, Eclipse 3.1, Tomcat 5.0.28, IE and Firefox
    Reporter: Formos


While using Tapestry 4, beta 11, extended ASCII characters 128-159 are NOT being encoded as
the string "&#128;"  through "&#159;".   It tries to render the characters directly, which displays in the browser as a box (in both IE and Firefox).
Interestingly, Tapestry 3.0.3 DOES encode most of these characters correctly (by escaping them with "&#").

If you would like example code, please let me know.
Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Resolved: (TAPESTRY-713) Tapestry 4 beta 11: Problem encoding extended ASCII Characters

Posted by "Mind Bridge (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-713?page=all ]
     
Mind Bridge resolved TAPESTRY-713:
----------------------------------

    Resolution: Fixed
     Assign To: Mind Bridge

IE and Firefox do indeed behave stangely with Unicode character
in the range 128-159. Those characters are now quoted as a result.
A wide selection of other Unicode characters was also tested, but they all appear
identically with quoting or without. There was another report for a disparity in Chinese
characters on the user list, but I will investigate it separately.
Thank you for finding this.

> Tapestry 4 beta 11: Problem encoding extended ASCII Characters
> --------------------------------------------------------------
>
>          Key: TAPESTRY-713
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-713
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>  Environment: Windows XP, Tapestry 4 beta 11, Eclipse 3.1, Tomcat 5.0.28, IE and Firefox
>     Reporter: Formos
>     Assignee: Mind Bridge

>
> While using Tapestry 4, beta 11, extended ASCII characters 128-159 are NOT being encoded as
> the string "&#128;"  through "&#159;".   It tries to render the characters directly, which displays in the browser as a box (in both IE and Firefox).
> Interestingly, Tapestry 3.0.3 DOES encode most of these characters correctly (by escaping them with "&#").
> If you would like example code, please let me know.
> Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Commented: (TAPESTRY-713) Tapestry 4 beta 11: Problem encoding extended ASCII Characters

Posted by "Leonardo Quijano Vincenzi (JIRA)" <ta...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/TAPESTRY-713?page=comments#action_12332905 ] 

Leonardo Quijano Vincenzi commented on TAPESTRY-713:
----------------------------------------------------

In:

http://issues.apache.org/jira/browse/TAPESTRY-607

, there's a similar issue. Tapestry is having some problems when using UTF-8 encoding on page forwards (cycle.activate(XXX) or error pages).


> Tapestry 4 beta 11: Problem encoding extended ASCII Characters
> --------------------------------------------------------------
>
>          Key: TAPESTRY-713
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-713
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>  Environment: Windows XP, Tapestry 4 beta 11, Eclipse 3.1, Tomcat 5.0.28, IE and Firefox
>     Reporter: Formos
>     Assignee: Mind Bridge

>
> While using Tapestry 4, beta 11, extended ASCII characters 128-159 are NOT being encoded as
> the string "&#128;"  through "&#159;".   It tries to render the characters directly, which displays in the browser as a box (in both IE and Firefox).
> Interestingly, Tapestry 3.0.3 DOES encode most of these characters correctly (by escaping them with "&#").
> If you would like example code, please let me know.
> Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org