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

root/branches/1-2-stable/activesupport/lib/active_support/multibyte.rb

Revision 5980, 193 bytes (checked in by david, 2 years ago)

Keep the irrelevant stuff out with :nodoc:

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