daokoder / dao

Dao Programming Language
http://daoscript.org
Other
198 stars 19 forks source link

Thoroughly test UTF-8 support #525

Open dumblob opened 8 years ago

dumblob commented 8 years ago

There are some nice UTF-8 tests out there and after reading something about them, I got convinced we might leverage them in the Dao UTF-8 implementation. Example test is the file https://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt . Other tests are on https://bitbucket.org/knight666/utf8rewind (maybe we could convert and run them automatically).