Post UTF-8 message with several emoji on via NNTP (3.18)
Message transmitted to VERT via QWK/FTP
Message received on second system via QWK/FTP (3.17)
Viewing message on second system, emoji are mangled/lost
This message is in question is under DoveNet Network Sysops.. the original message didn't seem to make it through, but my reply did... which may be a different bug/issue.
Edited
Designs
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
Activity
Sort or filter
Newest first
Oldest first
Show all activity
Show comments only
Show history only
Michael J. Ryanchanged title from Unicode messages getting mangled to NNTP Unicode messages getting mangled
changed title from Unicode messages getting mangled to NNTP Unicode messages getting mangled
When I use a utf-8 detected terminal to connect (synchronet detects/sets utf-8 auto), reading the message it's mangled... I do have a terminal font that will do the emoji and other glyphs (fira code).
When you say "reading the message", I would need more details there. There are at least 3 ways to read a message via the Terminal server:
The built-in message reading interface
Third-party message reader (e.g. DDMessageReader)
My msglist.js module
The msglist.js module will tell you what the detected character set/encoding is and has useful debug options, like a hex dump of the message body text.
Or you could use smbutil to read the message headers, body text or pipe through a hex dump. All of these could be helpful in root-causing the issue.