• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

using central european characters with tomcat

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have to use central european characters with tomcat. I know a site that does that (www.ingasigurari.ro). They declare in the <head> part of the html as content type:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
I try the same thing in my site but it does not work until I change the encoding from my browser.
Can this be done by tomcat?
Can I tell tomcat what encoding to have?
I'm using central european characters, but I'm sure it's the same thing with cyrillic etc.
Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic