keepassxreboot / keepassxc

KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
https://keepassxc.org/
Other
20.61k stars 1.43k forks source link

Remove zero-width space character from comments #10820

Closed c4rlo closed 2 months ago

c4rlo commented 3 months ago

Remove Unicode character U+FEFF ZERO WIDTH NO-BREAK SPACE from Weslly's email address in a few places.

Not sure if this was done on purpose (anti-spam measure?), but it's not consistently done anyway (e.g. wasn't the case in src/gui/TotpDialog.cpp), so it seems cleanest to remove this.

Type of change