ference
ference
Comments
-
This happens because sendy uses str_replace to replace tags to fallbacks, and this function does not work properly with multibyte strings.
Possible solution: migrate str_replace with preg_replace since there is no multibyte version of str…
-
Also isn't it a better idea to store custom fields serialized or json encoled rather than glued with '%s%' in database? looks like a more solid approach