Kermalis/EndianBinaryIO

String/char questions

Closed this issue · 0 comments

Should String and char[] be flipped with endianness (note BigEndianUnicode)?
Will the current implementation always work? Encoding sizes for each char might be different depending on the char, so I think PeekChar and ReadChar will be broken under some circumstances.