kamilfb / mqtt-spy

Please use the new Eclipse Paho GitHub repo instead.
https://github.com/eclipse/paho.mqtt-spy/wiki
345 stars 68 forks source link

UNICODE Replacement character when saving a message as script #121

Closed MarthaZeppelin closed 6 years ago

MarthaZeppelin commented 6 years ago

I have a Hex payload as follows: "0a0000000d000c01e184" Using Save current messages as script yields "mqttspy.publish("ASTRA/snd/189", "\n\u0000\u0000\u0000\r\u0000\f\u0001\uFFFD", 2, true);"

The final "\uFFFD" isn't a correct representation of the original "e184", Seems there's something going wrong, "\uFFFD" is the UNICODE Replacement character.

MarthaZeppelin commented 6 years ago

Moved this to eclipse/paho.mqtt-spy