Files
opentf/internal/command/format
Martin Atkins 5f4608c0fe command/format: FilterControlChars function
This utility function replaces C0 control characters in a given string with
their corresponding symbols from the "Control Pictures" Unicode block.

As of this commit nothing is using this, but in future commits we will use
this when preparing terminal UI output that may contain arbitrary strings
that are not subject to any other quoting/escaping to ensure that it is
not possible to affect virtual terminal state in sitations where that is
not intentionally allowed by OpenTofu.

Signed-off-by: Martin Atkins <mart@degeneration.co.uk>
2025-11-10 09:49:35 -08:00
..
2025-09-10 07:45:23 -04:00
2025-09-10 07:45:23 -04:00
2024-02-08 09:48:59 +00:00