Skip to content

Instantly share code, notes, and snippets.

@iridiumcao
Last active July 8, 2019 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iridiumcao/aba6446e55ac22f4750bd94c7ce21041 to your computer and use it in GitHub Desktop.
Save iridiumcao/aba6446e55ac22f4750bd94c7ce21041 to your computer and use it in GitHub Desktop.
page encoding
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
or
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment