Index: trunk/FACT++/src/magiclidar.cc
===================================================================
--- trunk/FACT++/src/magiclidar.cc	(revision 18973)
+++ trunk/FACT++/src/magiclidar.cc	(revision 18974)
@@ -186,6 +186,6 @@
                 << "/" << data.fT12
                 << " H="  << data.fCloudBaseHeight/1000 << "km"
-                << " Zd="  << data.fZd  << "°"
-                << " Az="  << data.fAz  << "°";
+                << " Zd="  << data.fZd  << "\u00b0"
+                << " Az="  << data.fAz  << "\u00b0";
             Message(msg);
 
Index: trunk/FACT++/src/magicweather.cc
===================================================================
--- trunk/FACT++/src/magicweather.cc	(revision 18973)
+++ trunk/FACT++/src/magicweather.cc	(revision 18974)
@@ -168,11 +168,11 @@
             ostringstream msg;
             msg << tm.GetAsStr("%H:%M:%S") << "[" << data.fStatus << "]:"
-                << " T="    << data.fTemp  << "°C"
+                << " T="    << data.fTemp  << "\u00b0C"
                 << " H="    << data.fHum   << "%"
                 << " P="    << data.fPress << "hPa"
-                << " Td="   << data.fDew   << "°C"
+                << " Td="   << data.fDew   << "\u00b0C"
                 << " V="    << data.fWind  << "km/h"
                 << " Vmax=" << data.fGusts << "km/h"
-                << " dir="  << data.fDir   << "°";
+                << " dir="  << data.fDir   << "\u00b0";
             Message(msg);
 
