aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/multibyte/unicode.rb
diff options
context:
space:
mode:
authorNorman Clarke <norman@njclarke.com>2013-12-27 14:56:54 -0300
committerNorman Clarke <norman@njclarke.com>2013-12-27 14:56:54 -0300
commitef28028c45c6b19f161c74ada460c4590f5ef49d (patch)
tree72d8d34bc751b9858f0915bd359bf4387da1e5dc /activesupport/lib/active_support/multibyte/unicode.rb
parentb33555d3ef26dbe07472c9e1d23f3a6e49a35059 (diff)
downloadrails-ef28028c45c6b19f161c74ada460c4590f5ef49d.tar.gz
rails-ef28028c45c6b19f161c74ada460c4590f5ef49d.tar.bz2
rails-ef28028c45c6b19f161c74ada460c4590f5ef49d.zip
Update to Unicode 6.3.0
6.3.0 was released on September 30, 2013. http://unicode-inc.blogspot.com.ar/2013/09/announcing-unicode-standard-version-63.html
Diffstat (limited to 'activesupport/lib/active_support/multibyte/unicode.rb')
-rw-r--r--activesupport/lib/active_support/multibyte/unicode.rb2
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 5fd410fbe1..84799c2399 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.2.0'
+ UNICODE_VERSION = '6.3.0'
# The default normalization used for operations that require
# normalization. It can be set to any of the normalizations