Tom Alexander c4762510f4
Handle unicode.
Turns out javascript iterates over strings by character, but all the string functions like slicing, lastIndexOf, and indexing with [] are all based on codepoints without taking into account surrogate pairs like orange heart. It would have been nice if that was mentioned in the documentation...
2023-08-18 23:32:21 -04:00
..
2023-08-18 19:23:31 -04:00
2023-08-18 16:19:37 -04:00
2023-08-18 23:32:21 -04:00
2023-08-18 21:06:43 -04:00