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
I believe md_decode_utf16le_before__() returns the wrong value. The function is supposed to return the character before the offset. We can compare with the utf8 version md_decode_utf8_before__() which returns CH(off-1).
I believe
md_decode_utf16le_before__()
returns the wrong value. The function is supposed to return the character before the offset. We can compare with the utf8 versionmd_decode_utf8_before__()
which returnsCH(off-1)
.I have created a PR here. #265
The text was updated successfully, but these errors were encountered: