Reworked data processor to use QTextCodec to check for invalid unicode.
authorKurt Pattyn <kurt.pattyn@barco.com>
Tue, 6 Aug 2013 12:50:45 +0000 (14:50 +0200)
committerKurt Pattyn <kurt.pattyn@barco.com>
Tue, 6 Aug 2013 12:50:45 +0000 (14:50 +0200)
commit35887b4ef4ebb57888ea68790512287a14927fd5
tree69c37d44b2607de82131d9b6dafea9fc3a7a9c96
parente9eadf153d0d36b8b435cc944002bea4bee3b99d
Reworked data processor to use QTextCodec to check for invalid unicode.
Added frame-per-frame validity check, so early failure is possible.
Split the message into a text message and a binary message, so that the decoded text can be retained (optimisation)
source/dataprocessor.cpp
source/dataprocessor.h