README.md in unicode-name-1.6.0 vs README.md in unicode-name-1.7.0

- old
+ new

@@ -1,14 +1,14 @@ -# Unicode::Name [![[version]](https://badge.fury.io/rb/unicode-name.svg)](http://badge.fury.io/rb/unicode-name) [![[travis]](https://travis-ci.org/janlelis/unicode-name.png)](https://travis-ci.org/janlelis/unicode-name) +# Unicode::Name [![[version]](https://badge.fury.io/rb/unicode-name.svg)](https://badge.fury.io/rb/unicode-name) [![[travis]](https://travis-ci.org/janlelis/unicode-name.png)](https://travis-ci.org/janlelis/unicode-name) Return Unicode codepoint names, aliases, and labels. -Unicode version: **11.0.0** +Unicode version: **12.0.0** (March 2019) -Supported Rubies: **2.5**, **2.4**, **2.3** +Supported Rubies: **2.6**, **2.5**, **2.4** -Old Rubies that might still work: **2.2**, **2.1**, **2.0** +Old Rubies that might still work: **2.3**, **2.2**, **2.1**, **2.0** ## Usage ```ruby require "unicode/name" @@ -37,11 +37,13 @@ Unicode::Name.readable("A") # => "LATIN CAPITAL LETTER A" Unicode::Name.readable("\0") # => "NULL" Unicode::Name.readable("\u{FFFFD}") # => "<private-use-FFFFD>" ``` +See [unicode-sequence_names](https://github.com/janlelis/unicode-sequence_name) for character names of more complex codepoint sequences. + See [unicode-x](https://github.com/janlelis/unicode-x) for more Unicode related micro libraries. ## MIT License -- Copyright (C) 2016-2018 Jan Lelis <http://janlelis.com>. Released under the MIT license. +- Copyright (C) 2016-2019 Jan Lelis <http://janlelis.com>. Released under the MIT license. - Unicode data: http://www.unicode.org/copyright.html#Exhibit1