Hi, > What's wrong with the entities encoded into hex numbers (e.g. Ä == > Ä == Ä)? Every browser should be able to display them.
Ok, I think I'm nitpicking ;-) You're right .. > If you really need to have Ä in your output the only solution which > comes to my mind at the moment is to register an > "AxAddOutputTransformer". Thats a cool idea. I would do that, but maybe there would be a performance decrease?! I've got no experience with "AxAddOutputTransformer", but will check it out. > You could use HTML::Entities to convert from Ä => Ä => Ä which > is really nasty but it should work. I don't think its nasty .. > --------------------------8<-------------------------- > package MyModule; > > use HTML::Entities; > > sub Transformer [...] Thank you, I'll try that. Richard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]