From f86cffd8e6cacb09cf59c27423c7e82c0e024aaa Mon Sep 17 00:00:00 2001 From: Alexander Holland Date: Thu, 5 May 2016 13:34:15 +0200 Subject: [PATCH] fix percent decode utf8 error --- core/ustring.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/core/ustring.cpp b/core/ustring.cpp index 573c3623890..730f7cfa3b9 100644 --- a/core/ustring.cpp +++ b/core/ustring.cpp @@ -3629,13 +3629,14 @@ String String::percent_decode() const { CharString pe; - for(int i=0;i='0' && a<='9')