Changes between Version 1 and Version 2 of Ticket #1844, comment 19
- Timestamp:
- 11/13/19 09:06:20 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1844, comment 19
v1 v2 25 25 }}} 26 26 The first one, we have every right to drop, {{{GTK_TEXT_BUFFER_CONTENTS}}} must be some kind of secret GTK magic handshake thing. 27 But {{{text/plain;charset=utf-8}}}, we could handle by returning {{{UTF8_STRING}}}.27 But {{{text/plain;charset=utf-8}}}, although it is also invalid since we never claimed to be able to handle it, we could return the {{{UTF8_STRING}}} value. 28 28 Will fix.