From 4a91406d4f47b7cca3ecf5de64c8da9701a1fbc0 Mon Sep 17 00:00:00 2001
From: BlubbFish <git@blubbfish.net>
Date: Wed, 9 Aug 2017 22:38:14 +0000
Subject: [PATCH] =?UTF-8?q?[NF]=20Nun=20k=C3=B6nnen=20Sektionen=20auch=20u?=
 =?UTF-8?q?mlaute=20benutzen?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 InIReader.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/InIReader.cs b/InIReader.cs
index 5c6c25c..49155c0 100644
--- a/InIReader.cs
+++ b/InIReader.cs
@@ -52,7 +52,7 @@ namespace BlubbFish.Utils
       Dictionary<String, String> sub = new Dictionary<String, String>();
       String cap = "";
       foreach (String line in buf) {
-        Match match = Regex.Match(line, @"^\[[a-zA-Z0-9\-_ ]+\]\w*$", RegexOptions.IgnoreCase);
+        Match match = Regex.Match(line, @"^\[[a-zA-ZäöüÄÖÜ0-9\-_ ]+\]\w*$", RegexOptions.IgnoreCase);
         if (match.Success) {
           if (sub.Count != 0 && cap != "") {
             this.cont.Add(cap, sub);