aboutsummaryrefslogtreecommitdiff
path: root/customize.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-12-04 12:03:08 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-12-04 12:03:08 +0100
commitb3b03b8fcee539fc2e8971c83fe74c6688eda3b1 (patch)
treeecb8da69b6dfd28294dd001c6237f561eb90683d /customize.rb
parente54639f13719382ea5673444a8873d918391ef1a (diff)
use utf8 by default
Diffstat (limited to 'customize.rb')
-rwxr-xr-xcustomize.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/customize.rb b/customize.rb
index cb01002..d49d10e 100755
--- a/customize.rb
+++ b/customize.rb
@@ -56,9 +56,9 @@ HEAD
end
-a = [["Use normal strings","ascii"],
- ["Use special characters (#{UTFCHARS})","utf", "Use this options if you see the characters in the parenthesis."]]
-$d.html.add_cookie("utf","true","/",Time.now + (1*60*60*24*365 * (USEUTF ? 1 : -1 )))
+a = [["Use special characters (#{UTFCHARS})","utf", "Use this option if you see the characters in the parenthesis."],
+ ["Use only normal strings","ascii","Use this option if you have problems with some characters."]]
+$d.html.add_cookie("ascii","true","/",Time.now + (1*60*60*24*365 * (USEUTF ? -1 : 1 )))
$d << <<CHARSET
<div id='charset'>
<h3>Charset</h3>