aboutsummaryrefslogtreecommitdiff
path: root/charset.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-24 17:50:40 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-24 17:50:40 +0100
commit78c2a5e45d50f14fe1694b6d2776b45100b4e9ec (patch)
tree04fc2270897578da87370abe38a267ddd110567b /charset.rb
parent5af384f16d8a46930e8a8ec869f9ce28d12b9801 (diff)
show sort chars in charset settings
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 )))