[ 
https://issues.apache.org/jira/browse/MYFACES-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527052
 ] 

Dirk Schirmer commented on MYFACES-1717:
----------------------------------------

I've got exactly the same problem and i'm not using Facelets. Alle the umlauts 
in an h:outputText Field show up as it should. Only the h:inputText Fields 
convert the umlauts with every Submit. Isn't this behavior a bug?

> UTF-8 input processed as single-byte
> ------------------------------------
>
>                 Key: MYFACES-1717
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1717
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: General
>    Affects Versions:  1.2.0
>         Environment: Windows XP, Mac OS 10.4.10
>            Reporter: johan Eltes
>            Priority: Blocker
>         Attachments: MyFaces JIRA After Submit.png, MyFaces JIRA Before 
> Submit.png
>
>
> Text with unmlauts entered via a html input field (browser inputEncoding = 
> UTF-8), seems to process multi-byte UTF characters as a sequence of 
> single-byte characters. The webbrowser has inputEncoding = UTF-8. The user 
> enters a single none-acii character (e.g. ä ) into an input field and 
> submits the form. The value in the resulting form attribute is not a single 
> Java doublebyte character, but 2 Java double byte characters - each derived 
> from one of the UTF-8 bytes encoding ä 
> Attached screenshots show before- and after umlaut has been posted to MyFaces.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to