BAN: Nullterminate encoded UTF8 data
This commit is contained in:
parent
73c292c4e9
commit
1a153b835c
|
@ -76,6 +76,8 @@ namespace BAN::UTF8
|
|||
}
|
||||
}
|
||||
|
||||
*ptr = '\0';
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue