Skip to content

Instantly share code, notes, and snippets.

@HituziANDO
Created August 28, 2012 15:38
Show Gist options
  • Save HituziANDO/3499208 to your computer and use it in GitHub Desktop.
Save HituziANDO/3499208 to your computer and use it in GitHub Desktop.
Java_ServletのPrintWriter出力
resp.setContentType("text/html; charset=UTF-8");
PrintWriter out = resp.getWriter();
この順番じゃないと文字化けする
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment