
Single-character ellipsis.
ellipsistypography...Three dots as a single character, with the spacing between them set by the font rather than by three separate periods.
From word processors converting three typed periods, and from any professionally set text.
As typography, yes, and it is kept by default. It matters where a program counts characters or matches on three periods — the single character will not match, which is a quietly confusing way for a search to fail.
| Preset | Action |
|---|---|
conservative | kept |
default | kept |
report-only | asked about |
strict | replaced |
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+2026 |
| Rust | \u{2026} |
| JavaScript, Python | \u2026 |
| HTML | … … |
| Regex (PCRE, Rust) | \x{2026} |
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.

