1
0
Fork 0
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:
Norman Clarke 2010-06-29 23:25:17 -03:00 committed by José Valim
parent 16cef77d37
commit 4dbb6e3ff0
2 changed files with 1 additions and 1 deletions

View file

@ -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.