-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unihan Revision 37 #330
Merged
Merged
Unihan Revision 37 #330
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #330 +/- ##
==========================================
- Coverage 67.19% 66.95% -0.25%
==========================================
Files 12 12
Lines 1256 1292 +36
Branches 231 238 +7
==========================================
+ Hits 844 865 +21
- Misses 356 370 +14
- Partials 56 57 +1 ☔ View full report in Codecov by Sentry. |
tony
added a commit
to cihai/unihan-db
that referenced
this pull request
Nov 25, 2024
# Changes ## unihan-etl: 0.34.0 -> 0.35.0 See also: - https://github.com/cihai/unihan-etl/blob/v0.35.0/CHANGES - https://unihan-etl.git-pull.com/history.html#unihan-etl-0-35-0-2024-11-25 ## Removed `kFrequency` See https://www.unicode.org/L2/L2024/24006.htm#178-C17. ## Update `kRSUnicode` Updated for additional simplified formats (`kRSSimplifiedType`) # See also - cihai/unihan-etl#330 - UNIHAN Revision 37: https://www.unicode.org/reports/tr38/tr38-37.html#Modifications
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Revision 37 updates
These changes align with Unicode Technical Report #38's 37th revision and are part of ongoing improvements to Unihan data handling.
Add
kFanqie
andkZhuang
Adds support for the
kFanqie
andkZhuang
fields.See also:
Support
kRSUnicode
for apostrophesUnihan_IRGSources
: UpdatedkRSUnicode
for apostrophes.See also:
krsUnicode
: Upcoming 3 apostrophe change #318Removals
kFrequency
: Removed fromUnihan_DictionaryLikeData
,constants
, anddatapackage.json
.See also:
Tests
kFanqie
andkZhuang
.