Dylan K. Taylor 9478bc281f Human: Save skin data as TAG_ByteArray instead of TAG_String
TAG_String has a UTF-8 payload, which makes it more expensive to work with. Also, skins can contain bytes which are not valid UTF-8 characters and will therefore be treated as corrupted by external tools.
Additionally a TAG_String can only hold 32767 bytes, which might become a problem in the future.

A TAG_ByteArray can hold up to 2GB of data, and there is no character encoding restrictions on it.
2018-02-11 16:50:00 +00:00
..
2018-01-18 18:04:54 -05:00
2018-01-23 19:04:37 +00:00
2017-08-17 11:08:54 +01:00
2018-02-08 12:09:29 +00:00
2018-02-06 21:39:15 +00:00
2018-02-08 12:09:29 +00:00