| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 460329e commit 3acadae
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -41,7 +41,7 @@ const h = (x) => it(ArrayPrototypeFill(new Array(x), r)); | |||
| 41 | 41 | /* eslint-disable @stylistic/js/max-len */ | |
| 42 | 42 | ||
| 43 | 43 | // Index tables from https://encoding.spec.whatwg.org/#legacy-single-byte-encodings | |
| 44 | - // Each table in the spec lists only mapping from byte 0x80 onwards, as below that they are all ASCII and mapped as idenity | ||
| 44 | + // Each table in the spec lists only mapping from byte 0x80 onwards, as below that they are all ASCII and mapped as identity | ||
| 45 | 45 | // Here, 0xfffd (replacement charcode) designates a hole (unmapped offset), as not all encodings map all offsets | |
| 46 | 46 | // All other numbers are deltas from the last seen mapped value, starting with 0x7f (127, highest ASCII) | |
| 47 | 47 | // Thus, [0x80, 0x81, , 0x83] is stored as [1, 1, r, 2] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments