Am 22.03.2012 10:56, schrieb Massimo Manghi: > Perhaps no one will use it, but it won't be only unused component of > Rivet. I've been > working on an application that gets data and templates from different > sources > which may well use different encodings, so it won't be completely > useless for me
My compassion for the workload experience, sorry for that. I just wanted to state, that technically utf8 is sufficient. For other common encodings (html entities is not really an encoding), one may use: % rivet::entities [encoding convertfrom cp850 "\x8eh"] Äh to recode the Text "Äh" from DOS CP850 to html entities. IMHO this is not much less elegant than: rivet::encode "\x8eh" -encoding cp850 Or do I miss something obvious ? -Harald --------------------------------------------------------------------- To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org For additional commands, e-mail: rivet-dev-h...@tcl.apache.org