[Zope] Internationalization

pablo@decode.com.ar pablo@decode.com.ar
3 Aug 2001 14:56:49 -0000


Hi people!

Does anybody know a decent way to render non-english-characters (i.e. 
¿,¡,á,Á,é,É,í,Í,ó,Ó,ú,Ú,ñ,Ñ, etc.) using html entities format 
(á Á é and so on)?.

This is what I'm trying to do:

accented_value(:text)= "Hél o' wórld. ¿bláh?, ¡bláh!."
<dtml-var "REQUEST[accented_value]" html_quote_it_please>

html_quote does not perform tyhis job.