I need to add a HTML signature to an account in Windows Live Mail. I set up a simple HTML file with charset=utf-8 (and the content encoded accordingly).
Opening the HTML alone it works ok.
When I add the file to the WLM account, the signature shows up, but each UTF-8 encoded character is displayed as decomposed bytes of the UTF transformation, meaning that WLM is not able to decode UTF-8.
What can be done to take WLM out from the dark ages and be able to use characters from the Unicode plane ?
Cristi