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:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

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

Development依存関係 (2):

lookout ~> 0.6.0
yard ~> 0.6.0

所有者:

作者:

  • Nikolai Weibull

SHA 256チェックサム:

732337a9b4112a8f55f7e25c3647cc539d35356a26ac9bd23e508688da9ffa6a

累計ダウンロード数 10,202

このバージョンのみ 3,398

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: