Page 1 of 1

degree symbol works in HMI, not on main page

Posted: Tue Jul 02, 2013 7:33 pm
by clearwaterbrewer
my degree symbol works on the HMI page in any browser, but on the main control page:
Chrome - I get a diamond with a question mark in the middle
IE10 - I get a square
FF - I get a diamond with a question mark in the middle

Weird...
degree not working on Main.png
degree not working on Main.png (27.63 KiB) Viewed 11362 times
degree working in HMI.png
degree working in HMI.png (27.54 KiB) Viewed 11362 times
If you like anything on this, such as my cool gradients at the chiller, or lines that get thick when in use the js is at:
http://www.clearwaterbrewery.com/clearwaterbrewery.js
and the image is:
http://www.clearwaterbrewery.com/3kettle-3pump.png

Re: degree symbol works in HMI, not on main page

Posted: Wed Aug 28, 2013 6:24 am
by clearwaterbrewer
bump? anyone know how to correctly display the degree symbol in the HMI?

ZAAaa: degree symbol works in HMI, not on main page

Posted: Fri Aug 30, 2013 7:26 pm
by kapavita
You could try these:
...+ &deg + "F" ...

...+ "&deg" + "F" ...

...+ &#176 + "F" ...

...+ "&#176" + "F" ...

Good luck!