mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #21435 from justanshulsharma/unicode-version
Update Unicode Version to 8.0.0
This commit is contained in:
commit
db69045f7d
3 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue