aboutsummaryrefslogtreecommitdiff
path: root/charset.rb
diff options
context:
space:
mode:
Diffstat (limited to 'charset.rb')
-rw-r--r--charset.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/charset.rb b/charset.rb
index f3d2b8c..e20afd8 100644
--- a/charset.rb
+++ b/charset.rb
@@ -22,9 +22,10 @@ if ($cgi.include?("utf") || $cgi.cookies["utf"][0]) && !$cgi.include?("ascii")
YEARFORWARD = CGI.escapeHTML("↠")
EDIT = CGI.escapeHTML("✍")
+ DELETE = CGI.escapeHTML("⌧")
else
$utfcookie.expires = Time.now-1*60*60*24*36
- UTFASCII = "<a href='?utf' style='text-decoration:none'>#{CGI.escapeHTML('↩✔✘?–↞←→↠✍')}</a>"
+ UTFASCII = "<a href='?utf' style='text-decoration:none'>#{CGI.escapeHTML('↩✔✘?–↞←→↠✍⌧')}</a>"
BACK = CGI.escapeHTML("back")
YES = CGI.escapeHTML('OK')
@@ -38,5 +39,6 @@ else
YEARFORWARD = CGI.escapeHTML(">>")
EDIT = CGI.escapeHTML("edit")
+ DELETE = CGI.escapeHTML("delete")
end