![]()
From: Jose Kahan (jose.kahan@w3.org)
Date: Mon Apr 07 2003 - 11:09:47 CDT
Hello,
In order for this to work, you'll need to add a convertion table
between the ASCII characters and the equivalent UTF-8.
I did something similar in my XHTML hypermail work for converting
the winlatin1 characters that are inserted inside messages coded with
ISO-8859-1. That is, I'm converting them into the equivalent Unicode
entities. I guess that in your case, the rule would be "if the
message's charset is UTF-8, then convert the ISO-8859-1 set into
the equivalent Unicode one.
You can see how I did it and then expand on that work.
I've fixed all the outstanding bugs I had, except for the inline
HTML that we would like to show using object. I'm working on that
problem now.
-jose
![]()