-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
When somebody logs a cache, the onwer receives notification email with that log.
If the log text contains UTF8 emojis, they appear in the email as ????? even though the database field for log entry supports them and the log, as it appears on the website shows them correctly.
Example:
https://www.opencaching.ro/viewcache.php?cacheid=675
https://www.opencaching.ro/viewlogs.php?logid=1921
And this is how the email looks like:
Note: database fields have, at least in part, been updated according to #2399
This is select hex(text) from cache_logs where id=1921:
4345524221234543484F3C6272202F3E0A3C6272202F3E0A45524155534F52F09F9880F09F9880F09F98804D4941555049534943F09FA5B3F09FA5B3F09F98B8F09F98BAF09F98BCF09F929BF09F929B
Reactions are currently unavailable

