Special Characters

I am entering NV 110 °C in the caption of a label it displays as NV 110 °C 

I also tried entering NV 110 °C but that also does not work. The same is the case if I enter °C and °F in the combo box it appears with a Â . How do I avoid it ?
I have retested this here but I could not reproduce this with v1.4

It was because of a google font i was using in the project. I removed it and it was resolved


thanks

This issue kept coming again and again. Figured out it was a encoding issue and had to add

<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>

to resolve it

1 Like