| Index: LayoutTests/fast/encoding/char-encoding-expected.txt
|
| diff --git a/LayoutTests/fast/encoding/char-encoding-expected.txt b/LayoutTests/fast/encoding/char-encoding-expected.txt
|
| index fd5db7688f9b69a97283943afef58a893181fca6..4f7c949e712384c9185c12fe9e16bd37edaef4d3 100644
|
| --- a/LayoutTests/fast/encoding/char-encoding-expected.txt
|
| +++ b/LayoutTests/fast/encoding/char-encoding-expected.txt
|
| @@ -19,8 +19,14 @@ PASS encode('GB_2312-80', 'U+20AC') is '%80'
|
| PASS encode('EUC-CN', 'U+20AC') is '%80'
|
| PASS encode('GBK', 'U+01F9') is '%A8%BF'
|
| PASS encode('GBK', 'U+1E3F') is '%A8%BC'
|
| -PASS encode('GBK', 'U+22EF') is '%A1%AD'
|
| -PASS encode('GBK', 'U+301C') is '%A1%AB'
|
| +PASS encode('gb18030', 'U+01F9') is '%A8%BF'
|
| +PASS encode('gb18030', 'U+1E3F') is '%A8%BC'
|
| +PASS encode('GBK', 'U+2026') is '%A1%AD'
|
| +PASS encode('GBK', 'U+FF5E') is '%A1%AB'
|
| +PASS encode('gb18030', 'U+2026') is '%A1%AD'
|
| +PASS encode('gb18030', 'U+FF5E') is '%A1%AB'
|
| +PASS encode('GBK', 'U+22EF') is '%26%238943%3B'
|
| +PASS encode('GBK', 'U+301C') is '%26%2312316%3B'
|
| PASS encode('csiso2022kr', 'U+00A0') is '%C2%A0'
|
| PASS encode('hz-gb-2312', 'U+00A0') is '%C2%A0'
|
| PASS encode('iso-2022-cn', 'U+00A0') is '%C2%A0'
|
|
|