On 22.03.2012 11:13, Harald Oehlmann wrote:
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
No I think you have the whole picture. Even though this is
no more than a wrapper of other stuff, it could turn out
to be a central utility on which build other functionalities.
-- Massimo
---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org
For additional commands, e-mail: rivet-dev-h...@tcl.apache.org