Checks · url
Non-ASCII Characters in URL
Warning url.non_ascii
What it means
The URL path contains non-ASCII characters. They work, but they are percent-encoded when copied and become unreadable when shared.
How to fix it
Use ASCII equivalents in the path — transliterate accented characters rather than encoding them.
Where to find it in Truelint
Open the Issues pane on the right of the workspace and select Non-ASCII Characters in URL. The grid filters to every affected URL and the detail pane shows the specific finding for each. Export the list with Export → Current view, or from the API:
GET /api/v1/crawls/{handle}/issues/url.non_ascii