projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Require iconv directly as rails no longer loads it
[rails.git]
/
lib
/
utf8.rb
diff --git
a/lib/utf8.rb
b/lib/utf8.rb
index 5f0d219baa10293e104fb7decfa916ac0ea79100..90b8f0413e99237b7a808d1d397301da3e021442 100644
(file)
--- 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