Pound symbol as part of password not being accepted
Manuel Haim
haim at hrz.uni-marburg.de
Mon Apr 14 03:31:36 EDT 2014
Hi,
initially we had some problems with German umlauts... Here are just
three points you could try:
1. Make sure your jsp files are stored as UTF-8.
2. Within each jsp file, add the following line at the top:
<%@ page contentType="text/html; charset=UTF-8" %>
3. Within the html <head> element of your jsp files, add the line
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
Kind regards,
Manuel
More information about the users
mailing list