Kaydet (Commit) 8da88698 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1327464 Dm: Dubious method used

Change-Id: I7fb3182f181909a289f4253370904215518c1f23
üst 03828157
......@@ -204,7 +204,7 @@ public class WikiArticle
connPost.setDoOutput(true);
connPost.connect();
OutputStreamWriter post = new OutputStreamWriter(connPost.getOutputStream());
OutputStreamWriter post = new OutputStreamWriter(connPost.getOutputStream(), "UTF-8");
post.write("wpTextbox1=");
post.write(URLEncoder.encode(sWikiCode, "UTF-8"));
post.write("&wpSummary=");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment