Codepoints in the surrogate range and above 0x10FFFF are forbidden in UTF-8, but GnuPG does not appear to replace them with escapes on output.
Description
Description
Event Timeline
Comment Actions
As a Unix tool GnuPG does not touch its output. Diagnostic messages are only filtered for ASCII control characters because that is what command line tools should do. Everything else is up to your terminal emulation.