⎕FMT, ⎕TRAP, ⎕UCS: special control chars NEED to be uppercase - #965
Hidden character warning
⎕FMT, ⎕TRAP, ⎕UCS: special control chars NEED to be uppercase#965bear8642 wants to merge 1 commit into
Conversation
FionaDyalog
left a comment
There was a problem hiding this comment.
Approved on the assumption that all changes mentioned are implemented.
| The surrounding affixture delimiters may be replaced by the alternative pairs described for Text Insertion. | ||
|
|
||
| !!! Warning "Warning" | ||
| Note, the affixtures, qualifiers and control phrases must be specified in upper case. |
There was a problem hiding this comment.
| Note, the affixtures, qualifiers and control phrases must be specified in upper case. | |
| The affixtures, qualifiers, and control phrases are case-sensitive and must be specified in upper case. |
|
|
||
| The surrounding affixture delimiters may be replaced by the alternative pairs described for Text Insertion. | ||
|
|
||
| !!! Warning "Warning" |
There was a problem hiding this comment.
This does not need to be an admonition, and especially not a warning (not using upper case just generates an error message) – convert into a sentence instead.
| |`N`|Next|The event is excluded from the current `⎕TRAP` definition. The search will continue through further localised definitions of `⎕TRAP` .| | ||
| |`S`|Stop|Stops the search and causes the normal APL action to be taken in the environment in which the event occurred.| | ||
|
|
||
| !!! Warning "Warning" |
There was a problem hiding this comment.
This does not need to be an admonition, and especially not a warning (not using upper case just generates an error message) – convert into a sentence instead.
| |`S`|Stop|Stops the search and causes the normal APL action to be taken in the environment in which the event occurred.| | ||
|
|
||
| !!! Warning "Warning" | ||
| Note, the ACTION codes must be specified in upper case. |
There was a problem hiding this comment.
| Note, the ACTION codes must be specified in upper case. | |
| The action codes are case-sensitive and must be specified in upper case. |
| - `'UTF-32'` | ||
|
|
||
| !!! Warning "Warning" | ||
| Note, the encoding scheme value must be in specified upper case. |
There was a problem hiding this comment.
| Note, the encoding scheme value must be in specified upper case. | |
| The encoding scheme value is case-sensitive and must be specified in upper case. |
| - `'UTF-16'` | ||
| - `'UTF-32'` | ||
|
|
||
| !!! Warning "Warning" |
There was a problem hiding this comment.
This does not need to be an admonition, and especially not a warning (not using upper case just generates an error message) – convert into a sentence instead.
As #806 describes, warn that special codes must be in upper case