diff options
author | Anshul Sharma <optimisticanshul@gmail.com> | 2015-08-31 07:36:39 +0530 |
---|---|---|
committer | Anshul Sharma <optimisticanshul@gmail.com> | 2015-09-04 00:16:03 +0530 |
commit | 6cb7faf3a2f53cdd1f23f5aa3bb5301e5c571233 (patch) | |
tree | e72399107555e2c05735b52ee4a156ec913a9a7f | |
parent | 314eb6596a36732d907c5cd115f5262904d13dad (diff) | |
download | rails-6cb7faf3a2f53cdd1f23f5aa3bb5301e5c571233.tar.gz rails-6cb7faf3a2f53cdd1f23f5aa3bb5301e5c571233.tar.bz2 rails-6cb7faf3a2f53cdd1f23f5aa3bb5301e5c571233.zip |
Update Unicode Version to 8.0.0
-rw-r--r-- | activesupport/CHANGELOG.md | 4 | ||||
-rw-r--r-- | activesupport/lib/active_support/multibyte/unicode.rb | 2 | ||||
-rw-r--r-- | activesupport/lib/active_support/values/unicode_tables.dat | bin | 1001806 -> 1068675 bytes |
3 files changed, 5 insertions, 1 deletions
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 Binary files differindex 760be4c07a..dd2c178fb6 100644 --- a/activesupport/lib/active_support/values/unicode_tables.dat +++ b/activesupport/lib/active_support/values/unicode_tables.dat |