Skip to content

Conversation

@kaare
Copy link

@kaare kaare commented Aug 13, 2024

Seems to have been forgotten

@bes-internal
Copy link

bump

Move(skip_p, skip_p + u8, re_p - skip_p, char);
re_p += u8;
uvuni_to_utf8_flags((U8*)skip_p, n, UNICODE_ALLOW_ANY);
uvchr_to_utf8_flags((U8*)skip_p, n, UNICODE_ALLOW_ANY);
Copy link

@toddr toddr May 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From what I can tell, the correct call should be this?

uvchr_to_utf8((U8*)skip_p, n);

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nevermind.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but bump we could use this change!

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.

3 participants