OLD | NEW |
(Empty) | |
| 1 Test that UTF-8 decoding is applied appropriately to imports |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 Default encoding should be UTF-8... |
| 7 PASS links[0].import.characterSet is "UTF-8" |
| 8 But a charset in the Content-Type HTTP header should override it... |
| 9 PASS links[1].import.characterSet is "EUC-JP" |
| 10 Any non-empty charset takes precedence, which means we sometimes fall back to sn
iffing... |
| 11 PASS links[2].import.characterSet is "ISO-8859-1" |
| 12 PASS successfullyParsed is true |
| 13 |
| 14 TEST COMPLETE |
| 15 |
OLD | NEW |