From 590a3c98e52c35a47fde52f40991c87974ab84c2 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Fri, 20 Mar 2015 12:32:53 +0000
Subject: [PATCH] charset

---
 apps/routerconsole/jsp/configreseed.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/routerconsole/jsp/configreseed.jsp b/apps/routerconsole/jsp/configreseed.jsp
index 2e2e2f806a..c9e092506d 100644
--- a/apps/routerconsole/jsp/configreseed.jsp
+++ b/apps/routerconsole/jsp/configreseed.jsp
@@ -31,7 +31,7 @@
 </div></form></div>
 
 <div class="configure">
-<form action="" method="POST" enctype="multipart/form-data" >
+<form action="" method="POST" enctype="multipart/form-data" accept-charset="UTF-8">
 <input type="hidden" name="nonce" value="<%=pageNonce%>" >
 <h3><%=intl._("Manual Reseed from File")%></h3>
 <p><%=intl._("Select zip or su3 file")%> :
-- 
GitLab