Skip to content

Commit b7429c8

Browse files
committed
runtime: RFC 2119 SHOULDs in the "Character encodings" section
These slipped through e41ffc1 (Use RFC 2119's keywords (MUST, MAY, ...), 2015-12-02, #9). Signed-off-by: W. Trevor King <[email protected]>
1 parent 60148f0 commit b7429c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ If the runtime is invoked with an unrecognized command, it MUST exit with a nonz
1717

1818
## Character encodings
1919

20-
This API specification does not cover character encodings, but runtimes should conform to their native operating system.
21-
For example, POSIX systems define [`LANG` and related environment variables][posix-lang] for [declaring][posix-locale-encoding] [locale-specific character encodings][posix-encoding], so a runtime in an `en_US.UTF-8` locale should write its [version](#version) to stdout in [UTF-8][].
20+
This API specification does not cover character encodings, but runtimes SHOULD conform to their native operating system.
21+
For example, POSIX systems define [`LANG` and related environment variables][posix-lang] for [declaring][posix-locale-encoding] [locale-specific character encodings][posix-encoding], so a runtime in an `en_US.UTF-8` locale SHOULD write its [version](#version) to stdout in [UTF-8][].
2222

2323
## Commands
2424

0 commit comments

Comments
 (0)