X-Smug-Title doesn't like the U+2026 character
Jeffrey Friedl
Registered Users Posts: 33 Big grins
During an upload, if the X-Smug-Title string contains the "horizontal ellipsis" character (U+2026), the title actually associated with the image is truncated to just before that character.
https://www.fileformat.info/info/unicode/char/2026/index.htm
The string in X-Smug-Title is being sent as UTF8, so the horizontal ellipsis character is being sent as the three bytes 0xE2 0x80 0xA6
0