Skip to content

Commit

Permalink
Update to Unicode 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Jan 5, 2012
1 parent 4b5a3d7 commit d2a4acd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/multibyte/unicode.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Unicode
NORMALIZATION_FORMS = [:c, :kc, :d, :kd]

# The Unicode version that is supported by the implementation
UNICODE_VERSION = '5.2.0'
UNICODE_VERSION = '6.0.0'

# The default normalization used for operations that require normalization. It can be set to any of the
# normalizations in NORMALIZATION_FORMS.
Expand Down
Binary file modified activesupport/lib/active_support/values/unicode_tables.dat
Binary file not shown.

0 comments on commit d2a4acd

Please sign in to comment.