[Bug]: emojis sent via JSON messages to the public broker are lost #5051
ondras
started this conversation in
Troubleshooting
Replies: 1 comment
-
|
This was likely fixed by: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Category
Other
Hardware
Heltec V3
Firmware Version
v2.5.5.e182ae7
Description
This might not be the proper repository to file an issue against. I was unable to find a better one.
Nodeinfo JSON messages sent to a public MQTT broker are somewhat broken: their
longnamefields have their emojis replaced with\u0000.Apparently, the public MQTT broker has issues with emojis (not sure which codepoints in particular -- perhaps those outside of BMP?). My reproducible example using
mosquitto_subandmosquitto_pub:Note the second missing message. Now compare with my own mosquitto server:
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions