We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NonVisualUnicodeCharacters
1 parent ab623c1 commit 8cb11ceCopy full SHA for 8cb11ce
1 file changed
src/SmartFormat/Core/Settings/ParserSettings.cs
@@ -214,7 +214,7 @@ private CharSet CreateAllowlist()
214
/// <summary>
215
/// All 68 non-visual Unicode characters that are typically not used in selectors.
216
/// </summary>
217
- internal static char[] NonVisualUnicodeCharacters =
+ internal static readonly char[] NonVisualUnicodeCharacters =
218
[
219
// Control Characters (U+0000–U+001F, U+007F)
220
'\u0000', // NULL – string terminator
0 commit comments