This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install fabien-multibyte
| name | age | message | |
|---|---|---|---|
| |
History.txt | Wed May 28 00:32:37 -0700 2008 | [mattetti] |
| |
License.txt | Wed May 28 15:28:29 -0700 2008 | [mattetti] |
| |
Manifest.txt | Thu May 29 05:35:14 -0700 2008 | [fabien] |
| |
README.txt | Wed May 28 15:34:28 -0700 2008 | [mattetti] |
| |
Rakefile | Wed May 28 00:32:37 -0700 2008 | [mattetti] |
| |
config/ | Wed May 28 00:32:37 -0700 2008 | [mattetti] |
| |
lib/ | Thu May 29 05:35:14 -0700 2008 | [fabien] |
| |
log/ | Wed May 28 00:32:37 -0700 2008 | [mattetti] |
| |
multibyte.gemspec | Wed May 28 15:34:28 -0700 2008 | [mattetti] |
| |
script/ | Wed May 28 00:32:37 -0700 2008 | [mattetti] |
| |
setup.rb | Wed May 28 00:32:37 -0700 2008 | [mattetti] |
| |
spec/ | Wed May 28 00:32:37 -0700 2008 | [mattetti] |
| |
tasks/ | Wed May 28 00:32:37 -0700 2008 | [mattetti] |
| |
website/ | Wed May 28 00:32:37 -0700 2008 | [mattetti] |
README.txt
Multibyte ========== Multibyte is extracted directly from Rails's ActiveSupport and offers Multibyte safety to Ruby. Usage ===== >> require 'multibyte' => true >> "新通訊錄".chars[0..1] => #<Multibyte::Chars:0x127e3d0 @string="新通"> >> "新通訊錄".chars[0..1].to_s => "新通" Installation: ============= $ sudo gem install matta-multibyte --source=http://gems.github.com




