You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The page encoding on the Hubitat seems to be UTF-8.
When you send an email with "LGK Sendmail V2" with non us-ascii letters e.g. "æ ø å". They are not shown correctly in the generated email.
I suggest you change line 436
from , 'Content-Type: text/plain; charset="us-ascii"'
to , 'Content-Type: text/plain; charset="utf-8"'
alternative change the charset to a configurable value.
Thanks, for a good extension, nice work. :)
The text was updated successfully, but these errors were encountered:
---- Original Message ----
From: "mast76" <[email protected]>
Sent: 2/24/2021 4:44:08 PM
To: "lgkahn/hubitat" <[email protected]>
Cc: "Subscribed" <[email protected]>
Subject: [lgkahn/hubitat] Encoding fails in email (#3)
The page encoding on the Hubitat seems to be UTF-8.
When you send an email with "LGK Sendmail V2" with non us-ascii letters e.g. "æ ø å". They are not shown correctly in the generated email.
I suggest you change line 436
from
, 'Content-Type: text/plain; charset="us-ascii"'
to
, 'Content-Type: text/plain; charset="utf-8"'
alternative change the charset to a configurable value.
Thanks, for a good extension, nice work. :)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
The page encoding on the Hubitat seems to be UTF-8.
When you send an email with "LGK Sendmail V2" with non us-ascii letters e.g. "æ ø å". They are not shown correctly in the generated email.
I suggest you change line 436
from
, 'Content-Type: text/plain; charset="us-ascii"'
to
, 'Content-Type: text/plain; charset="utf-8"'
alternative change the charset to a configurable value.
Thanks, for a good extension, nice work. :)
The text was updated successfully, but these errors were encountered: