--- smsdaemon/GsmModem.cpp 2008/06/17 17:47:37 105 +++ smsdaemon/GsmModem.cpp 2008/12/07 10:15:44 136 @@ -8,7 +8,7 @@ #include -#include "SerialPort.h" +#include "serialport/SerialPort.h" #include "GsmModem.h" @@ -148,7 +148,7 @@ if (to.at(0) == '+') to.erase(0,0); - vector pdu_vec = SmsPdu::CreateSmsPdu(to, message, allowMultipart); + vector pdu_vec = SmsPdu::CreateSmsPdu(to, Util::str_latin2gsm(message), allowMultipart); for (unsigned i=0; ilogMessage( "All PDU's send"); }