README.md in ffi-icu-0.1.2 vs README.md in ffi-icu-0.1.3

- old
+ new

@@ -13,17 +13,17 @@ gem install ffi-icu Dependencies ------------ -ICU. +ICU. If you get messages that the library or functions are not found, you can set some environment varibles to tell ffi-icu where to find it, e.g.: - + $ export FFI_ICU_LIB="icui18n.so" - $ export FFI_ICU_VERSION_SUFFIX="_3_8" + $ export FFI_ICU_VERSION_SUFFIX="_3_8" $ ruby -r ffi-icu program.rb Features ======== @@ -42,11 +42,11 @@ or ```ruby detector = ICU::CharDet::Detector.new detector.detect(str) => #<struct ICU::CharDet::Detector::Match ...> -``` +``` Why not just use rchardet? * speed * 1.9 support @@ -66,11 +66,11 @@ collator = ICU::Collation::Collator.new("nb") collator.compare("a", "b") #=> -1 collator.greater?("z", "a") #=> true collator.collate(%w[å æ ø]) #=> ["æ", "ø", "å"] ``` - + Text Boundary Analysis ---------------------- Examples: @@ -113,6 +113,6 @@ * Send me a pull request. Bonus points for topic branches. Copyright ========= -Copyright (c) 2010-2012 Jari Bakken. See LICENSE for details. +Copyright (c) 2010-2014 Jari Bakken. See LICENSE for details.