mbeckem / tiro

A simple scripting language.
MIT License
7 stars 0 forks source link

Ensure strings are always UTF-8 #34

Open mbeckem opened 2 years ago

mbeckem commented 2 years ago

Ensure that string objects in the vm are always utf-8 encoded.

This is already the case for strings created from literals, but the C API and dynamic constructors should enforce this as well.