README.md in unicode-name-1.12.0 vs README.md in unicode-name-1.13.0

- old
+ new

@@ -1,14 +1,14 @@ # Unicode::Name [![[version]](https://badge.fury.io/rb/unicode-name.svg)](https://badge.fury.io/rb/unicode-name) [![[ci]](https://github.com/janlelis/unicode-name/workflows/Test/badge.svg)](https://github.com/janlelis/unicode-name/actions?query=workflow%3ATest) Return Unicode codepoint names, aliases, and labels. -Unicode version: **15.1.0** (September 2023) +Unicode version: **16.0.0** (September 2024) -Supported Rubies: **3.2**, **3.1**, **3.0** +Supported Rubies: **3.3**, **3.2**, **3.1**, **3.0** -Old Rubies that might still work: **2.X** +Old Rubies that might still work: **2.7**, **2.6**, **2.5**, **2.4**, **2.3**, **2.X** ## Usage ```ruby require "unicode/name" @@ -17,10 +17,13 @@ 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" +# Unicode 16 (2024) example +Unicode::Name.of "𜱼" # => "SQUARE SPIRAL FROM TOP LEFT" + # Aliases, by type Unicode::Name.aliases "\t" # => {:control=>["CHARACTER TABULATION", "HORIZONTAL TABULATION"], :abbreviation=>["HT", "TAB"]} # Corrections (via .aliases[:correction], then name) @@ -43,7 +46,7 @@ See [unicode-x](https://github.com/janlelis/unicode-x) for more Unicode related micro libraries. ## MIT License -- Copyright (C) 2016-2023 Jan Lelis <https://janlelis.com>. Released under the MIT license. +- Copyright (C) 2016-2024 Jan Lelis <https://janlelis.com>. Released under the MIT license. - Unicode data: https://www.unicode.org/copyright.html#Exhibit1