diff --git a/includes/csharp/io/binary.hpp b/includes/csharp/io/binary.hpp index a04ecc0..e18c7f3 100644 --- a/includes/csharp/io/binary.hpp +++ b/includes/csharp/io/binary.hpp @@ -13,6 +13,8 @@ namespace csharp { * Also the reading of primitives was modified. */ + //TODO: ReadString and ReadChar as it only reads ASCII characters + //The BinaryReader class uses byte encodings, by default UTF8 class BinaryReader { public: