DarkRTA / chronos

a terminal-based speedrun timer using https://github.com/livesplit/livesplit-core
MIT License
22 stars 4 forks source link

Better support UTF-8 #4

Closed DarkRTA closed 1 year ago

DarkRTA commented 4 years 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.

DarkRTA commented 1 year ago

a rust rewrite is planned which will actually end up fixing this

thank you c standards comittee for not adding utf8 to c23