Re: [jira] Closed: (MYFACES-272) MyFaces unnecessary encodes all non-latin characters as numeric character references even if response character encoding is set to UTF-8

2005-10-05 Thread Martin Marinschek
Please open this as an improvement jira-issue! regards, MartinOn 10/5/05, Adam Winer <[EMAIL PROTECTED]> wrote: A couple of suggested improvements for the patch:- Perform the encoding check once, in the constructor, and save a boolean instance variable, to save lots of unnecessary String.equals()

Re: [jira] Closed: (MYFACES-272) MyFaces unnecessary encodes all non-latin characters as numeric character references even if response character encoding is set to UTF-8

2005-10-04 Thread Adam Winer
A couple of suggested improvements for the patch:- Perform the encoding check once, in the constructor, and save a boolean instance variable, to save lots of unnecessary String.equals() calls.- Support all of the Unicode encodings, which as of 1.4.2 were:UTF-8 UTF8

[jira] Closed: (MYFACES-272) MyFaces unnecessary encodes all non-latin characters as numeric character references even if response character encoding is set to UTF-8

2005-10-04 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-272?page=all ] Martin Marinschek closed MYFACES-272: - Resolution: Fixed Assign To: Martin Marinschek Thanks to Kalle Korhonen for this patch! > MyFaces unnecessary encodes all non-latin charac

[jira] Closed: (MYFACES-272) MyFaces unnecessary encodes all non-latin characters as numeric character references even if response character encoding is set to UTF-8

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-272?page=all ] sean schofield closed MYFACES-272: -- Fix Version: Nightly Build Resolution: Fixed Thanks for the patch. > MyFaces unnecessary encodes all non-latin characters as numeric character