From 9dec9b53242a4213e0c5b87925e4631b5fd3c6c3 Mon Sep 17 00:00:00 2001
From: Christopher Bohn <bohn@unl.edu>
Date: Thu, 17 Jun 2021 13:25:36 -0500
Subject: [PATCH] enforce utf-8 encoding

---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 4983ab6..e6677f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
-- 
GitLab