aboutsummaryrefslogtreecommitdiff
path: root/charset.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-10-25 22:15:43 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-10-25 22:15:43 +0100
commit985631b3cbe7a34854f3888a453cf6e9f3d6199e (patch)
tree1809f9e150fd0d3c608da9ce20ece062eeb86f41 /charset.rb
parent93d0fb408e038267560908f60980dd2a45ea7aa6 (diff)
delete back as not used anymore
Diffstat (limited to 'charset.rb')
-rw-r--r--charset.rb4
1 files changed, 1 insertions, 3 deletions
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 = "<a href='?ascii' style='text-decoration:none'>Change Charset to plain ASCII</a>"
- 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 = "<a href='?utf' style='text-decoration:none'>If you see all these characters: #{CGI.escapeHTML('↩✔✘?–↞←→↠✍⌧')} you can safely change the charset to UTF-8</a>"
- BACK = CGI.escapeHTML("back")
+ UTFASCII = "<a href='?utf' style='text-decoration:none'>If you see all these characters: #{CGI.escapeHTML('✔✘?–↞←→↠✍⌧')} you can safely change the charset to UTF-8</a>"
YES = CGI.escapeHTML('OK')
NO = CGI.escapeHTML('NO')