mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
See last commit.
This commit is contained in:
@@ -29,7 +29,7 @@ public static class StringHelpers {
|
||||
}
|
||||
} else {
|
||||
skipped = false;
|
||||
if (toLower) output.Append(char.ToLower(c));
|
||||
if (toLower) output.Append(char.ToUpperInvariant(c));
|
||||
else output.Append(c);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user