1
0
Fork 0
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:
Norman Clarke 2013-12-27 14:56:54 -03:00
parent b33555d3ef
commit ef28028c45
2 changed files with 1 additions and 1 deletions

View file

@ -11,7 +11,7 @@ module ActiveSupport
NORMALIZATION_FORMS = [:c, :kc, :d, :kd] NORMALIZATION_FORMS = [:c, :kc, :d, :kd]
# The Unicode version that is supported by the implementation # 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 # The default normalization used for operations that require
# normalization. It can be set to any of the normalizations # normalization. It can be set to any of the normalizations