[
https://issues.apache.org/jira/browse/TOMAHAWK-322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gerald Müllan resolved TOMAHAWK-322.
------------------------------------
Resolution: Fixed
Fix Version/s: (was: 1.1.2)
1.1.5-SNAPSHOT
The typed String is now decoded on server side like in js
decodeURIComponent(encodedURI). Former when typing e.g. a german "ö"
the String was encoded to %C3%B6 on client side, but on server side only the
CharacterEncoding was set. E.g. "%C3%B6" was passed to the suggestedMethod,
which was completely wrong.
Should work now when using latest sandbox head.
> InputSuggestAjax: False Encoding with German Umlauts
> ----------------------------------------------------
>
> Key: TOMAHAWK-322
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-322
> Project: MyFaces Tomahawk
> Issue Type: Bug
> Environment: Tested on Firefox 1.0.7 ane IE 6.0, Windows XP - from
> 9/7/2005 nightly build
> Reporter: Andreas Mitter
> Assigned To: Gerald Müllan
> Fix For: 1.1.5-SNAPSHOT
>
>
> If the list of the InputSuggestAjax Box contains German Umlauts(äöü) , then
> they are encoded wrong.
> They are shown as ? in Firefox in the list. In IE even the next character is
> lost...
> For example: The word Bäume is shown as B?ume in Firefox and B?me in IE
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.