perlang-org / perlang

The Perlang Programming Language (GitHub Mirror)
https://gitlab.perlang.org/perlang/perlang
MIT License
16 stars 1 forks source link

(many) Implement `Utf8String` for strings with non-ASCII content #385

Closed perlun closed 1 year ago

perlun commented 1 year ago

Similar to #377, but this seemed much simple to accomplish. Likely because the ground work was already done because of #377.

Fixes part of #370.