Skip to content

Fixing unicode string split issue#1364

Merged
oreflow merged 1 commit intomainfrom
unicode-split
May 30, 2025
Merged

Fixing unicode string split issue#1364
oreflow merged 1 commit intomainfrom
unicode-split

Conversation

@oreflow
Copy link
Collaborator

@oreflow oreflow commented May 30, 2025

#1361 caused an issue when splitting a string if the character before the split would be a unicode character since the character was inserted using byte offset. New version only modifies string content which is known since it matches the regex separator

#1361 caused an issue when splitting a string if the character before the split would be a unicode character since the character was inserted using byte offset.
New version only modifies string content which is known since it matches the regex separator
@oreflow oreflow requested review from pmbethe09 and vladmos as code owners May 30, 2025 10:14
@oreflow oreflow enabled auto-merge (squash) May 30, 2025 10:17
@oreflow oreflow requested a review from pollendo May 30, 2025 10:19
@oreflow oreflow merged commit b02f80d into main May 30, 2025
5 checks passed
@oreflow oreflow deleted the unicode-split branch May 30, 2025 10:20
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.

2 participants