Closed MoustaphaDev closed 11 months ago
Latest commit: ca54bd3fb51d3acde0cbc5cad28c11ca70ffb8d7
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
I'll be watching closely if this causes any issue. Touching sourcemaps is scary 😆
Changes
Fix #872
The initial code inaccurately incremented
start
for each character iteration without considering variable byte sizes. The updated code utilizingutf8.DecodeRuneInString
, correctly adjustsstart
based on the byte size of each character.Testing
Added a printer test
Docs
N/A bug fix