diff --git a/common.c b/common.c index a72cab85c..7846ebf65 100644 --- a/common.c +++ b/common.c @@ -923,6 +923,8 @@ wchar_t *escape( const wchar_t *in, case L'@': case L'(': case L')': + case L'[': + case L']': case L'{': case L'}': case L'?':