mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update to latest Unicode data.
Release notes at: http://www.unicode.org/versions/Unicode6.2.0/
This commit is contained in:
parent
65113fd2c8
commit
65bf0945ee
2 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module ActiveSupport
|
|||
NORMALIZATION_FORMS = [:c, :kc, :d, :kd]
|
||||
|
||||
# The Unicode version that is supported by the implementation
|
||||
UNICODE_VERSION = '6.1.0'
|
||||
UNICODE_VERSION = '6.2.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