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
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to