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 mattetti-multibyte
commit 38eebe5da206172b4d5e0f429fddd644fd9cd365
tree 4b47e194c94168178ea700746854fd177fa41b0f
parent a3f1d288182f62ac6b8298b2d81851e292fae27b
tree 4b47e194c94168178ea700746854fd177fa41b0f
parent a3f1d288182f62ac6b8298b2d81851e292fae27b
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Nov 13 08:07:07 -0800 2008 | |
| |
History.txt | ||
| |
License.txt | ||
| |
Manifest.txt | Thu Nov 13 04:17:38 -0800 2008 | |
| |
README.txt | ||
| |
Rakefile | ||
| |
bin/ | ||
| |
config/ | Wed May 28 00:32:37 -0700 2008 | |
| |
lib/ | ||
| |
log/ | ||
| |
multibyte.gemspec | ||
| |
script/ | Wed May 28 00:32:37 -0700 2008 | |
| |
setup.rb | ||
| |
spec/ | ||
| |
tasks/ | ||
| |
website/ |
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 mattetti-multibyte --source=http://gems.github.com












