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 Tue Mar 31 07:20:18 UTC 2026.