README.md in uniscribe-1.1.0 vs README.md in uniscribe-1.2.0
- old
+ new
@@ -1,10 +1,10 @@
# uniscribe | Describe the Unicode [![[version]](https://badge.fury.io/rb/uniscribe.svg)](http://badge.fury.io/rb/uniscribe) [![[travis]](https://travis-ci.org/janlelis/uniscribe.svg)](https://travis-ci.org/janlelis/uniscribe)
Describes Unicode characters with their name and shows compositions.
-- Helps you understand how glyphs and codepoints are structered within the data
+- Helps you understand how glyphs and codepoints are structured within the data
- Gives you the names of glyphs and codepoints, which can be used for further research
- Highlights invalid/special/blank codepoints
Uses a similar color coding like its lower-level companion tool [unibits](https://github.com/janlelis/unibits).
@@ -103,10 +103,11 @@
The proper detection of compositions / graphemes / combined characters depends on your Ruby version:
Ruby | Unicode Version
-----|----------------
+2.5 | 10.0.0
2.4 | 9.0.0
2.3 | 8.0.0
2.2 | 7.0.0
2.1 | 6.1.0
@@ -116,6 +117,6 @@
- [symbolify](https://github.com/janlelis/symbolify) - used for safely printing individual codepoints
- [characteristics](https://github.com/janlelis/characteristics) - used for detecting blanks and similar
- [unicopy](https://github.com/janlelis/unicopy) - copy codepoints to clipboard
- [UnicodeĀ® Standard Annex #29: Unicode Text Segmentation](http://unicode.org/reports/tr29/)
-Copyright (C) 2017 Jan Lelis <http://janlelis.com>. Released under the MIT license.
+Copyright (C) 2017-2018 Jan Lelis <http://janlelis.com>. Released under the MIT license.