| OLD | NEW |
| 1 // This file is based on non-normative encodings.json resource referenced by | 1 // This file is based on non-normative encodings.json resource referenced by |
| 2 // http://encoding.spec.whatwg.org/ - a reference copy is saved in this | 2 // http://encoding.spec.whatwg.org/ - a reference copy is saved in this |
| 3 // directory and can be updated via: | 3 // directory and can be updated via: |
| 4 // wget https://encoding.spec.whatwg.org/encodings.json | 4 // wget https://encoding.spec.whatwg.org/encodings.json |
| 5 // | 5 // |
| 6 // Changes made to this file are: | 6 // Changes made to this file are: |
| 7 // * UTF encodings listed in `utf_encodings` (for tests) | 7 // * UTF encodings listed in `utf_encodings` (for tests) |
| 8 // * encodings.json data assigned to `encodings_table` (for tests) | 8 // * encodings.json data assigned to `encodings_table` (for tests) |
| 9 | 9 |
| 10 // Only these encodings are supported for encoding (vs. decoding) | 10 // Only these encodings are supported for encoding (vs. decoding) |
| (...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 456 { | 456 { |
| 457 "labels": [ | 457 "labels": [ |
| 458 "x-user-defined" | 458 "x-user-defined" |
| 459 ], | 459 ], |
| 460 "name": "x-user-defined" | 460 "name": "x-user-defined" |
| 461 } | 461 } |
| 462 ], | 462 ], |
| 463 "heading": "Legacy miscellaneous encodings" | 463 "heading": "Legacy miscellaneous encodings" |
| 464 } | 464 } |
| 465 ]; | 465 ]; |
| OLD | NEW |