https://bugs.documentfoundation.org/show_bug.cgi?id=167314
--- Comment #5 from Justin L <[email protected]> --- We have lcl_CleanStr in sw/source/core/crsr/findtxt.cxx that currently removes various stuff like this (example: soft-hyphens). But of course it brings along with it all kinds of other problems, like regex backreferences (bug 35250) The problem with 'intelligently removing stuff' is that you also then need to 'intelligently add it back in where appropriate', and that pretty much always requires a human. -- You are receiving this mail because: You are the assignee for the bug.
