Update behavior-stricter-utf8-library.md

Mark as implemented
This commit is contained in:
Arseny Kapoulkine 2023-11-16 13:32:01 -08:00 committed by GitHub
parent 6138ca28f7
commit 99bbc8636e
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
# Stricter utf8 library validation
**Status**: Implemented
## Summary
`utf8.len` and other functions in UTF-8 library will do more rigorous validation of UTF-8 input, rejecting UTF-16 surrogates encoded into UTF-8.