Cysharp / Utf8StringInterpolation

Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.
MIT License
157 stars 9 forks source link

Make sure string alignment calculate as char count #6

Closed hadashiA closed 1 year ago

hadashiA commented 1 year ago

When calculating alignement, it seems that byte count is used, but correct it to character count.