From 5e4bab9b06b5dc2aa0f59403193f80e257be9723 Mon Sep 17 00:00:00 2001 From: Danilo Borges Santos Date: Mon, 9 Dec 2024 10:43:55 -0300 Subject: [PATCH] Adiciona um TODO em BinaryReader --- includes/csharp/io/binary.hpp | 2 ++ 1 file changed, 2 insertions(+) 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: