When you create an input program for the editor
When you create a module that opens HTML files, how about converting all the U+2029 characters to <br />? It would make it much easier to search for. For what it is worth, that is what Sigil does, if that is any recommendation. It does create a lot of needless ones which must be disposed of. How about just filtering them out when the HTML is imported?
I have had to run the search several ways to locate all instances of this character which can not be accessed with \u2029 in Find. I tried pasting out of insert special characters and that didn't do the job. It seems to be searchable only when combined with another character.
|