aboutsummaryrefslogtreecommitdiff
path: root/charset.rb
diff options
context:
space:
mode:
Diffstat (limited to 'charset.rb')
-rw-r--r--charset.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/charset.rb b/charset.rb
index e20afd8..3460bd4 100644
--- a/charset.rb
+++ b/charset.rb
@@ -25,7 +25,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'>#{CGI.escapeHTML('↩✔✘?–↞←→↠✍⌧')}</a>"
+ UTFASCII = "<a href='?utf' style='text-decoration:none'>UTF-8 (#{CGI.escapeHTML('↩✔✘?–↞←→↠✍⌧')})</a>"
BACK = CGI.escapeHTML("back")
YES = CGI.escapeHTML('OK')