Opened 7 years ago

Closed 7 years ago

#11398 closed Bug report (rejected)

Special characters (such as |) do not decode in window title

Reported by: Sean Owned by:
Priority: low Component: FileZilla Client
Keywords: Encoding Title Window UTF-8 Cc:
Component version: Operating system type: Windows
Operating system version: Windows 10 15063.608

Description

Pipe symbols (|) and perhaps some others are displayed as their UTF-8 value (%7C) in the title of the FTP window once connected to a server.

This is a minor formatting issue for people using multi-domain hosting with pipe in their "User" field.

E.g.
ftp.somedomain.com|admin
In the title appears as:
ftp.somedomain.com%7Cadmin@…

Change History (1)

comment:1 by Tim Kosse, 7 years ago

Resolution: rejected
Status: newclosed

The pipe character is not an allowed character in a URI according to RFC 3986 and hence must be percent-encoded.

Note: See TracTickets for help on using tickets.