If the name of a file contains a ' character (ASCII decimal 39 or hex 27) the corresponding thumbnail gets created but is not saved; if this happens with a folder, the thumbnails for the contents of whole folder are created but not saved.
This did not happen AFAIK with the previus version (I've removed it so I cannot be sure now) and I'm afraid it's caused by the underline DB engine for storing image thumbs, since in SQL the ' character is normally used to enclose strings. Depending on the DB engine being used, it should be possible to use double quotes instead in all database calls, thus rendering the single quote usable...
Single quotes may appear in names of people and places all over the world, so I don't believe the current behavior can be left as is.
EDIT: using the ` character instead of the ' (single quote) works correctly, so probably it's really a db syntax issue.
A: Bug with ' in file name
Moderators: helmut, XnTriq, xnview
Re: Bug with ' in file name
Ok, i checkrobc wrote:If the name of a file contains a ' character (ASCII decimal 39 or hex 27) the corresponding thumbnail gets created but is not saved; if this happens with a folder, the thumbnails for the contents of whole folder are created but not saved.
This did not happen AFAIK with the previus version (I've removed it so I cannot be sure now) and I'm afraid it's caused by the underline DB engine for storing image thumbs, since in SQL the ' character is normally used to enclose strings. Depending on the DB engine being used, it should be possible to use double quotes instead in all database calls, thus rendering the single quote usable...
Single quotes may appear in names of people and places all over the world, so I don't believe the current behavior can be left as is.
EDIT: using the ` character instead of the ' (single quote) works correctly, so probably it's really a db syntax issue.
Pierre.
Illegal
—> robc
Good evening,
• Normally, the apostrophe is not allowed in the items names under Windows, this is an old feature…
• To keep the same look and a meaningful name, you could use the character #146 (Alt+0146) instead, example :
<My mother’s dog.jpg> does work, and looks quite nice…
Kind regards,
Claude
Clo

• Normally, the apostrophe is not allowed in the items names under Windows, this is an old feature…
• To keep the same look and a meaningful name, you could use the character #146 (Alt+0146) instead, example :
<My mother’s dog.jpg> does work, and looks quite nice…

Claude
Clo
Old user ON SELECTIVE STRIKE till further notice •
The single quote IS indeed allowed in file names under Windows (only /\?*:"<>| are not, since they are reserved for operating system use in the standard command syntax): any application that deals with files should accept and reject the same characters as the operating system, otherwise sooner or later something's gonna break. Which item names are you referring to?
Also, the single quote and the ` character are directly available on any keyboard and any character set, while your workaround isn't - though I must admit it looks nice. Unfortunately there are tons of people who don't even know that by pressing the alt key and entering a three- or four- digit code on the numeric keypad you can get any available character
Also, the single quote and the ` character are directly available on any keyboard and any character set, while your workaround isn't - though I must admit it looks nice. Unfortunately there are tons of people who don't even know that by pressing the alt key and entering a three- or four- digit code on the numeric keypad you can get any available character

Dos doesn't

- Just notice that in old DOS¦Win, more characters were not allowed…
I.e. for the volume label : ?/\246.,;:+=<>[ ]( )&^!\042
- It seems to be valid still in a LAN…
- Newbies might play with the charmap !


Claude
Clo
Old user ON SELECTIVE STRIKE till further notice •