I have some product descriptions on my website that for some reason are getting (what I found online) unicode substitutions instead of the value of the string. for example, one of my product desc starts off with 5 inch round window ...
, however, on the website, it is actually showing up 5◆ round window
, and in my logs, I get 5\u001a round window ...
. does anyone know why this could be happening??
note: im using ejs front end framework