Skip to content

Instantly share code, notes, and snippets.

@mattkime
Created July 22, 2014 20:57
Show Gist options
  • Select an option

  • Save mattkime/f50dc6f2cb53364fcfb4 to your computer and use it in GitHub Desktop.

Select an option

Save mattkime/f50dc6f2cb53364fcfb4 to your computer and use it in GitHub Desktop.
utf-8 for jsps
<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<page-encoding>UTF-8</page-encoding>
</jsp-property-group>
</jsp-config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment