README.md in uniscribe-1.7.0 vs README.md in uniscribe-1.8.0
- old
+ new
@@ -1,8 +1,8 @@
# uniscribe | Describe the Unicode [![[version]](https://badge.fury.io/rb/uniscribe.svg)](https://badge.fury.io/rb/uniscribe) [![[ci]](https://github.com/janlelis/uniscribe/workflows/Test/badge.svg)](https://github.com/janlelis/uniscribe/actions?query=workflow%3ATest)
-Describes Unicode characters with their name and shows compositions.
+Describes Unicode characters with their name and shows compositions. **UNICODE 15.0**\*
- 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
@@ -97,13 +97,13 @@
`>> uniscribe "ᅠ "`
![Screenshot Blanks](/screenshots/blanks.png?raw=true "Blanks")
-## Notes
+## \*Notes
-Although the gem is generally up to date with Unicode 12.1, the proper detection of compositions / graphemes / combined characters [depends on your Ruby version](https://idiosyncratic-ruby.com/73-unicode-version-mapping.html):
+Although the gem is generally up to date with Unicode 15.0, the proper detection of compositions / graphemes / combined characters [depends on your Ruby version](https://idiosyncratic-ruby.com/73-unicode-version-mapping.html):
You can run `uniscribe -v` to check for the Unicode level of your uniscribe version.
Also see
@@ -113,6 +113,6 @@
- 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-2021 Jan Lelis <https://janlelis.com>. Released under the MIT license.
+Copyright (C) 2017-2022 Jan Lelis <https://janlelis.com>. Released under the MIT license.