From b3b03b8fcee539fc2e8971c83fe74c6688eda3b1 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Fri, 4 Dec 2009 12:03:08 +0100 Subject: use utf8 by default --- customize.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'customize.rb') 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

-- cgit v1.2.3