Opened 14 hours ago

Last modified 13 hours ago

#19271 new bug

Web+

Reported by: bipolar Owned by: pulkomandy
Priority: normal Milestone: Unscheduled
Component: Applications/WebPositive Version: R1/beta5
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

This is on hrev58367 (32 bits).

Web+ fails to open local files if the path contains chars like or ®.

For a file path as /home/Test™/foo.html

Web+ shows the URI as: /home/Test%FFFF%FFFF%FFFF/foo.html, and fails to open the file.

For a file path as /home/Test®/bar.html

Web+ shows the URI as: /home/Test%FFFF%FFFF/bar.html, and fails to open the file.

Manually converting:

  • ™ -> %e2%84%a2
  • ® -> %c2%ae

And using those values on Web+'s address-bar, opens the files correctly, so the issue seems to be just on the "encoding" side of things.

Change History (1)

comment:1 by pulkomandy, 13 hours ago

This needs https://review.haiku-os.org/c/haiku/+/1193 which changes the API of BUrl.

I think we should merge it anyway, and rebuild affected apps.

Note: See TracTickets for help on using tickets.