https://gitlab.com/dogtail/dogtail/-/merge_requests/27

commit 5e4e76b17df0320842b9a2decfb10c64bbe4425a
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Tue Nov 2 14:57:53 2021 +0100

    README: Drop zero-width spaces
    
    They confuse various text processing tools and are not actually useful
    here.

---
 README.md |   32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

--- a/README.md
+++ b/README.md
@@ -107,29 +107,29 @@ Mailing list for developers:
 
     Dec-08-2015
 
-    We have accumulated a good number of enhancements since the last version, and are also working on making our first python3 ready release. All from one single code base. See ​https://fedorahosted.org/dogtail/ticket/63
+    We have accumulated a good number of enhancements since the last version, and are also working on making our first python3 ready release. All from one single code base. See https://fedorahosted.org/dogtail/ticket/63
     Dogtail 0.9.0 is out!
 
-    Over the last year we've made a good number of fixes, added some new features and got overall stability to the point where we can make a new 'major minor' release. With 0.9 we're finally getting only a step away from what we'd like to get done with 1.0. Also thanks to you all who helped us out by sending patches. For details on what's new, check the ​NEWS.
+    Over the last year we've made a good number of fixes, added some new features and got overall stability to the point where we can make a new 'major minor' release. With 0.9 we're finally getting only a step away from what we'd like to get done with 1.0. Also thanks to you all who helped us out by sending patches. For details on what's new, check the NEWS.
 
-    Also, if looking for offline api docs, you can download the latest ​here
+    Also, if looking for offline api docs, you can download the latest here
     Dogtail 0.8.2 is out!
 
-    Second update to the 0.8 series containing several fixes and improvements (notably new dogtail-run-headless-next) is out. Check ​NEWS
+    Second update to the 0.8 series containing several fixes and improvements (notably new dogtail-run-headless-next) is out. Check NEWS
     Dogtail 0.8.1 is out
 
     A first update to the 0.8.x branch is out, containing several fixes as well as some sniff improvements.
     Dogtail 0.8.0 Final is out!
 
-    See what's new: ​NEWS!
+    See what's new: NEWS!
 
         Dogtail 0.8.0 Release Candidate is out!
         After more then two years a 0.7.x branch update containing several fixes, version 0.7.1, is now out!
-        Thanks to ​qt-at-spi project, QT can now be used with dogtail!
+        Thanks to qt-at-spi project, QT can now be used with dogtail!
 
     What is it?
 
-    dogtail is a GUI test tool and automation framework written in ​Python. It uses Accessibility (a11y) technologies to communicate with desktop applications. dogtail scripts are written in Python and executed like any other Python program.
+    dogtail is a GUI test tool and automation framework written in Python. It uses Accessibility (a11y) technologies to communicate with desktop applications. dogtail scripts are written in Python and executed like any other Python program.
     Features
 
         It's Just Python™: If you can do it in Python, you can do it with dogtail.
@@ -150,18 +150,18 @@ Mailing list for developers:
 
     yum install dogtail
 
-    If you use RHEL7/Centos or some other Red Hat based system, you can try the latest distribution-less rpm from over ​here or, you can use the EL7 epel.
+    If you use RHEL7/Centos or some other Red Hat based system, you can try the latest distribution-less rpm from over here or, you can use the EL7 epel.
 
-    If you don't use Fedora, just grab the latest tarball from: ​https://fedorahosted.org/released/dogtail/
+    If you don't use Fedora, just grab the latest tarball from: https://fedorahosted.org/released/dogtail/
     Dogtail 0.7.x - for "Gnome 2 systems"
 
     For all Fedora releases until 14, RHEL6, CentOS6, pre-Unity Ubuntu or simply all systems still having Gnome 2 - get version 0.7.1.1:
 
-    If you use Fedora, have RHEL ​Epel etc., you can simply do:
+    If you use Fedora, have RHEL Epel etc., you can simply do:
 
     yum install dogtail
 
-    Or you can download the latest released tarball: ​dogtail-0.7.1.1.tar.gz
+    Or you can download the latest released tarball: dogtail-0.7.1.1.tar.gz
     Git repository
 
     If you want to check out our source code repository, do:
@@ -185,13 +185,13 @@ Mailing list for developers:
 
     You may also want to look at the dogtail recorder (/usr/bin/dogtail-recorder or "Dogtail Script Recorder" in your menu; only in 0.7.x for now), which can actually do much of the work of script writing for you.
 
-    If you're familiar with Python, you may want to start with the ​dogtail.tree module - specifically, dogtail.tree.root.
+    If you're familiar with Python, you may want to start with the dogtail.tree module - specifically, dogtail.tree.root.
 
-    If you are new to Python and/or programming in general, you may want to look at ​The Python Tutorial and the dogtail.procedural module.
+    If you are new to Python and/or programming in general, you may want to look at The Python Tutorial and the dogtail.procedural module.
 
-    And then, there's always the ​example scripts.
+    And then, there's always the example scripts.
     API Documentation
 
-    dogtail's API tries to be ​self-documented, but also uses ​docstrings whenever possible. If you prefer to read your documentation in a web browser, head over to the ​HTML API docs (​tarball) for 0.8.x forward and ​here for 0.7.x branch.
+    dogtail's API tries to be self-documented, but also uses docstrings whenever possible. If you prefer to read your documentation in a web browser, head over to the HTML API docs (tarball) for 0.8.x forward and here for 0.7.x branch.
 
-    NOTE: We try to keep compatible, thus so far the only change between GNOME2-ish and GNOME3-ish branches on the side of API provided is that ​tree.doAction has been renamed to ​tree.doActionNamed
+    NOTE: We try to keep compatible, thus so far the only change between GNOME2-ish and GNOME3-ish branches on the side of API provided is that tree.doAction has been renamed to tree.doActionNamed
