Details
-
Bug
-
Resolution: Fixed
-
None
-
Empty show more show less
Description
problem
The rangy lib in the frontend uses the character EFBBBF (ZERO WIDTH NO-BREAK SPACE, U+FEFF) as internal marker. It seems that this marker is not removed properly on segment saving.
solution
- protect this character on import with a tag
- remove that character when saving a segment
- remove that character on export. Basicly it should not be contained in usable data.