From: Kevin Day Date: Fri, 26 Jun 2020 05:00:00 +0000 (-0500) Subject: Cleanup: clarify IKI specification. X-Git-Tag: 0.5.0~125 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=60e0d756b947b8e1b6b9145c4511bcc6d7fa8ca2;p=fll Cleanup: clarify IKI specification. Any character, not just printing characters, is supported within the content of IKI. --- 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.