BAN: Nullterminate encoded UTF8 data

This commit is contained in:
2025-04-01 22:39:56 +03:00
parent 73c292c4e9
commit 1a153b835c

View File

@@ -76,6 +76,8 @@ namespace BAN::UTF8
}
}
*ptr = '\0';
return true;
}