* Remove stale UTF-8 code in mfsk.cxx
pull/1/head
Andrej Lajovic 2013-11-16 09:17:11 -06:00 zatwierdzone przez David Freese
rodzic 80b09022ce
commit ab0a464b17
1 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -1082,11 +1082,8 @@ int mfsk::tx_process()
txstate = TX_STATE_FLUSH;
else if (xmtbyte == GET_TX_CHAR_NODATA)
sendidle();
else {
if (xmtbyte & 0x8000) // UTF-8 character send two bytes
sendchar((xmtbyte >> 8) & 0xFF);
else
sendchar(xmtbyte);
}
break;
case TX_STATE_FLUSH: