twisted1919
Administrator
Staff memberHi guys, so finally, emoji's are in
Mail result:
Thanks to @AHK which gave me an idea in the above posts, we didn't have to change the database charset which would mean huge issues for a lot of users.
What we do instead, we have a new column in the campaign database table, called subject_encoded where we store a base64 representation of the subject, and because in base64 is just fine to store raw bytes this works perfectly fine.
The downside is that we need another column and we need to make sure these are always in sync (subject => subject_encoded) but as far as i can see, there's no problem with this.
As you can also see above, there is a list of emoji's available from which you can pick. However, if you have other emoji's too, you can simply paste them in the subject line and it will just work.
Mail result:
Thanks to @AHK which gave me an idea in the above posts, we didn't have to change the database charset which would mean huge issues for a lot of users.
What we do instead, we have a new column in the campaign database table, called subject_encoded where we store a base64 representation of the subject, and because in base64 is just fine to store raw bytes this works perfectly fine.
The downside is that we need another column and we need to make sure these are always in sync (subject => subject_encoded) but as far as i can see, there's no problem with this.
As you can also see above, there is a list of emoji's available from which you can pick. However, if you have other emoji's too, you can simply paste them in the subject line and it will just work.