From 58432bd8b183fd53bfe25ff992c175368b0b90e5 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 21 Sep 2010 21:37:54 +0100 Subject: [PATCH] Require iconv directly as rails no longer loads it --- lib/utf8.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/utf8.rb b/lib/utf8.rb index 5f0d219ba..90b8f0413 100644 --- a/lib/utf8.rb +++ b/lib/utf8.rb @@ -1,3 +1,5 @@ +require 'iconv' + module UTF8 ## # Checks that a string is valid UTF-8 by trying to convert it to UTF-8 -- 2.43.2