Unicode symbols in Start Menu %n

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
calgaria
Junior Member
Junior Member
Posts: 2
Joined: 2025-06-22, 13:24 UTC

Unicode symbols in Start Menu %n

Post by *calgaria »

I'm using start menu command to create hard link of a file (cmd /c mklink /h %t%n %p%n). I notice that "꞉" symbol (U+A789) is replaced with a question mark and breaks the command. Can we get Unicode symbols support in start menu commands?
User avatar
petermad
Power Member
Power Member
Posts: 16157
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Unicode symbols in Start Menu %n

Post by *petermad »

First you cannot use %t%n %p%n in the Command field they have to be put in the Parameters field.


Secondly you need to use %Y%N %P%N instead of %t%n %p%n - otherwise the short 8.3 DOS names will be passed.
Help wrote:Notes: %N and %M insert the long name, while %n and %m insert the DOS alias name (8.3). %P and %T insert the long path name, and %p and %t the short path name. (Same for %o, %e, %b and %s). %p/%t inserts the ftp URL of the directory for ftp connections.
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
calgaria
Junior Member
Junior Member
Posts: 2
Joined: 2025-06-22, 13:24 UTC

Re: Unicode symbols in Start Menu %n

Post by *calgaria »

Thanks! %T%N did the trick - I didn't read help page thoroughly enough :)
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50934
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Unicode symbols in Start Menu %n

Post by *ghisler(Author) »

Since this isn't a bug, I'm moving this thread to the English forum.

Moderator message from: ghisler(Author) » 2025-06-23, 06:48 UTC

Moved to English forum
Author of Total Commander
https://www.ghisler.com
Post Reply