From 985631b3cbe7a34854f3888a453cf6e9f3d6199e Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Sun, 25 Oct 2009 22:15:43 +0100 Subject: delete back as not used anymore --- charset.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'charset.rb') diff --git a/charset.rb b/charset.rb index f71d37b..07aedaf 100644 --- a/charset.rb +++ b/charset.rb @@ -9,7 +9,6 @@ $utfcookie.path = "/" if ($cgi.include?("utf") || $cgi.cookies["utf"][0]) && !$cgi.include?("ascii") $utfcookie.expires = Time.now+1*60*60*24*365 UTFASCII = "Change Charset to plain ASCII" - BACK = CGI.escapeHTML("↩") YES = CGI.escapeHTML('✔') NO = CGI.escapeHTML('✘') @@ -25,8 +24,7 @@ if ($cgi.include?("utf") || $cgi.cookies["utf"][0]) && !$cgi.include?("ascii") DELETE = CGI.escapeHTML("⌧") else $utfcookie.expires = Time.now-1*60*60*24*36 - UTFASCII = "If you see all these characters: #{CGI.escapeHTML('↩✔✘?–↞←→↠✍⌧')} you can safely change the charset to UTF-8" - BACK = CGI.escapeHTML("back") + UTFASCII = "If you see all these characters: #{CGI.escapeHTML('✔✘?–↞←→↠✍⌧')} you can safely change the charset to UTF-8" YES = CGI.escapeHTML('OK') NO = CGI.escapeHTML('NO') -- cgit v1.2.3