Saturday, October 18, 2025
1 change · 18.0
Resolved issues and error corrections
This fixes an issue where names containing non-breaking spaces could cause generated signature files to fail. Signature creation, including initials-based signatures, now works correctly for affected names.
Original PR description
Before this commit: Names containing a non-breaking space would break the generated svg file. This is because the inserted ' ' is not valid XML. This also broke the initials signature generation. After this commit: The getCleanedName method actually returns the cleaned name and the signature svg files is correct. Related ticket: opw-4927425