Skip to content

Commit

Permalink
docs(CHANGES) Note Revision 37 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 25, 2024
1 parent 54d1b62 commit 099ae5a
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,39 @@ $ pipx install --suffix=@next unihan-etl --pip-args '\--pre' --force

via [ruff 0.4.2](https://github.com/astral-sh/ruff/blob/v0.4.2/CHANGELOG.md).

### Revision 37 updates (#330)

These changes align with Unicode Technical Report #38's [37th revision](https://www.unicode.org/reports/tr38/tr38-37.html#Modifications) and are part of ongoing improvements to Unihan data handling.

#### Add `kFanqie` and `kZhuang`

Adds support for the `kFanqie` and `kZhuang` fields.

See also:
- https://www.unicode.org/reports/tr38/#kFanqie
- https://www.unicode.org/reports/tr38/#kZhuang

#### Support `kRSUnicode` for apostrophes

`Unihan_IRGSources`: Updated `kRSUnicode` for apostrophes.

See also:
- https://www.unicode.org/reports/tr38/#ChronologicalListing
- https://github.com/cihai/unihan-etl/issues/318
- https://github.com/cihai/unihan-etl/issues/315#issuecomment-2029105502

#### Removals

- `kFrequency`: Removed from `Unihan_DictionaryLikeData`, `constants`, and `datapackage.json`.

See also:
- https://www.unicode.org/L2/L2024/24006.htm#178-C17
- https://www.unicode.org/reports/tr38/#ChronologicalListing

#### Tests

- Added tests for simplified expansions to ensure correctness of `kFanqie` and `kZhuang`.

## unihan-etl 0.34.0 (2024-03-24)

### Development
Expand Down

0 comments on commit 099ae5a

Please sign in to comment.