Can you package up a self-contained example for me so that I can check this? RIFE should handle encoding automatically, as long as the browser isn't explicitly set to non-unicode.

Btw, which servlet container are you running?

On 31-mrt-06, at 11:58, Lars Grupe wrote:

Hi Geert,

When I understand you correctly you asked if I have set an encoding in my browser? I didn't change anything like that in my browser. I tried Internet Explorer and Firefox on different machines and I had everywhere the same problem. I tried to remove the charset parameter from the meta element in the head element, but the result is the same.

Cheers,
Lars

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Geert Bevin
Sent: 30 March 2006 18:05
To: RIFE users list : questions, bug reports and suggestions.
Subject: Re: [Rife-users] encoding problem


Hi Lars,

Do you explicitly change the encoding in your browser and fix
it to a
particular encoding instead of leaving it on automatic? Please check
that.

Best regards,

Geert

On 30-mrt-06, at 17:46, Lars Grupe wrote:

Hi,

My sites have the following header wit charset="utf-8" ( with
"iso-8859-1" I have the same problem)


<head>
        <title>acrocheck&#8482; Term Design</title>
        <link rel="stylesheet" href="/css/dashboard.css"
type="text/css"
media="screen, projection" title="Basic Style" />
        <link rel="shortcut icon" href="/graphics/favicon.ico" />
        <meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />
</head>

I use the following form as input:

<form
                name="editSuggestion"
                action="[!V 'SUBMISSION:FORM:changedSuggestion'/]"
                method="post">

        <input type="hidden" name="termId" value="<!--V
'editSuggestionTermId'/-->">
        <!--V 'SUBMISSION:PARAMS:changedSuggestion'/-->
        <!--V 'FORM:INPUT:suggestion'/-->

</form>

In my suggestion I call the function:

String suggestion = getParameter("suggestion");

If I enter 'Höhe' in the form, I get a string 'Höhe'. There is
something wrong!

Cheers,
Lars
_______________________________________________
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users


--
Geert Bevin             Uwyn bvba               GTalk:
[EMAIL PROTECTED]
"Use what you need"     Avenue de Scailmont 34  Skype: gbevin
http://www.uwyn.com     7170 Manage, Belgium      AIM: geertbevin
gbevin at uwyn dot com Tel: +32 64 84 80 03 Mobile: +32 477 302 599

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net


_______________________________________________
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users

_______________________________________________
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users


--
Geert Bevin             Uwyn bvba               GTalk: [EMAIL PROTECTED]
"Use what you need"     Avenue de Scailmont 34  Skype: gbevin
http://www.uwyn.com     7170 Manage, Belgium      AIM: geertbevin
gbevin at uwyn dot com  Tel: +32 64 84 80 03   Mobile: +32 477 302 599

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net


_______________________________________________
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to