x/text/unicode/bidi: ReverseString
doesn't preserve modifiers
#50633
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Run this with x/text 0.3.7
What did you expect to see?
The document of
ReverseString
says:So the modifiers should be reserved. Probably this is the same for
AppendReverse
.By the way, in the ideal world, should all the graphemes be reserved (e.g., emoji flags)?
What did you see instead?
CC /@pgundlach
The text was updated successfully, but these errors were encountered: