-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
Perhaps I've missed something here. Adding my own TextFrames to Tags seems to be more complicated than it need be, as Tag doesn't export its default encoding.
The Tag.Set* convenience methods use TextFrame{Encoding: tag.defaultEncoding ...}.
Because Tag.defaultEncoding isn't exported, you need to re-implement Tag.setDefaultEncoding() to add your own TextFrame.
(I'm assuming I shouldn't just smush UTF-8 TextFrames into a Tag whose version is < 4.)
n10v
Metadata
Metadata
Assignees
Labels
No labels