mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 12:15:58 +03:00
[GH-ISSUE #93] Ampersand (&) is not displayed in context menu #93
Labels
No labels
bug
duplicate
enhancement
enhancement
enhancement
fixed
help wanted
help wanted
invalid
pull-request
question
waiting for input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pathcopycopy#93
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RemboIII on GitHub (Sep 25, 2019).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/93
Originally assigned to: @clechasseur on GitHub.
When copying a link that contains an ampersand (&), that character is not displayed in the Explorer context menu.
When the link is copied to Skype or Outlook, it's displayed correctly and works fine.
The "RD" in the links in the picture below should say "R&D":

@clechasseur commented on GitHub (Sep 25, 2019):
Haha! Amusing bug. In Windows menus, the ampersand character is used to identify character shortcuts and is not displayed. I'll have to see if it's possible to escape it... Nice catch.
@clechasseur commented on GitHub (Sep 25, 2019):
Looking it up, it seems we need to double-up the ampersand (
&&).@clechasseur commented on GitHub (Sep 29, 2019):
Fixed in
master. Will be part of release 17.1.