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
note that the above works as long as the transformations and offsets all work out (ie the mb_strlen of the transformed sentence is the same as the mb_strlen of the sentence in the original)
The text was updated successfully, but these errors were encountered:
victusfate
changed the title
not a blocker but something to be aware of for fellow users
encoding issue: not a blocker but something to be aware of for fellow users
Jan 19, 2023
Original text is transformed in the return sentences, so finding the start/end of each sentence requires comparing to a transformed sentence.
ie
For text
I failed to find a start for the second sentence since the second sentence comes back as
which isn't found in the original.
code (not working, $iStart returns as false for the second sentence)
corrected code
note that the above works as long as the transformations and offsets all work out (ie the mb_strlen of the transformed sentence is the same as the mb_strlen of the sentence in the original)
The text was updated successfully, but these errors were encountered: