OLD | NEW |
1 // Based on https://dom.spec.whatwg.org/#dom-document-characterset | 1 // Based on https://dom.spec.whatwg.org/#dom-document-characterset |
2 | 2 |
3 var compatibility_names = { | 3 var compatibility_names = { |
4 "utf-8": "UTF-8", | 4 "utf-8": "UTF-8", |
5 "ibm866": "IBM866", | 5 "ibm866": "IBM866", |
6 "iso-8859-2": "ISO-8859-2", | 6 "iso-8859-2": "ISO-8859-2", |
7 "iso-8859-3": "ISO-8859-3", | 7 "iso-8859-3": "ISO-8859-3", |
8 "iso-8859-4": "ISO-8859-4", | 8 "iso-8859-4": "ISO-8859-4", |
9 "iso-8859-5": "ISO-8859-5", | 9 "iso-8859-5": "ISO-8859-5", |
10 "iso-8859-6": "ISO-8859-6", | 10 "iso-8859-6": "ISO-8859-6", |
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
481 "labels": [ | 481 "labels": [ |
482 "x-user-defined" | 482 "x-user-defined" |
483 ], | 483 ], |
484 "name": "x-user-defined" | 484 "name": "x-user-defined" |
485 } | 485 } |
486 ], | 486 ], |
487 "heading": "Legacy miscellaneous encodings" | 487 "heading": "Legacy miscellaneous encodings" |
488 } | 488 } |
489 ] | 489 ] |
490 ; | 490 ; |
OLD | NEW |