Fix regexp syntax warnings in localedata/unicode-gen/ctype_compatibility.py
commitba017b4f9d90ee30e409034b4a32af71e3136a7f
authorMike FABIAN <mfabian@redhat.com>
Thu, 14 Sep 2023 16:20:57 +0000 (14 18:20 +0200)
committerMike FABIAN <mfabian@redhat.com>
Sat, 16 Sep 2023 06:37:02 +0000 (16 08:37 +0200)
tree6cc9346fb1d10aa35f34f5e35fb5ec159337bc14
parent973fe93a5675c42798b2161c6f29c01b0e243994
Fix regexp syntax warnings in localedata/unicode-gen/ctype_compatibility.py

Fix these:

$ python -m py_compile ./ctype_compatibility.py
./ctype_compatibility.py:146: SyntaxWarning: invalid escape sequence '\)'

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
localedata/unicode-gen/ctype_compatibility.py