On Sat, May 03, 2025 at 10:46:19AM +0200, Marc Haber wrote:
Are you installer people in a situation to apply the following patch:
diff --git a/AdduserCommon.pm b/AdduserCommon.pm
index 52b150f..8fb54bd 100644
--- a/AdduserCommon.pm
+++ b/AdduserCommon.pm
@@ -84,7 +84,7 @@ use constant {
simplefilenamere => qr/[-_\.0-9a-zA-Z]+/,
pathre => qr/[- \p{Graph}_\.+!\$%&()\]\[;0-9a-zA-Z\/{}>*'@]+/,
simplepathre => qr/[-_\$\.0-9a-zA-Z\/]+/,
- commentre => qr/[-"_\.+!\$%&()\]\[;0-9a-zA-Z\/ ]*/,
+ commentre => qr/[-"_\.+!\$%&()\]\[;\/'’\p{L}\p{Nd}\p{Zs}]*/,
numberre => qr/[0-9]+/,
namere => qr/^([^-+~:,\s\/][^:,\s\/]*)$/aa,
anynamere => qr/^([^-+~:,\s\/][^:,\s\/]*)$/aa,
and try whether this is better?