@NullTerminated decorator is made to be used with the @Utf{8,16,32}
decorators to read the string until a 0 is encountered.
Because decoding an array of utf{8,16,32} character will drop this 0
this decorator make sure to add it again to the array when writing an utf
encoded string.
@NullTerminated
decorator is made to be used with the@Utf{8,16,32}
decorators to read the string until a0
is encountered. Because decoding an array of utf{8,16,32} character will drop this0
this decorator make sure to add it again to the array when writing an utf encoded string.