aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-11-17 11:43:41 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-11-17 11:43:41 -0200
commit8fd5592beefc07935443f01e6c8cda47d0c8d24c (patch)
tree61540b6d73bbf0d987b93ec0d274b5a76f9b0349
parente37edf1c6c520333c66056479b6eb134accc15b7 (diff)
parenta25753b299218fd51aa7d9cb11798a7df7e5c7d2 (diff)
downloadrails-8fd5592beefc07935443f01e6c8cda47d0c8d24c.tar.gz
rails-8fd5592beefc07935443f01e6c8cda47d0c8d24c.tar.bz2
rails-8fd5592beefc07935443f01e6c8cda47d0c8d24c.zip
Merge pull request #17628 from bf4/update_unicode
Update to Unicode 7.0.0
-rw-r--r--activesupport/lib/active_support/multibyte/unicode.rb2
-rw-r--r--activesupport/lib/active_support/values/unicode_tables.datbin904640 -> 1001806 bytes
2 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
diff --git a/activesupport/lib/active_support/values/unicode_tables.dat b/activesupport/lib/active_support/values/unicode_tables.dat
index 394ee95f4b..760be4c07a 100644
--- a/activesupport/lib/active_support/values/unicode_tables.dat
+++ b/activesupport/lib/active_support/values/unicode_tables.dat
Binary files differ