Chromium Code Reviews| Index: net/base/escape.cc |
| diff --git a/net/base/escape.cc b/net/base/escape.cc |
| index ab70f1db30187e6a28e09757819d2f307291fd53..dedb84eeb7e39752b90e2b15d5c2202aff97a74b 100644 |
| --- a/net/base/escape.cc |
| +++ b/net/base/escape.cc |
| @@ -160,8 +160,8 @@ STR UnescapeURLWithAdjustmentsImpl( |
| // U+202A LEFT-TO-RIGHT EMBEDDING (%E2%80%AA) |
| // U+202B RIGHT-TO-LEFT EMBEDDING (%E2%80%AB) |
| // U+202C POP DIRECTIONAL FORMATTING (%E2%80%AC) |
| - // U+202D LEFT-TO-RIGHT OVERRIDE (%E2%80%AD) |
| - // U+202E RIGHT-TO-LEFT OVERRIDE (%E2%80%AE) |
| + // U+202D LEFT-TO-RIGHT override (%E2%80%AD) |
| + // U+202E RIGHT-TO-LEFT override (%E2%80%AE) |
|
dcheng
2014/10/08 20:25:47
These look like incorrect replacements.
Mostyn Bramley-Moore
2014/10/08 20:48:30
Fixed in patchset 3.
My cpp based cross-check did
|
| // |
| // Additionally, the Unicode Technical Report (TR9) as referenced by RFC |
| // 3987 above has since added some new BiDi control characters. |