ALL: Sync with ScummVM - rev. 87ebc7140c
This commit is contained in:
parent
0a212398b3
commit
84e62b6c8d
261 changed files with 27464 additions and 13852 deletions
|
@ -56,7 +56,7 @@ Common::String encodeHtmlEntities(Common::String s) {
|
|||
result += ">";
|
||||
else if (s[i] == '&')
|
||||
result += "&";
|
||||
else if (s[i] > 0x7F)
|
||||
else if (s[i] > (byte)0x7F)
|
||||
result += Common::String::format("&#%d;", (int)s[i]);
|
||||
else result += s[i];
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue