mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
The stringForType: method seems unable to handle this type, as a textClipping file dragged to TextMate (on 10.11) will result in a string with null bytes, presumably because the data was UTF-16 but interpreted as ASCII / MacRoman.
This change mirrors what we did for services in commit 062a939189