<div>Hi all,<br>&nbsp; I have a problem with multipart form fields and non-ascii characters. </div>
<div>&nbsp; The form looks like:</div>
<div>&nbsp;</div>
<div>&nbsp; html form<br>&nbsp;&nbsp; &nbsp;multipart;<br>&nbsp;&nbsp;&nbsp;&nbsp;with: [<br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;html textInput .........<br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;html textArea .........<br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;html fileUpload ....... <br>&nbsp; &nbsp;].</div>
<div>&nbsp;</div>
<div>If the user entered any non-ascii string into the textInput or textArea, I get&nbsp;the string&nbsp;in 16bits (sounds like utf-16) and not the usual smalltalk representation. I am using VW7.5 (vw-dev beta version) which has pretty much the latest seaside ported and beside this, I have no problems with it.
</div>
<div>&nbsp;The problem is with #multipart. If I comment out &quot;multipart&quot;, non-ascii strings work right (but obviously file upload does not).</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp; Thanks a lot!</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Petr Stepanek</div>
<div>&nbsp;</div>
<div>&nbsp; <br>&nbsp;</div>