You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String functions such as length and reverse and sort are documented to treat strings as sequences of code points, but this implementation incorrectly interprets the code units of each surrogate pair representing a supplementary plane character as independent code points.
The text was updated successfully, but these errors were encountered:
gibson042
added a commit
to gibson042/jmespath.js
that referenced
this issue
Oct 17, 2022
cf. jmespath-community/jmespath.test#2
String functions such as
length
andreverse
andsort
are documented to treat strings as sequences of code points, but this implementation incorrectly interprets the code units of each surrogate pair representing a supplementary plane character as independent code points.The text was updated successfully, but these errors were encountered: