Page 1 of 1
1.5.2 Pathnames with special characters do not displayed correctly
Posted: Wed Aug 23, 2023 1:45 pm
by XnSoldier
Folder names with ">" in the name do not display correctly. Probably more special characters affected.
Folder name is "Copy ARCHIV -> PC" in this example
Re: 1.5.2 Pathnames with special characters do not displayed correctly
Posted: Fri Aug 25, 2023 2:24 pm
by xnview
we can't have a filename with '>' character
Re: 1.5.2 Pathnames with special characters do not displayed correctly
Posted: Fri Aug 25, 2023 9:12 pm
by XnSoldier
Windows can
Re: 1.5.2 Pathnames with special characters do not displayed correctly
Posted: Sat Aug 26, 2023 4:58 am
by user0
XnSoldier wrote: Fri Aug 25, 2023 9:12 pm
Windows can
no, it cannot
https://learn.microsoft.com/en-us/windo ... onventions
Use any character in the current code page for a name, including Unicode characters and characters in the extended character set (128–255), except for the following:
The following reserved characters:
< (less than)
> (greater than)
: (colon)
" (double quote)
/ (forward slash)
\ (backslash)
| (vertical bar or pipe)
? (question mark)
* (asterisk)

- spec_symbols.png (2.3 KiB) Viewed 750 times
Re: 1.5.2 Pathnames with special characters do not displayed correctly
Posted: Sat Aug 26, 2023 12:26 pm
by XnSoldier
exFAT can through Mac OS which seem not to limit the filenames to the Microsoft conventions of exFAT. I realize that Windows actually doesn't allow you to use ">" in a file name.