ASCII-Only Characters in Comment
All comments must include only ASCII characters.
Incorrect:
# привет.
# 你好,伙计
# Γεια σας
[] > foo
Correct:
# This is the comment with all ASCII characters.
[] > foo
Published on Mon May 26 13:15:45 UTC 2025.
All comments must include only ASCII characters.
Incorrect:
# привет.
# 你好,伙计
# Γεια σας
[] > foo
Correct:
# This is the comment with all ASCII characters.
[] > foo
Published on Mon May 26 13:15:45 UTC 2025.