diff options
author | Norman Clarke <norman@njclarke.com> | 2013-02-10 12:05:28 -0300 |
---|---|---|
committer | Norman Clarke <norman@njclarke.com> | 2013-02-10 12:06:07 -0300 |
commit | 65bf0945ee84c9e16865f1d49fa678e930fc33f6 (patch) | |
tree | 4869812bca81d69cfaa53b34a9d1da49db9bbcd3 /activesupport/lib/active_support/multibyte | |
parent | 65113fd2c8d5bcee2fab60d28ccdb912ceaa4367 (diff) | |
download | rails-65bf0945ee84c9e16865f1d49fa678e930fc33f6.tar.gz rails-65bf0945ee84c9e16865f1d49fa678e930fc33f6.tar.bz2 rails-65bf0945ee84c9e16865f1d49fa678e930fc33f6.zip |
Update to latest Unicode data.
Release notes at: http://www.unicode.org/versions/Unicode6.2.0/
Diffstat (limited to 'activesupport/lib/active_support/multibyte')
-rw-r--r-- | activesupport/lib/active_support/multibyte/unicode.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/multibyte/unicode.rb b/activesupport/lib/active_support/multibyte/unicode.rb index f49ca47f14..cbc1608349 100644 --- a/activesupport/lib/active_support/multibyte/unicode.rb +++ b/activesupport/lib/active_support/multibyte/unicode.rb @@ -11,7 +11,7 @@ module ActiveSupport NORMALIZATION_FORMS = [:c, :kc, :d, :kd] # The Unicode version that is supported by the implementation - UNICODE_VERSION = '6.1.0' + UNICODE_VERSION = '6.2.0' # The default normalization used for operations that require # normalization. It can be set to any of the normalizations |