mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update to Unicode 6.3.0
6.3.0 was released on September 30, 2013. http://unicode-inc.blogspot.com.ar/2013/09/announcing-unicode-standard-version-63.html
This commit is contained in:
parent
b33555d3ef
commit
ef28028c45
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.2.0'
|
||||
UNICODE_VERSION = '6.3.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