aboutsummaryrefslogtreecommitdiff
path: root/ucd/api.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rm ucd/*.go into separate projectEuAndreh2024-11-291-180/+0
|
* Remove default value's code points of General_CategoryRyo Nihei2021-11-281-2/+21
|
* Support Script property (Meet RL1.2 of UTS #18 partially)Ryo Nihei2021-11-281-2/+35
|
* Make contributory properties unavailable except internal useRyo Nihei2021-11-281-0/+13
| | | | | | | | | | | | This change follows [UAX #44 5.13 Property APIs]. > The following subtypes of Unicode character properties should generally not be exposed in APIs, > except in limited circumstances. They may not be useful, particularly in public API collections, > and may instead prove misleading to the users of such API collections. > > * Contributory properties are not recommended for public APIs. > ... https://unicode.org/reports/tr44/#Property_APIs
* Move all UCD-related processes to ucd packageRyo Nihei2021-11-271-0/+115