Hello,

product names are store in DB in UTF8 so instead of actual Russian letters it stores &5O4W or some stuff like that and it is working fine when it gets displayed on UI. Now the problem is when order is placed a confirmation is sent out to the customer that has product names in not readable format. More precisely it sends &5O4W (exactly what is in DB). How do I solve this?

Thank you.