Skip to content

Commit

Permalink
File format docs tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Wevah committed May 8, 2020
1 parent f8e1670 commit 331d18b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Shared/uts46-file-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,21 @@ All multibyte integers are little-endian.
## Data

The data section is a collection of data blocks of the format
The data section is a (possibly-compressed; see [Flags](#flags)) collection of data blocks of the format

[marker][section data] ...

Section data formats:

If marker is `characterMap`:
If marker is `characterMap` (`0xFF`):

[codepoint][mapped-codepoint ...][null] ...

If marker is `disallowedCharacters` or `ignoredCharacters`:
If marker is `ignoredCharacters` (`0xFE`) or `disallowedCharacters` (`0xFD`):

[codepoint-range] ...

If marker is `joiningTypes`:
If marker is `joiningTypes` (`0xFC`):

```
[type][[codepoint-range] ...]
Expand Down

0 comments on commit 331d18b

Please sign in to comment.