RubyGems Navigation menu

u 0.5.0

# U # U extends Ruby’s support for Unicode. It provides an interface that can be used from both Ruby 1.8 and 1.9 and implements its methods completely separately from those in Ruby 1.9. ## Installation ## Install u with % gem install u ## Usage ## For now, take a look at the tests to see some examples of how to load the library and use the methods. It’s basically the following: require 'u' a = 'äbc' a.u.upcase # ⇒ 'ÄBC' a.upcase # ⇒ 'äBC' a # ⇒ 'äbc' a.u!.upcase # ⇒ 'ÄBC' a.upcase # ⇒ 'ÄBC' ## Future ## Currently, most of my time is spent at my day job and in my (again flourishing) private life. Please motivate me to spend time on this library by donating some of your money to this project. Yeah, I realize that requesting money to develop software is a bit, well, capitalistic of me. But please realize that I live in a capitalistic society and I need money to have other people give me the things that I need to continue living under the rules of said society. So, if you feel that this library has helped you out enough to warrant a reward, please PayPal a donation to now@bitwi.se. Thanks! Your support won’t go unnoticed!

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.0.2 - October 31, 2015 (1020 KB)
  2. 1.0.0 - June 04, 2013 (1020 KB)
  3. 0.5.0 - March 21, 2011 (139 KB)

Development Dependencies (2):

lookout ~> 0.6.0
yard ~> 0.6.0

Owners:

Authors:

  • Nikolai Weibull

SHA 256 checksum:

732337a9b4112a8f55f7e25c3647cc539d35356a26ac9bd23e508688da9ffa6a

Total downloads 10,198

For this version 3,397

Licenses:

N/A

Required Ruby Version: None

Links: