We have a suitable string type for UTF-8 now.
parent
6d6b0dae5a
commit
9b58d165c0
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue