Fix for corrupting Japanese messages with auto URL detection - Bug: 18410 - r: rhp (external contribution) a: chofmann
git-svn-id: svn://10.0.0.236/trunk@56277 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -86,6 +86,11 @@ mozTXTToHTMLConv::UnescapeStr(const nsAutoString& aString)
|
||||
result += '&';
|
||||
i += 5;
|
||||
}
|
||||
else
|
||||
{
|
||||
result += aString[i];
|
||||
i++;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user