511
523
Because Transports work in URLs (as defined earlier), printing the raw URL
512
524
to the user is usually less than optimal. Characters outside the standard
513
525
set are printed as escapes, rather than the real character, and local
515
527
``unescape_for_display`` attempts to unescape a URL, such that anything
516
528
that cannot be printed in the current encoding stays an escaped URL, but
517
529
valid characters are generated where possible.