Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rm ucd/*.go into separate project | EuAndreh | 2024-11-29 | 1 | -180/+0 |
| | |||||
* | Remove default value's code points of General_Category | Ryo Nihei | 2021-11-28 | 1 | -2/+21 |
| | |||||
* | Support Script property (Meet RL1.2 of UTS #18 partially) | Ryo Nihei | 2021-11-28 | 1 | -2/+35 |
| | |||||
* | Make contributory properties unavailable except internal use | Ryo Nihei | 2021-11-28 | 1 | -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 package | Ryo Nihei | 2021-11-27 | 1 | -0/+115 |