On Sat, 19 Apr 2014, Allin Cottrell wrote:
I could add some debugging output to verify whether or not gretl is
invoking
GLib's recoding mechanism.
OK, in the latest quartz snapshot I've added a little box that displays in
hex the first 5 bytes of the buffer that gretl sends to pbcopy when
copying RTF to the pasteboard; that is, the bytes that should compose
"{\rtf".
This should enable us to see if the second byte as emitted by gretl is
0x5C or 0x5A.
Allin