mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update Unicode database to recently-released 6.1.
http://www.geek.com/articles/geek-pick/unicode-6-1-released-complete-with-emoji-characters-and-a-pile-of-poo-2012022/
This commit is contained in:
parent
c5512946e0
commit
66c04431d3
3 changed files with 1 additions and 1 deletions
0
activesupport/bin/generate_tables
Normal file → Executable file
0
activesupport/bin/generate_tables
Normal file → Executable 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.
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue