Huber, Daniel wrote:
[...]
I currently build "plain" HTML forms out of given XML files.
As well as the other way round: I save the user input from these forms
back to XML file.
[...]
This behaviour seems to be quite independent of the form-encoding used
for RequestGenerator (ISO-8859-1 or UTF-8).

Is there a way to prevent the conversion into entities, but always
generate UTF-8 encoding?
Has anybody out there tried to allow unicode characters in HTML forms?
[...]

Use set-encoding action in your pipeline:

  <map:pipeline>
    <map:act type="set-encoding">
      <map:parameter name="form-encoding" value="utf-8"/>
    </map:act>
    ....
  </map:pipeline>


-- [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to