diff options
author | Benjamin Fleischer <github@benjaminfleischer.com> | 2014-11-15 03:39:06 -0600 |
---|---|---|
committer | Benjamin Fleischer <github@benjaminfleischer.com> | 2014-11-15 03:40:43 -0600 |
commit | a25753b299218fd51aa7d9cb11798a7df7e5c7d2 (patch) | |
tree | df0d88b99aa140aea3ff4eaa83a187e5240dd355 /activesupport/lib/active_support/multibyte | |
parent | 4b4dca48a590fe9380cc0b727788a36a8c40296f (diff) | |
download | rails-a25753b299218fd51aa7d9cb11798a7df7e5c7d2.tar.gz rails-a25753b299218fd51aa7d9cb11798a7df7e5c7d2.tar.bz2 rails-a25753b299218fd51aa7d9cb11798a7df7e5c7d2.zip |
Update to Unicode 7.0.0
7.0.0 was released on June 16, 2014
http://unicode-inc.blogspot.com.ar/2014/10/unicode-version-70-complete-text-of.html
ruby bin/generate_tables
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 7d45961515..7ab6293b60 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.3.0' + UNICODE_VERSION = '7.0.0' # The default normalization used for operations that require # normalization. It can be set to any of the normalizations |