X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Ftextprocessing.cpp;h=aeec7a80661e5f0c7728a6ca4efcab68220a2aa7;hb=479f4afdf817cfb62af4dc6ff4f90264cd42bc29;hp=d979d301b010e14a9f88ed8db8038e4997fc3bfa;hpb=5f299afaf339599e4343070c091f5880715403b0;p=xestiaab%2F.git diff --git a/source/common/textprocessing.cpp b/source/common/textprocessing.cpp index d979d30..aeec7a8 100644 --- a/source/common/textprocessing.cpp +++ b/source/common/textprocessing.cpp @@ -80,6 +80,16 @@ void CaptureString(wxString *ProcessString, bool StripQuotes) } +void ResetUnusedString(wxString *ProcessString) +{ + + ProcessString->Replace(wxT("\\\\"), wxT("\\"), TRUE); + ProcessString->Replace(wxT("\n"), wxT(""), TRUE); + ProcessString->Replace(wxT("\\;"), wxT(";"), TRUE); + ProcessString->Replace(wxT("\\,"), wxT(","), TRUE); + +} + void ConvertToHTML(wxString *ProcessString) {