Skip to content

Commit 6cb7faf

Browse files
author
Anshul Sharma
committed
Update Unicode Version to 8.0.0
1 parent 314eb65 commit 6cb7faf

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

activesupport/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* Updated Unicode version to 8.0.0
2+
3+
*Anshul Sharma*
4+
15
* `number_to_currency` and `number_with_delimiter` now accept custom `delimiter_pattern` option
26
to handle placement of delimiter, to support currency formats like INR
37

activesupport/lib/active_support/multibyte/unicode.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module Unicode
1111
NORMALIZATION_FORMS = [:c, :kc, :d, :kd]
1212

1313
# The Unicode version that is supported by the implementation
14-
UNICODE_VERSION = '7.0.0'
14+
UNICODE_VERSION = '8.0.0'
1515

1616
# The default normalization used for operations that require
1717
# normalization. It can be set to any of the normalizations
Binary file not shown.

0 commit comments

Comments
 (0)