Skip to content
Snippets Groups Projects
Commit 9dec9b53 authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

enforce utf-8 encoding

parent c4584fc1
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<groupId>edu.unl.cse.csce361.socket_chat</groupId>
<artifactId>SocketChat</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment