On 3/22/07, Arne Schmitz <[EMAIL PROTECTED]> wrote:
Am Donnerstag, 22. März 2007 00:14 schrieb Stefan Haun:
> - or convert the messages to an encoding used on the complete history
I would recommend to store everything in UTF-8 in the history. This is
factually a superset of all other possible encodings and is, I think, the
standard way.
Can I "me too" that please?
IMHO, incoming data should be converted to unicode as early in the
chain as possible, and for data on the way out, it should be munged
into the recipient's encoding style as late as possible. That's the
way of least pain.
Mitch.