-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Add ability to specify a string format. Introduce utf8 and ascii formats, add validation routines for those formats. ASCII should only allow valid ASCII characters in the string, UTF-8 should only allow valid UTF-8 strings (you are coding in JavaScript, which uses UTF-16 strings). Make sure implementation is very very performant.
- Introduce string sub-formats as part of the
formatproperty in string nodes.-
utf8 -
ascii
-
Copilot