README.md in unicode-name-1.3.0 vs README.md in unicode-name-1.4.0
- old
+ new
@@ -2,21 +2,22 @@
Return Unicode codepoint names, aliases, and labels.
Unicode version: **9.0.0**
-Supported Rubies: **2.3**, **2.2**, **2.1**
+Supported Rubies: **2.4**, **2.3**, **2.2**, **2.1**
## Usage
```ruby
require "unicode/name"
# Name
Unicode::Name.of "A" # => "LATIN CAPITAL LETTER A"
Unicode::Name.of "π‘" # => "AERIAL TRAMWAY"
Unicode::Name.of "δΈ" # => "CJK UNIFIED IDEOGRAPH-4E01"
+Unicode::Name.of "ν" # => "HANGUL SYLLABLE HAN"
# Aliases, by type
Unicode::Name.aliases "\t" # => {:control=>["CHARACTER TABULATION", "HORIZONTAL TABULATION"],
:abbreviation=>["HT", "TAB"]}
@@ -36,13 +37,9 @@
Unicode::Name.readable("\u{FFFFD}") # => "<private-use-FFFFD>"
```
See [unicode-x](https://github.com/janlelis/unicode-x) for more Unicode related micro libraries.
-## Todo
-
-* Hangul syllable names
-
## MIT License
-- Copyright (C) 2016 Jan Lelis <http://janlelis.com>. Released under the MIT license.
+- Copyright (C) 2016-2017 Jan Lelis <http://janlelis.com>. Released under the MIT license.
- Unicode data: http://www.unicode.org/copyright.html#Exhibit1