Sha256: 13e7f1bc4a2d226e22e407b5465745d3af8993561d40493cc023a7e7cb4a1a1c
Contents?: true
Size: 1.39 KB
Versions: 2
Compression:
Stored size: 1.39 KB
Contents
# Unicode::SequenceName [![[version]](https://badge.fury.io/rb/unicode-sequence_name.svg)](http://badge.fury.io/rb/unicode-sequence_name) [![[travis]](https://travis-ci.org/janlelis/unicode-sequence_name.png)](https://travis-ci.org/janlelis/unicode-sequence_name) Returns name of a Unicode codepoint sequence, if one exists. Unicode version: **10.0.0** Emoji version: **5.0** Supported Rubies: **2.5**, **2.4**, **2.3** Old Rubies but might still work: **2.2**, **2.1**, **2.0** ## Usage ```ruby require "unicode/sequence_name" Unicode::SequenceName.of "‼︎" # => "DOUBLE EXCLAMATION MARK (text style)" Unicode::SequenceName.of "㓟︀" # => "CJK COMPATIBILITY IDEOGRAPH-2F81F" Unicode::SequenceName.of "င︀" # => "MYANMAR LETTER NGA (dotted form)" Unicode::SequenceName.of "நி" # => "TAMIL SYLLABLE NI" Unicode::SequenceName.of "🇺🇳" # => "UNITED NATIONS" Unicode::SequenceName.of "🏴" # => "SCOTLAND" ``` ## Also See - [uniscribe](https://github.com/janlelis/uniscribe) - cli utility that makes use of unicode-sequence-name - [unicode-name](https://github.com/janlelis/unicode-name) - single codepoint names - [unicode-x](https://github.com/janlelis/unicode-x) - more Unicode related micro libraries ## MIT License - Copyright (C) 2017-2018 Jan Lelis <http://janlelis.com>. Released under the MIT license. - Unicode data: http://www.unicode.org/copyright.html#Exhibit1
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
unicode-sequence_name-1.1.2 | README.md |
unicode-sequence_name-1.1.1 | README.md |