I have a switch case to check the month and I had to add a hexcode for the month of March not to have problem with the character "ç".
The March string was going like this: Mar o
One of the ways to solve the problem would be to put the tag in the html, however the code is pure javascript and I can not set that tag.
I put the hexcode, it worked perfectly, but I'd like to know what the best way to do it is.