Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Open Source Projects
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
paul wheaton
Sheriffs:
Ron McLeod
Devaka Cooray
Henry Wong
Saloon Keepers:
Tim Holloway
Stephan van Hulst
Carey Brown
Tim Moores
Mikalai Zaikin
Bartenders:
Frits Walraven
Forum:
Other Open Source Projects
Apache commons UTF-8 problem.
vishnu vyasan
Ranch Hand
Posts: 39
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi Firends
i have
jsp
servlet
application in which i have a jsp Multipart form. The form has other normal fields apart from the File chooser.
Now my form tag is like this.
<FORM name="attachForm" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
i have set the pageEncoding to UTF-8 and has meta-tag as
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
now in the processing servlet i use appache commons file upload and i have set the
request.setCharacterEncoding("UTF-8");
But still my data gets corrupted to question marks.
Thanks and regards
Ulf Dittmer
Rancher
Posts: 43081
77
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
But still my data gets corrupted to question marks.
Where, and how, are you noticing this?
Stinging nettles are edible. But I really want to see you try to eat this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
JSP and HTML Encoding
Character Encoding issue with Tomcat 5.5.9
Servlet and Html Encoding
Need to get utf-8 strings in java servlet
Internationalization (specifically with Chinese characters)
More...