Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/activesupport/lib/active_support/multibyte.rb

Revision 7917, 214 bytes (checked in by bitsweat, 9 months ago)

Don't assume ActiveSupport module is already defined

Line 
1 module ActiveSupport
2   module Multibyte #:nodoc:
3     DEFAULT_NORMALIZATION_FORM = :kc
4     NORMALIZATIONS_FORMS = [:c, :kc, :d, :kd]
5     UNICODE_VERSION = '5.0.0'
6   end
7 end
8
9 require 'active_support/multibyte/chars'
Note: See TracBrowser for help on using the browser.