Martin Gainty wrote: > ISO 8859 is a full series of 10 standardised multi-lingual single byte > coded 8 bit grapchic character sets for writing in alphabetic languages > information is available at > http://czyborra.com/charsets/iso8859.html > If you want TOMCAT to default to Latin1 (West European) character set > then use this option before starting > set CATALINA_OPTS=-Dfile.encoding=ISO-8859-1 > > HTH, > Martin-
Be aware that file.encoding is a read-only property on many systems and is not intended to be written to on any system. I haven't yet found a charset problem that can't be fixed using the features provided by the Tomcat/the specs. It all depends what you are actually trying to do... Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]