From 60e0d756b947b8e1b6b9145c4511bcc6d7fa8ca2 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 26 Jun 2020 00:00:00 -0500 Subject: [PATCH] Cleanup: clarify IKI specification. Any character, not just printing characters, is supported within the content of IKI. --- specifications/fss-000D.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specifications/fss-000D.txt b/specifications/fss-000D.txt index 9fa1228..1abcd43 100644 --- a/specifications/fss-000D.txt +++ b/specifications/fss-000D.txt @@ -24,7 +24,7 @@ Featureless Settings Specification: 000D - Iki Text: Key\: \s = whitespace. \o = any printable word character, including "_", "-", "+". - \c = any printing character, including whitespace, and any delimited quote (used as the opening quote) or a any quote (undelimited) not used as the opening quote. + \c = any character, including whitespace and non-printing, and any delimited quote (used as the opening quote) or a any quote (undelimited) not used as the opening quote. \q = either a single quote (') or a double quote ("). \x = any character. * = 0 or more occurrences. -- 1.8.3.1