README.md in unicode-confusable-1.1.0 vs README.md in unicode-confusable-1.2.0

- old
+ new

@@ -1,12 +1,12 @@ # Unicode::Confusable [![[version]](https://badge.fury.io/rb/unicode-confusable.svg)](http://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/8.0.0/confusables.txt), and normalizing the string again. +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/10.0.0/confusables.txt), and normalizing the string again. -Unicode version: **9.0.0** +Unicode version: **10.0.0** -Supported Rubies: **2.3**, **2.2** +Supported Rubies: **2.4**, **2.3**, **2.2** ## Usage ```ruby require "unicode/confusable" @@ -35,9 +35,11 @@ - Mixed-script confusable - Whole-script confusable This is currently **not** supported by this gem. +See [unicode-x](https://github.com/janlelis/unicode-x) for more Unicode related micro libraries. + ## MIT License -- Copyright (C) 2016 Jan Lelis <http://janlelis.com>. Released under the MIT license. +- Copyright (C) 2016-2017 Jan Lelis <http://janlelis.com>. Released under the MIT license. - Unicode data: http://www.unicode.org/copyright.html#Exhibit1