diff --git a/common/string_utils.cpp b/common/string_utils.cpp index 3fb336530e..17a7d45103 100644 --- a/common/string_utils.cpp +++ b/common/string_utils.cpp @@ -167,6 +167,8 @@ wxString EscapeString( const wxString& aSource, ESCAPE_CONTEXT aContext ) converted += "{gt}"; else if( c == ':' ) converted += "{colon}"; + else if( c == '\"' ) + converted += "{dblquote}"; else if( c == '\n' || c == '\r' ) converted += ""; // drop else