1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Norman Clarke 2012-02-03 10:09:26 -03:00
parent c5512946e0
commit 66c04431d3
3 changed files with 1 additions and 1 deletions

0
activesupport/bin/generate_tables Normal file → Executable file
View file

View file

@ -10,7 +10,7 @@ module ActiveSupport
NORMALIZATION_FORMS = [:c, :kc, :d, :kd]
# The Unicode version that is supported by the implementation
UNICODE_VERSION = '6.0.0'
UNICODE_VERSION = '6.1.0'
# The default normalization used for operations that require normalization. It can be set to any of the
# normalizations in NORMALIZATION_FORMS.