Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source
Show
Ignore:
Timestamp:
07/22/05 06:08:58 (4 years ago)
Author:
david
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/environments/environment.rb

    r1775 r1875  
    33# 
    44# Be sure to restart your webserver when you modify this file. 
     5 
     6# Uncomment to set UTF-8 as the encoding for strings. The Ruby default 
     7# is US-ASCII (may differ on different platforms though). This setting is 
     8# required if you need to return non-ASCII UTF-8 strings from ActionWebService. 
     9# 
     10# $KCODE = 'UTF8' 
    511 
    612# The path to the root directory of your application.