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







