We have a suitable string type for UTF-8 now.

BodgeMaster-unfinished
BodgeMaster 2022-06-27 18:15:01 +02:00
parent 6d6b0dae5a
commit 9b58d165c0
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ namespace NBT {
return ErrorOr<std::vector<int8_t>>({0});
}
//TODO: find suitable string type
// Maybe use a struct that holds decoded (de-Java-fied) string
// data, decoded size, and original size? Original size is needed
// so the parser knows where to continue.