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 Oct 10 22:53:57 UTC 2025.