f4exb / sdrangel

SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay and FunCube
GNU General Public License v3.0
2.84k stars 431 forks source link

Converting special characters in pocsag logger #2211

Open johanios opened 2 months ago

johanios commented 2 months ago

Hi!

I'm using the pocsag modulator to log messages to a csv file. Sometimes the alpha message contains characters like ' " ' which messes upp the structure of the csv file. Same thing with commas ','.

Is it possible to somehow convert those characters to some other before writing to the log file?

Thanks!

srcejon commented 1 month ago

It seems , should be in "" and " should be in "" escaped with " (i.e. "he said ""hi""")