Add comment in config/environment.rb explaining $KCODE and UTF-8 #1726 [Leon Bredt]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1875 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2005-07-22 06:08:58 +00:00
parent bd558ef98e
commit 7ebdecfb89

@ -3,6 +3,12 @@
#
# Be sure to restart your webserver when you modify this file.
# Uncomment to set UTF-8 as the encoding for strings. The Ruby default
# is US-ASCII (may differ on different platforms though). This setting is
# required if you need to return non-ASCII UTF-8 strings from ActionWebService.
#
# $KCODE = 'UTF8'
# The path to the root directory of your application.
RAILS_ROOT = File.join(File.dirname(__FILE__), '..')