Just a short question:
How to express the UTF-8 character "…" ('NEXT LINE (NEL)' (U+0085)) in a scraper?
I tried to replace is with three points, but it is not working.
How to express the UTF-8 character "…" ('NEXT LINE (NEL)' (U+0085)) in a scraper?
I tried to replace is with three points, but it is not working.
Code:
<replace name="synopsis_2" input="synopsis_1" pattern="…" with="..." />