From f7a17c3f703ca8c95ec17fffe83fc8f63296bb84 Mon Sep 17 00:00:00 2001 From: James Miller Date: Wed, 7 Aug 2019 19:16:53 -0500 Subject: [PATCH] update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f762f56..650acd7 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ sqlite database. # Conventions in the Code +## Text Encoding +The goal is for all of our stored text in the database to be unicode, +preferably `UTF-8`. + ## Ability Scores in Integer Representation | Ability Type | Value |