Akmal Sarhan <[EMAIL PROTECTED]> writes:

>Hi,

>using the latest release I found out that the Rundata does not handle
>the german umlaute correctly when the form has the following signature 
><form enctype="multipart/form-data" name="formular" method="post"
>action="myaction" >

>ie it does not handle  enctype="multipart/form-data" ? any ideas on how
>to work around this.

Which encoding? UTF-8 or ISO?

I run a big application entirely on UTF-8 with Image uploads and it
works well.

You need

locale.default.charset = UTF-8
services.VelocityService.input.encoding=UTF-8
input.encoding = UTF-8

in your TurbineResources.properties. The last one (input.encoding) is
only available in TURBINE_2_3_BRANCH, not in 2.3.1. 

2.3.1 is not able to control the input encoding from the servlet. So
you must rely on your container which might get it wrong (ISO
vs. UTF-8).

        Regards
                Henning






-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
[EMAIL PROTECTED]        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

What is more important to you...
   [ ] Product Security
or [ ] Quality of Sales and Marketing Support
              -- actual question from a Microsoft customer survey

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

  • 2.3.1 bug Akmal Sarhan
    • Henning P. Schmiedehausen

Reply via email to