Skip to content

WIP: UTF-8 Library

hydraz requested to merge feature/utf8 into master

Work to be done:

  • Implement the rest of string library
    • length
    • sub
    • reverse
    • patterns
      - [ ] gsub - [ ] find - [ ] match - [ ] gmatch
    • upper/lower?
    • char/byte?
  • Change e.g. \955 to support arbitrary code points
Edited by hydraz

Merge request reports