| Index: sdk/lib/core/uri.dart
|
| diff --git a/sdk/lib/core/uri.dart b/sdk/lib/core/uri.dart
|
| index bdaf08639b200222f667b76c3a888f3678393f99..d254850eaa092845e67714d48ee809ecf0654b0a 100644
|
| --- a/sdk/lib/core/uri.dart
|
| +++ b/sdk/lib/core/uri.dart
|
| @@ -1747,7 +1747,7 @@ class Uri {
|
| 0x0000, // 0x00 - 0x0f 0000000000000000
|
| 0x0000, // 0x10 - 0x1f 0000000000000000
|
| // ! #$ &'()*+,-./
|
| - 0xf7da, // 0x20 - 0x2f 0101101111101111
|
| + 0xffda, // 0x20 - 0x2f 0101101111111111
|
| // 0123456789:; = ?
|
| 0xafff, // 0x30 - 0x3f 1111111111110101
|
| // @ABCDEFGHIJKLMNO
|
|
|