in reply to Test code (was: Re: Character encoding in emails)
in thread Character encoding in emails
So... for this example you don't actually have any unicode characters at all, right? Your __DATA__ is using html entities written in ASCII, and all the literals are also ASCII. And the emoji still doesn't come through?
For debugging, you can always "view source" in your mail client (well, usually, or maybe you need to install Thunderbird). The source of the email should reveal if something broke your HTML.
When you get past this first hurdle though, and go back to using Unicode characters, you should:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Test code (was: Re: Character encoding in emails)
by afoken (Chancellor) on Dec 09, 2023 at 11:41 UTC | |
by Bod (Parson) on Dec 09, 2023 at 14:41 UTC |