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