
Invisible hyphenation hint; shows up only when a line breaks there.
soft-hyphencontext-dependentAn invisible hint that says a hyphen may be drawn here if the line has to break. When the line does not break there, nothing is shown at all.
From word processors and typesetting systems that hyphenate automatically, from PDF text pulled back into plain text, and from web pages that mark up their own break points.
Wherever the hyphenation was deliberate and the text will be laid out again. In a plain-text file that will never be justified, it is dead weight that breaks search: a word carrying one will not match the same word typed normally.
| Preset | Action |
|---|---|
conservative | removed |
default | removed |
report-only | asked about |
strict | removed |
Context guards can only ever make a cleanup gentler, never sharper. A rule saying “always remove” does not override them.
In TraceFree PRO, turn on the clipboard watcher and copy the text. On the command line:
tracefree clean --backup document.txt
pbpaste | tracefree clean | pbcopyReport without changing anything — exit code 1 on findings, so it works in CI:
tracefree check -r ./docsThis page never prints the character itself, only ways of writing it. A page about invisible characters that contained invisible characters would be unreviewable — and that is the problem the program exists to solve.
| Notation | Value |
|---|---|
| Unicode | U+00AD |
| Rust | \u{AD} |
| JavaScript, Python | \u00AD |
| HTML | ­ ­ |
| Regex (PCRE, Rust) | \x{AD} |
Paste anything into the browser demo and see what is in it. Same engine as the app, running entirely on your device — nothing is uploaded.

