<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Balz<br>
      <br>
      Can you give it a try by using accept-charset<br>
      <br>
      <a class="moz-txt-link-freetext" href="http://www.w3schools.com/tags/att_form_accept_charset.asp">http://www.w3schools.com/tags/att_form_accept_charset.asp</a><br>
      <br>
      I have a similar problem at the moment<br>
      <br>
      <a class="moz-txt-link-freetext" href="http://www.musealia.ch/de/index.html">http://www.musealia.ch/de/index.html</a><br>
      <br>
      whereas it might also be a problem of<br>
      <br>
src/webapp/src/java/org/wyona/yanel/servlet/communication/YanelFilter.java<br>
      <br>
      I will also have a closer look at it.<br>
      <br>
      Best wishes<br>
      <br>
      Michael<br>
      <br>
      Am 24.03.14 16:37, schrieb basZero:<br>
    </div>
    <blockquote
cite="mid:CAOXzDSEEQD4m1kbOreSpUmcZwYdRiEk-Rym-HuDns=4ivc5HEg@mail.gmail.com"
      type="cite">
      <pre wrap="">Hi,

did somebody ever use a form submitting text fields as well as file input
fields (images) ?
I don't get it to work with UTF-8 text fields, means: special characters
get scrambled and can not be retrieved correctly on the server side (java).

<form name="form" method="post" enctype="multipart/form-data">
  <input name="title" type="text"/>
  <input type="file" name="image"></input>
</form>

So if you enter "Liebe Grüsse" into the title field, you get something
scrambled on the server side.

If you know how to solve it within Yanel, please share your code :-) Thanks!
Cheers, Bas

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>