Closed DarkRTA closed 1 year ago
Right now we have to use a patch to livesplit-core to replace any sort of dash with the ASCII minus.
We can get rid of that patch by using a UTF-8 version of strlen for calculating the length of strings.
strlen
a rust rewrite is planned which will actually end up fixing this
thank you c standards comittee for not adding utf8 to c23
Right now we have to use a patch to livesplit-core to replace any sort of dash with the ASCII minus.
We can get rid of that patch by using a UTF-8 version of
strlen
for calculating the length of strings.