From 91c40c86b99b64ef91fc73f34e6d00b5d8e139ce Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 30 Dec 2024 23:06:53 +0100 Subject: Clarify comment. --- src/lib/util.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/util.cc b/src/lib/util.cc index a515437a4..30a82ee50 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -786,9 +786,8 @@ string careful_string_filter (string s) { /* Filter out `bad' characters which `may' cause problems with some systems (either for DCP name or filename). - There's no apparent list of what really is allowed, so this is a guess. - Safety first and all that. - */ + * I don't know of a list of what really is allowed, so this is a guess. + */ /* First transliterate using libicu to try to remove accents in a "nice" way */ auto transliterated = icu::UnicodeString::fromUTF8(icu::StringPiece(s)); -- cgit v1.2.3