Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Ascii Check Processor

Purpose

Validates that files contain only ASCII characters.

How It Works

Discovers .md files in the project and checks each for non-ASCII characters. Files containing non-ASCII bytes fail the check. This is a built-in processor that does not require any external tools.

This processor supports batch mode, allowing multiple files to be checked in a single invocation.

Source Files

  • Input: **/*.md
  • Output: none (checker)

Configuration

[processor.ascii_check]
args = []                              # Additional arguments (unused, for consistency)
extra_inputs = []                      # Additional files that trigger rebuilds when changed
KeyTypeDefaultDescription
argsstring[][]Extra arguments (reserved for future use)
extra_inputsstring[][]Extra files whose changes trigger rebuilds