Strip 'soft hyphen' characters during data input. These Latin-1 characters (hex value "AD", decimal value 173) are invisible and can create duplicate or invalid values in the database.
--- old+++ new@@ -1 +1 @@-Strip 'soft hyphen' characters during data input. These latin-1 characters (hex value "AD", decimal value 173) are invisible and can create duplicate or invalid values in the database.+Strip 'soft hyphen' characters during data input. These Latin-1 characters (hex value "AD", decimal value 173) are invisible and can create duplicate or invalid values in the database.
status: open --> closed
assigned_to: Ahasuerus
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
Implemented in common/library.py , installed in SVN 780 on 2021-10-13. Closing the FR.