Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattetti/multibyte
Ruby Multibyte library extracted from ActiveSupport
https://github.com/mattetti/multibyte
Last synced: 3 months ago
JSON representation
Ruby Multibyte library extracted from ActiveSupport
- Host: GitHub
- URL: https://github.com/mattetti/multibyte
- Owner: mattetti
- License: mit
- Created: 2008-05-28T07:30:17.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2008-12-10T07:57:08.000Z (about 16 years ago)
- Last Synced: 2024-10-31T06:42:02.703Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 257 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: History.txt
- License: License.txt
Awesome Lists containing this project
README
Multibyte
==========Multibyte is extracted directly from Rails's ActiveSupport and offers Multibyte safety to Ruby.
Usage
=====>> require 'multibyte'
=> true
>> "新通訊錄".chars[0..1]
=> #
>> "新通訊錄".chars[0..1].to_s
=> "新通"Installation:
=============$ sudo gem install mattetti-multibyte --source=http://gems.github.com