Antonio I guess I did - strange that it happens only on the one server.. maybe UNIX less "forgiving" than Linux. Is there a "default" encoding that Cocoon makes use of? IOW, if I import or reuse stylesheets from Cocoon samples etc. will I expect to see these in UTF-8? Can I simply omit the encoding parameter from *all* my files and set a default for the entire project (in the sitemap, for example). That way I could avoid the "mixing" problem you refer to. Or if this is all spelt out in great detail, somewhere, I'd like to go and read up about it... Thanks Derek
>>> [EMAIL PROTECTED] 2006/02/08 09:36:44 AM >>> 2006/2/8, Derek Hohls < [EMAIL PROTECTED] >: > PS Is there any good reason to prefer ISO-8859-1 over > UTF-8 ... these seem to be used interchangeably, but I > guess they are not? They are different. If your app only uses "latin" characters, you could use one or the other. Otherwise, you should use UTF-8. But beware that mixing is not good, especially if you mix them in the same document. Both encodings encode the same characters in very different ways (except for standard ASCII, which happens to be encoded the same). If you mix, you may run into trouble. You probably already ran into trouble. ;-) -- Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- This message is subject to the CSIR's copyright, terms and conditions and e-mail legal notice. Views expressed herein do not necessarily represent the views of the CSIR. CSIR E-mail Legal Notice http://mail.csir.co.za/CSIR_eMail_Legal_Notice.html CSIR Copyright, Terms and Conditions http://mail.csir.co.za/CSIR_Copyright.html For electronic copies of the CSIR Copyright, Terms and Conditions and the CSIR Legal Notice send a blank message with REQUEST LEGAL in the subject line to [EMAIL PROTECTED] This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
