From 6cb7faf3a2f53cdd1f23f5aa3bb5301e5c571233 Mon Sep 17 00:00:00 2001
From: Anshul Sharma <optimisticanshul@gmail.com>
Date: Mon, 31 Aug 2015 07:36:39 +0530
Subject: Update Unicode Version to 8.0.0

---
 activesupport/CHANGELOG.md                         |   4 ++++
 .../lib/active_support/multibyte/unicode.rb        |   2 +-
 .../lib/active_support/values/unicode_tables.dat   | Bin 1001806 -> 1068675 bytes
 3 files changed, 5 insertions(+), 1 deletion(-)

(limited to 'activesupport')

diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index aec8b1efab..addf5d521a 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,7 @@
+*   Updated Unicode version to 8.0.0
+
+    *Anshul Sharma*
+    
 *   `number_to_currency` and `number_with_delimiter` now accept custom `delimiter_pattern` option
      to handle placement of delimiter, to support currency formats like INR
 
diff --git a/activesupport/lib/active_support/multibyte/unicode.rb b/activesupport/lib/active_support/multibyte/unicode.rb
index b6c991a287..3f6a4c8457 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 = '7.0.0'
+      UNICODE_VERSION = '8.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 760be4c07a..dd2c178fb6 100644
Binary files a/activesupport/lib/active_support/values/unicode_tables.dat and b/activesupport/lib/active_support/values/unicode_tables.dat differ
-- 
cgit v1.2.3