RE: a simple test to charset

2001-01-05 Thread G.Nagarajan
Hi, if you create a html file and submit the form to the servlet, the char will be displayed like form action="servlet/HelloWorld" method="get" input type="text" name="name"/ br input type="submit" value="ok"/ /form or you have to encode the special character. I tried it in IE + tomcat 3.2 +

RE: a simple test to charset

2001-01-04 Thread Kitching Simon
Very interesting - a concrete example is always more interesting to investigate than an abstract bug! So I gave your code a try and it worked fine on my system! I can't imagine what might be making it run for me but not run for you.. Just a by-the-way: I think you should also be setting the