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

Reply via email to