BAN: Nullterminate encoded UTF8 data

This commit is contained in:
Bananymous 2025-04-01 22:39:56 +03:00
parent 73c292c4e9
commit 1a153b835c
1 changed files with 2 additions and 0 deletions

View File

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