aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorNorman Clarke <norman@njclarke.com>2010-06-29 23:25:17 -0300
committerJosé Valim <jose.valim@gmail.com>2010-06-30 13:22:35 +0200
commit4dbb6e3ff001bed14c64af3ddef87b3359a43505 (patch)
treea3c5819e0135111c8fa1b93bac26b77fa9daa9ed /activesupport
parent16cef77d37ffe3e2cdc6f7db76b4ae59ce4cbc5b (diff)
downloadrails-4dbb6e3ff001bed14c64af3ddef87b3359a43505.tar.gz
rails-4dbb6e3ff001bed14c64af3ddef87b3359a43505.tar.bz2
rails-4dbb6e3ff001bed14c64af3ddef87b3359a43505.zip
Update Unicode database to 5.2.0. [#5011 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/multibyte/unicode.rb2
-rw-r--r--activesupport/lib/active_support/values/unicode_tables.datbin710743 -> 813343 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 f91e50c755..11c72d873b 100644
--- a/activesupport/lib/active_support/multibyte/unicode.rb
+++ b/activesupport/lib/active_support/multibyte/unicode.rb
@@ -9,7 +9,7 @@ module ActiveSupport
NORMALIZATION_FORMS = [:c, :kc, :d, :kd]
# The Unicode version that is supported by the implementation
- UNICODE_VERSION = '5.1.0'
+ UNICODE_VERSION = '5.2.0'
# The default normalization used for operations that require normalization. It can be set to any of the
# normalizations in NORMALIZATION_FORMS.
diff --git a/activesupport/lib/active_support/values/unicode_tables.dat b/activesupport/lib/active_support/values/unicode_tables.dat
index 10f2cae465..4fe0268cca 100644
--- a/activesupport/lib/active_support/values/unicode_tables.dat
+++ b/activesupport/lib/active_support/values/unicode_tables.dat
Binary files differ