There are some chances this could be useful for you:
http://www.mail-archive.com/[email protected]/msg15303.html
----- Original Message -----
From: "Alin Dosoniu" <[EMAIL PROTECTED]>
To: "MyFaces Discussion" <[email protected]>
Sent: Wednesday, October 11, 2006 6:56 PM
Subject: Re: TOMAHAWK-322: InputSuggestAjax: False Encoding with German
Umlauts
Hi,
Only wanted to tell you the following scenario I did:
In example from tomahawk I altered a little bit the code like this:
public String getSuggestValue() {
if (suggestValue == null) {
suggestValue = "\u015F";
}
return suggestValue;
}
the value "\u015F" represents 1 character from iso-8859-2 that converted
for html has value "ş". So, I thought that in inputSuggestAjax.jsf,
when displaying the page, the character should be correctly shown. But, it
is not. :(. Instead exactly this value ("ş") is shown in "default
suggest" selectbox.
After this test, I think there is another issue regarding charset on
inputSuggestAjax component:
the control does not render correct a value that is a valid html character
("ş" == "s").
Any help on this issue is appreciated.
Thank you,
Alin
Hi Gerald,
Did you found anything that could solve this issue?
Thank you,
Alin.
Ok, thx werner for the work on this topic and your corresponding
comments.
I will have a deeper look into it the next days.
regards,
Gerald