Re: Control characters encoding

2013-10-16 Thread Leonardo Uribe
Hi Yes, you're right. It seems this behavior is causing this issue: https://issues.apache.org/jira/browse/MYFACES-3744 Vertical tab character (\u000B) destroys AJAX-response And according to this link from W3C, http://www.w3.org/International/questions/qa-controls control characters should be

Control characters encoding

2013-10-16 Thread Pacvon Stanislav
Hi, in the method org.apache.myfaces.shared.renderkit.html.util.HTMLEncoder.encode there is not implemented conversion of control characters into HTML entities, eg. 0x1E (Record Separator) on , is it for some reason? According XML 1.0 spec and HTML spec there are not allowed control chars exc