ophidiedev/utf8_validate

UTF8 validator

utf8-validate

A utf8 validator written in luau

[![Version npm](https://img.shields.io/npm/v/@rbxts/utf8-validate.svg?logo=npm)](https://www.npmjs.com/package/@rbxts/utf8-validate) pesde wally

Note

The original source code for the validator used in this project can be found here

Features

  • Validate whether a string contains only valid utf8 characters

Installation

Add to your wally.toml:

utf8_validate = "ophidiedev/[email protected]"

Add to your pesde.toml:

utf8_validate = { name = "ophidiedev/utf8_validate", version = "^1.0.0" }

Add to your package.json:

"@rbxts/utf8-validate": "^1.0.0"

Read More

If you are interested in reading more about the problem this package solves, consider reading this story by community member Vorlias.

Licenses

  • The original source code for the validator (utf8validator.lua) is MIT Licensed the original source can be found here.