Commit 89361eeb by Patryk Czarnik

polskie literki

parent 8191a0a3
......@@ -16,7 +16,10 @@ public class PierwszySerwlet extends HttpServlet {
@Override
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
response.setContentType("text/plain");
response.setCharacterEncoding("utf-8");
PrintWriter out = response.getWriter();
out.println("Hello world!");
out.println("Żądło");
}
}
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