0
This repository has been archived on 2025-04-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Minecraft-Overviewer/overviewer_core
Andrew Chin e76d364b1e NBT: Use a replacement strategy to deal with undecodable data.
The NBT spec requires that all strings are UTF-8 encoded.  However in
practice, non-UTF-8 data can get into a level.dat file (generally via
some weird user-supplied characters in signs.  This results in the
following error:

    CorruptNBTError: could not parse nbt: 'utf8' codec can't decode byte
    0xc0 in position 3: invalid start byte

This happens often enough that we should just ignore this error by using
the 'replace' strategy to replace the invalid data
2018-09-06 22:20:09 -04:00
..
2018-07-31 00:41:00 +03:00
2017-02-12 12:47:47 -05:00
2018-05-06 13:47:17 -04:00
2017-03-24 17:57:37 +01:00
2017-03-24 17:57:37 +01:00
2016-11-29 09:13:42 -05:00
2017-03-16 17:03:06 +01:00
2017-03-24 17:57:37 +01:00
2016-12-24 14:43:52 -05:00
2017-03-16 18:25:55 +01:00
2017-03-16 14:45:19 +01:00