summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/util.cc5
1 files changed, 2 insertions, 3 deletions
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));