mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update Unicode database to 5.2.0. [#5011 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
parent
16cef77d37
commit
4dbb6e3ff0
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module ActiveSupport
|
|||
NORMALIZATION_FORMS = [:c, :kc, :d, :kd]
|
||||
|
||||
# The Unicode version that is supported by the implementation
|
||||
UNICODE_VERSION = '5.1.0'
|
||||
UNICODE_VERSION = '5.2.0'
|
||||
|
||||
# The default normalization used for operations that require normalization. It can be set to any of the
|
||||
# normalizations in NORMALIZATION_FORMS.
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue