degree symbol works in HMI, not on main page

Using the HMI Builder and creating custom interfaces for the BCS.
Post Reply
clearwaterbrewer
Posts: 383
Joined: Wed Feb 09, 2011 3:43 pm
Bot?: No
Location: Clearwater, FL
Contact:

degree symbol works in HMI, not on main page

Post 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 10704 times
degree working in HMI.png
degree working in HMI.png (27.54 KiB) Viewed 10704 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
clearwaterbrewer
Posts: 383
Joined: Wed Feb 09, 2011 3:43 pm
Bot?: No
Location: Clearwater, FL
Contact:

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

Post by clearwaterbrewer »

bump? anyone know how to correctly display the degree symbol in the HMI?
kapavita
Posts: 20
Joined: Tue Feb 09, 2010 11:22 am
Bot?: No
Location: Palo Alto, CA

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

Post by kapavita »

You could try these:
...+ &deg + "F" ...

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

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

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

Good luck!
Post Reply