aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorNorman Clarke <norman@njclarke.com>2013-02-10 12:05:28 -0300
committerNorman Clarke <norman@njclarke.com>2013-02-10 12:06:07 -0300
commit65bf0945ee84c9e16865f1d49fa678e930fc33f6 (patch)
tree4869812bca81d69cfaa53b34a9d1da49db9bbcd3 /activesupport/lib
parent65113fd2c8d5bcee2fab60d28ccdb912ceaa4367 (diff)
downloadrails-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')
-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