Paul Cantrell <cantrell <at> pobox.com> writes: > If the problem is with properties files, the issue is a general Java > one, nothing to do with Tapestry. Properties files are ascii only; > you must use escape sequences.
Property files are not ASCII only, they are (and have to be; there's no option) encoded in iso-8859-1, which covers most western languages, including Sweddish. You must, however, make sure the file is really encoded in iso-8859-1. Most Linux editors nowadays default to utf-8. Ted, check the HTML source spit by Tapestry; this may be just a browser issue, where the browser couldn't correctly figure out the page encoding and is showing ??? for characters that doesn't fit in the incorrectly guessed charset. -- Marcus Brito --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
