aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-02-10 07:39:52 -0800
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-02-10 07:39:52 -0800
commita429d9e6f9e1c618d28d472c08eb8eba8c40361e (patch)
treee2e9463fa032e265f30c58e4d2fdd9ce2864aad6 /activesupport
parent5aff21829d0c0929ef3ca1645a51514a1f344d08 (diff)
parent65bf0945ee84c9e16865f1d49fa678e930fc33f6 (diff)
downloadrails-a429d9e6f9e1c618d28d472c08eb8eba8c40361e.tar.gz
rails-a429d9e6f9e1c618d28d472c08eb8eba8c40361e.tar.bz2
rails-a429d9e6f9e1c618d28d472c08eb8eba8c40361e.zip
Merge pull request #9238 from norman/unicode_62
Update to latest Unicode data.
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/multibyte/unicode.rb2
-rw-r--r--activesupport/lib/active_support/values/unicode_tables.datbin904408 -> 904483 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 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
diff --git a/activesupport/lib/active_support/values/unicode_tables.dat b/activesupport/lib/active_support/values/unicode_tables.dat
index df17a8cccf..2571faa019 100644
--- a/activesupport/lib/active_support/values/unicode_tables.dat
+++ b/activesupport/lib/active_support/values/unicode_tables.dat
Binary files differ