A utf8 validator written in luau
Note
The original source code for the validator used in this project can be found here
- Validate whether a string contains only valid utf8 characters
Add to your wally.toml:
utf8_validate = "ophidiedev/[email protected]"Add to your pesde.toml:
utf8_validate = { name = "ophidiedev/utf8_validate", version = "^2.0.2" }Add to your package.json:
"@rbxts/utf8-validate": "^2.0.2"If you are interested in reading more about the problem this package solves, consider reading this story by community member Vorlias.
- The original source code for the validator (utf8validator.lua) is MIT Licensed the original source can be found here.