Skip to content

make conversion work with non-ascii character maps#42

Open
RandomGuyWithoutY wants to merge 1 commit intoTheZoraiz:masterfrom
RandomGuyWithoutY:patch-1
Open

make conversion work with non-ascii character maps#42
RandomGuyWithoutY wants to merge 1 commit intoTheZoraiz:masterfrom
RandomGuyWithoutY:patch-1

Conversation

@RandomGuyWithoutY
Copy link

See: https://go.dev/blog/strings
Using standard range iteration writes the byte offset into index and not the character offset, thus failing to correctly index into the output map.

See: <https://go.dev/blog/strings>
Using standard range iteration writes the byte offset into `index` and not the character offset, thus failing to correctly index into the output map.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant