Skip to content

Commit

Permalink
change charset to UTF-8 in search form part (#196)
Browse files Browse the repository at this point in the history
* changed charset to UTF-8 in search form part

* amend charset

Co-authored-by: Craig Macdonald <craig.macdonald@glasgow.ac.uk>
  • Loading branch information
monika-1315 and cmacdonald authored Oct 25, 2022
1 parent 67db5e7 commit a7c138e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/webapps/simple/results.jsp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"
import="org.terrier.querying.*"
import="org.terrier.structures.Index"
Expand Down
2 changes: 1 addition & 1 deletion src/webapps/wt2g/results.jsp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"
import="org.terrier.querying.*"
import="org.terrier.structures.Index"
Expand Down

0 comments on commit a7c138e

Please sign in to comment.