Search found 1 match

by vegard
Mon Sep 26, 2011 12:28 pm
Forum: JFileUpload
Topic: Norwegian characters gets converted with overall compression
Replies: 1
Views: 7204

Norwegian characters gets converted with overall compression

Hi. My JFileUpload is set up to compress all files uploaded into one zip before upload, but if the files contain norwegian characters like "æøå" they get converted to something like "+©" or "+à" instead. Is there a way to avoid this? I'd rather not escape or rename them using a regular expression as...