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 289e2fd..1e0f258 100644
--- a/charset.rb
+++ b/charset.rb
@@ -63,5 +63,5 @@ else
PASSWORDSTAR = CGI.escapeHTML("*")
end
-UTFCHARS = CGI.escapeHTML("✔✘↞←→↠✍⌧•")
+UTFCHARS = CGI.escapeHTML("✔✘↞←→↠✍⌧•▾▴")
$html.add_cookie("utf","true","/",Time.now + (1*60*60*24*365 * (USEUTF ? 1 : -1 )))