mattwparas / steel

An embedded scheme interpreter in Rust
Apache License 2.0
980 stars 46 forks source link

fix string functions based on character offsets #205

Closed jrvidal closed 2 months ago

jrvidal commented 2 months ago

I noticed a couple of potential issues with string functions and multi-byte characters. I'm assuming that the affected functions are supposed to be character-based, and not byte based (unlike string-length).