Index: trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/src/combination/bnccomb.cpp	(revision 8175)
+++ trunk/BNC/src/combination/bnccomb.cpp	(revision 8204)
@@ -366,5 +366,5 @@
     // --------------------
     if (_resTime.valid() && clkCorr._time <= _resTime) {
-      emit newMessage("bncComb: old correction: " + acName.toAscii() + " " + prn.mid(0,3).toAscii(), true);
+      emit newMessage("bncComb: old correction: " + acName.toLatin1() + " " + prn.mid(0,3).toLatin1(), true);
       continue;
     }
@@ -401,5 +401,5 @@
     t_eph* ephPrev = _ephUser.ephPrev(prn);
     if (ephLast == 0) {
-      emit newMessage("bncComb: eph not found "  + prn.mid(0,3).toAscii(), true);
+      emit newMessage("bncComb: eph not found "  + prn.mid(0,3).toLatin1(), true);
       delete newCorr;
       continue;
@@ -414,6 +414,6 @@
       }
       else {
-        emit newMessage("bncComb: eph not found "  + prn.mid(0,3).toAscii() +
-                        QString(" %1").arg(newCorr->_iod).toAscii(), true);
+        emit newMessage("bncComb: eph not found "  + prn.mid(0,3).toLatin1() +
+                        QString(" %1").arg(newCorr->_iod).toLatin1(), true);
         delete newCorr;
         continue;
@@ -469,5 +469,5 @@
     + QString(" %1 -> %2 %3").arg(corr->_iod,3).arg(lastEph->IOD(),3).arg(dC*t_CST::c, 8, 'f', 4);
 
-  emit newMessage(msg.toAscii(), false);
+  emit newMessage(msg.toLatin1(), false);
 
   corr->_iod = lastEph->IOD();
@@ -507,5 +507,5 @@
       }
     }
-    out << AC->name.toAscii().data() << ": " << AC->numObs << endl;
+    out << AC->name.toLatin1().data() << ": " << AC->numObs << endl;
   }
 
@@ -531,6 +531,6 @@
         if (AC->numObs > 0) {
           out << "Switching Master AC "
-              << _masterOrbitAC.toAscii().data() << " --> "
-              << AC->name.toAscii().data()   << " "
+              << _masterOrbitAC.toLatin1().data() << " --> "
+              << AC->name.toLatin1().data()   << " "
               << _resTime.datestr().c_str()    << " "
               << _resTime.timestr().c_str()    << endl;
@@ -752,5 +752,5 @@
       if (_antex->satCoMcorrection(corr->_prn, Mjd, xc.Rows(1,3), dx) != success) {
         dx = 0;
-        _log += "antenna not found " + corr->_prn.mid(0,3).toAscii() + '\n';
+        _log += "antenna not found " + corr->_prn.mid(0,3).toLatin1() + '\n';
       }
     }
@@ -777,5 +777,5 @@
                  "   %10.5f INTERNAL",
                  messageType, updateInt, _resTime.gpsw(), _resTime.gpssec(),
-                 corr->_prn.mid(0,3).toAscii().data(),
+                 corr->_prn.mid(0,3).toLatin1().data(),
                  corr->_iod,
                  corr->_dClkResult * t_CST::c,
@@ -800,5 +800,5 @@
 
   vector<string> errmsg;
-  _rtnetDecoder->Decode(outLines.toAscii().data(), outLines.length(), errmsg);
+  _rtnetDecoder->Decode(outLines.toLatin1().data(), outLines.length(), errmsg);
 
   // Send new Corrections to PPP etc.
@@ -1169,6 +1169,6 @@
               << _resTime.timestr().c_str()    << " "
               << "Orbit Outlier: "
-              << corr->_acName.toAscii().data() << " "
-              << prn.mid(0,3).toAscii().data()           << " "
+              << corr->_acName.toLatin1().data() << " "
+              << prn.mid(0,3).toLatin1().data()           << " "
               << corr->_iod                     << " "
               << norm                           << endl;
@@ -1203,5 +1203,5 @@
     if (AC->mountPoint == mountPoint) {
       acName = AC->name;
-      out << "Provider ID changed: AC " << AC->name.toAscii().data()   << " "
+      out << "Provider ID changed: AC " << AC->name.toLatin1().data()   << " "
           << _resTime.datestr().c_str()    << " "
           << _resTime.timestr().c_str()    << endl;
