Last active
July 8, 2019 22:20
-
-
Save iridiumcao/aba6446e55ac22f4750bd94c7ce21041 to your computer and use it in GitHub Desktop.
page encoding
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ 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