README.md in unicode-confusable-1.6.0 vs README.md in unicode-confusable-1.7.0

- old
+ new

@@ -1,14 +1,14 @@ # Unicode::Confusable [![[version]](https://badge.fury.io/rb/unicode-confusable.svg)](https://badge.fury.io/rb/unicode-confusable) [![[travis]](https://travis-ci.org/janlelis/unicode-confusable.png)](https://travis-ci.org/janlelis/unicode-confusable) -Compares two strings if they are visually confusable as described in [Unicode® Technical Standard #39](http://www.unicode.org/reports/tr39/#Confusable_Detection): Both strings get transformed into a skeleton format before comparing them. The skeleton is generated by normalizing the string ([NFD](http://unicode.org/reports/tr15/#Norm_Forms)), replacing [confusable characters](ftp://ftp.unicode.org/Public/security/12.0.0/confusables.txt), and normalizing the string again. +Compares two strings if they are visually confusable as described in [Unicode® Technical Standard #39](https://www.unicode.org/reports/tr39/#Confusable_Detection): Both strings get transformed into a skeleton format before comparing them. The skeleton is generated by normalizing the string ([NFD](http://unicode.org/reports/tr15/#Norm_Forms)), replacing [confusable characters](https://unicode.org/Public/security/12.1.0/confusables.txt), and normalizing the string again. -Unicode version: **12.1.0** (May 2019) +Unicode version: **13.0.0** (March 2020) -Supported Rubies: **2.6**, **2.5**, **2.4** +Supported Rubies: **2.7**, **2.6**, **2.5**, **2.4** -Old Rubies that might still work: **2.3**, **2.2** +Old Rubies which might still work: **2.3**, **2.2** ## Usage ### Confusable? @@ -27,15 +27,15 @@ ```ruby Unicode::Confusable.skeleton "ℜ𝘂ᖯʏ" # => "Ruby" ``` -**Please note:** The skeleton is an intermediate representation, not meant for any other use than testing confusability, [according to the standard](http://www.unicode.org/reports/tr39/#Confusable_Detection). +**Please note:** The skeleton is an intermediate representation, not meant for any other use than testing confusability, [according to the standard](https://www.unicode.org/reports/tr39/#Confusable_Detection). ### List -List all confusables of specific character: +List all confusables of a specific character: ```ruby Unicode::Confusable.list("o", false) # => ["ం", "ಂ", "ം", "ං", "०", "੦", "૦", "௦", "౦", "೦", "൦", "๐", "໐", "၀", "٥", "۵", "o", "ℴ", "𝐨", "𝑜", "𝒐", "𝓸", "𝔬", "𝕠", "𝖔", "𝗈", "𝗼", "𝘰", "𝙤", "𝚘", "ᴏ", "ᴑ", "ꬽ", "ο", "𝛐", "𝜊", "𝝄", "𝝾", "𝞸", "σ", "𝛔", "𝜎", "𝝈", "𝞂", "𝞼", "ⲟ", "о", "ჿ", "օ", "ס", "ه", "𞸤", "𞹤", "𞺄", "ﻫ", "ﻬ", "ﻪ", "ﻩ", "ھ", "ﮬ", "ﮭ", "ﮫ", "ﮪ", "ہ", "ﮨ", "ﮩ", "ﮧ", "ﮦ", "ە", "ഠ", "ဝ", "𐓪", "𑣈", "𑣗", "𐐬"] ``` @@ -59,7 +59,7 @@ See [unicode-x](https://github.com/janlelis/unicode-x) for more Unicode related micro libraries. ## MIT License -- Copyright (C) 2016-2019 Jan Lelis <http://janlelis.com>. Released under the MIT license. -- Unicode data: http://www.unicode.org/copyright.html#Exhibit1 +- Copyright (C) 2016-2020 Jan Lelis <https://janlelis.com>. Released under the MIT license. +- Unicode data: https://www.unicode.org/copyright.html#Exhibit1