README.md in uniscribe-1.2.0 vs README.md in uniscribe-1.3.0

- old
+ new

@@ -1,6 +1,6 @@ -# 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) +# uniscribe | Describe the Unicode [![[version]](https://badge.fury.io/rb/uniscribe.svg)](https://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 structured within the data - Gives you the names of glyphs and codepoints, which can be used for further research @@ -99,24 +99,29 @@ ![Screenshot Blanks](/screenshots/blanks.png?raw=true "Blanks") ## Notes -The proper detection of compositions / graphemes / combined characters depends on your Ruby version: +Although the gem is generally up to date with Unicode 12, the proper detection of compositions / graphemes / combined characters depends on your Ruby version: Ruby | Unicode Version -----|---------------- +2.6 | 11.0.0 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 +You can run `uniscribe -v` to check for the Unicode level of your uniscribe version. + Also see -- [unibits](https://github.com/janlelis/unibits) - visualizes Unicode encodings -- [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/) +- CLI: [unibits](https://github.com/janlelis/unibits) - visualizes Unicode encodings +- CLI: [unicopy](https://github.com/janlelis/unicopy) - copy codepoints to clipboard +- Website: [character.construction](https://character.construction) - lists notable codepoints +- Ruby Library: [symbolify](https://github.com/janlelis/symbolify) - used for safely printing individual codepoints +- Ruby Library: [characteristics](https://github.com/janlelis/characteristics) - used for detecting blanks and similar +- UnicodeĀ® Standard Annex #29: [Unicode Text Segmentation](https://unicode.org/reports/tr29/) +- Talk: [Ten Unicode Characters You Should Know About as a Programmer](https://www.youtube.com/watch?v=hlryzsdGtZo) -Copyright (C) 2017-2018 Jan Lelis <http://janlelis.com>. Released under the MIT license. +Copyright (C) 2017-2019 Jan Lelis <http://janlelis.com>. Released under the MIT license.