Skip to content

Commit f06374f

Browse files
CopilotChALkeR
andcommitted
Fix header order to match main branch README
Co-authored-by: ChALkeR <291301+ChALkeR@users.noreply.github.com>
1 parent 6c8157b commit f06374f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

single-byte.d.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
/**
2-
* ```js
3-
* import { createSinglebyteDecoder, createSinglebyteEncoder } from '@exodus/bytes/single-byte.js'
4-
* import { windows1252toString, windows1252fromString } from '@exodus/bytes/single-byte.js'
5-
* import { latin1toString, latin1fromString } from '@exodus/bytes/single-byte.js'
6-
* ```
7-
*
82
* Decode / encode the legacy single-byte encodings according to the
93
* [Encoding standard](https://encoding.spec.whatwg.org/)
104
* ([§9](https://encoding.spec.whatwg.org/#legacy-single-byte-encodings),
115
* [§14.5](https://encoding.spec.whatwg.org/#x-user-defined)),
126
* and [unicode.org](https://unicode.org/Public/MAPPINGS/ISO8859) `iso-8859-*` mappings.
137
*
8+
* ```js
9+
* import { createSinglebyteDecoder, createSinglebyteEncoder } from '@exodus/bytes/single-byte.js'
10+
* import { windows1252toString, windows1252fromString } from '@exodus/bytes/single-byte.js'
11+
* import { latin1toString, latin1fromString } from '@exodus/bytes/single-byte.js'
12+
* ```
13+
*
1414
* Supports all single-byte encodings listed in the WHATWG Encoding standard:
1515
* `ibm866`, `iso-8859-2`, `iso-8859-3`, `iso-8859-4`, `iso-8859-5`, `iso-8859-6`, `iso-8859-7`, `iso-8859-8`,
1616
* `iso-8859-8-i`, `iso-8859-10`, `iso-8859-13`, `iso-8859-14`, `iso-8859-15`, `iso-8859-16`, `koi8-r`, `koi8-u`,

0 commit comments

Comments
 (0)