From f238d495b70a264abdb864fe8107e02766b285b4 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Tue, 3 Oct 2006 23:45:32 +0000 Subject: Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with strings as a sequence of chars, not of bytes. Closes #6242 [Julian Tarkhanov, Manfred Stienstra & Jan Behrens] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5223 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../lib/active_support/values/unicode_tables-1.8.4.dat | Bin 0 -> 654866 bytes .../lib/active_support/values/unicode_tables-1.8.5.dat | Bin 0 -> 654866 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 activesupport/lib/active_support/values/unicode_tables-1.8.4.dat create mode 100644 activesupport/lib/active_support/values/unicode_tables-1.8.5.dat (limited to 'activesupport/lib/active_support/values') diff --git a/activesupport/lib/active_support/values/unicode_tables-1.8.4.dat b/activesupport/lib/active_support/values/unicode_tables-1.8.4.dat new file mode 100644 index 0000000000..13a081388a Binary files /dev/null and b/activesupport/lib/active_support/values/unicode_tables-1.8.4.dat differ diff --git a/activesupport/lib/active_support/values/unicode_tables-1.8.5.dat b/activesupport/lib/active_support/values/unicode_tables-1.8.5.dat new file mode 100644 index 0000000000..7b96885f32 Binary files /dev/null and b/activesupport/lib/active_support/values/unicode_tables-1.8.5.dat differ -- cgit v1.2.3