search in mailing list for "encoding" it was a disscussion about it.
You may get some new hints. I suggest to get the turbine sources
and to debug it.
I think that your encoding in webpage is correct, but because of some
defaults turbine
tries to decode them with a different charset.
I think you have to set explicitly the charset in RundataObject
public class DefaultTurbineRunData
extends RecyclableSupport
implements TurbineRunData, Recyclable
{
/** The default locale. */
private static Locale defaultLocale = null;
/** The default charset. */
private static String defaultCharSet = null;
see also: ValueParser.setCharacterEncoding(String s);
Best,
Sergiu
Rafal Markut wrote:
No, it's a normal form.
with best regards,
Rafal
----- Original Message ----- From: "sergiu gordea"
<[EMAIL PROTECTED]>
To: "Turbine Users List" <[email protected]>
Sent: Tuesday, October 18, 2005 10:21 AM
Subject: Re: Problem Encoding - Forms content - additional information
Is it a multipart form?
We have had some problems with them and we used ISO-8859-1, at the
end ..
Best,
Sergiu
Rafal Markut wrote:
Hello,
I forgot to add one information. Text from the Form is wrong encoded
(I don't get correct characters). It suppose to be in UTF-8. I
assume that they are US-ASCII or ISO-8859-1, but I'm not sure about it.
with best regards,
Rafal
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]