Closed johnyob closed 5 months ago
Grace's core library is encoding agnostic for positions and ranges. However, Grace_rendering assumes ASCII encoding, computing all character widths from String.length (which simply returns number of bytes in the string).
Grace_rendering
String.length
Context
Grace's core library is encoding agnostic for positions and ranges. However,
Grace_rendering
assumes ASCII encoding, computing all character widths fromString.length
(which simply returns number of bytes in the string).