ASCII-Only Characters in Comments

All comments must contain only ASCII characters.

Incorrect:

# привет.
# 你好,伙计
# Γεια σας
[] > foo

Correct:

# This is the comment with all ASCII characters.
[] > foo

Published on Fri Sep 12 07:13:55 UTC 2025.