-
Type:
Bug
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Editor general, Import/Export
-
Emptyshow more show less
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.