From 4f312bc336ff0b50dff674d5e519a01d99d4636e Mon Sep 17 00:00:00 2001 From: Matthias Tarasiewicz Date: Wed, 17 Jan 2007 20:53:46 +0000 Subject: [PATCH] removed jcode unicode reference, since this is included in rails 1.2 --- config/environment.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/environment.rb b/config/environment.rb index 8efd6ea1..f839f5ee 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -25,8 +25,3 @@ end # Instiki-specific configuration below require_dependency 'instiki_errors' - -# TODO: remove this for Rails 1.2 -# Enable UTF-8 support -$KCODE = 'u' -require 'jcode'