From 010aa6cb3a8876e58514cb950d9a8cbf043a7f4e Mon Sep 17 00:00:00 2001 From: BlubbFish 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 --- Utils/InIReader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils/InIReader.cs b/Utils/InIReader.cs index 5c6c25c..49155c0 100644 --- a/Utils/InIReader.cs +++ b/Utils/InIReader.cs @@ -52,7 +52,7 @@ namespace BlubbFish.Utils Dictionary sub = new Dictionary(); 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);