Browse Source

Add the new PropList API to the README file.

master
Reece H. Dunn 8 years ago
parent
commit
1a4b9d087b
2 changed files with 6 additions and 4 deletions
  1. 1
    0
      CHANGELOG.md
  2. 5
    4
      README.md

+ 1
- 0
CHANGELOG.md View File

@@ -4,6 +4,7 @@

* Add `iswblank` and `iswxdigit` compatibility.
* Improve ctype compatibility.
* PropList property lookup.

## 9.0.0 - 2016-12-28


+ 5
- 4
README.md View File

@@ -65,10 +65,11 @@ Doxygen documentation format.

The library exposes the following properties from the UCD data files:

| Property | Description |
|--------------------|-------------|
| `General_Category` | A [General Category Value](http://www.unicode.org/reports/tr44/#General_Category_Values), including the higher-level grouping. |
| `Script` | An [ISO 15924](http://www.unicode.org/iso15924/iso15924-codes.html) script code. |
| C API | C++ API | Data | Description |
|-----------------------|------------------------|-------------|-------------|
| `ucd_lookup_category` | `ucd::lookup_category` | UnicodeData | A [General Category Value](http://www.unicode.org/reports/tr44/#General_Category_Values). |
| `ucd_lookup_script` | `ucd::lookup_script` | Script | An [ISO 15924](http://www.unicode.org/iso15924/iso15924-codes.html) script code. |
| `ucd_properties` | `ucd::properties` | PropList | The code point properties from the PropList Unicode data file. |

### Case Conversion


Loading…
Cancel
Save