Caption text printing with quotes
Posted: 2019-01-25T04:42:23-07:00
Hi,
I'm on a RedHat 7.5 Linux server.
The use of caption while composing an image is working well, except that I have a weird behaviour:
- caption: 'My caption text'
is printing on the image -> 'My caption text' (Note the surrounding quotes)
- caption: "My caption text"
is printing on the image -> "My caption text"
- caption: My caption text
is printing on the image -> My
(I successfully had the right behaviour with the last option by replacing all whitespaces by '\u00A0' unicode char, but with losing the caption capability of breaking string between words for multilines)
I googled this problem for hours to know if someone else had the same behaviour, with no success.
Do someone have an idea for getting rid of this unwanted resulting quotes?
Thanks!
I'm on a RedHat 7.5 Linux server.
The use of caption while composing an image is working well, except that I have a weird behaviour:
- caption: 'My caption text'
is printing on the image -> 'My caption text' (Note the surrounding quotes)
- caption: "My caption text"
is printing on the image -> "My caption text"
- caption: My caption text
is printing on the image -> My
(I successfully had the right behaviour with the last option by replacing all whitespaces by '\u00A0' unicode char, but with losing the caption capability of breaking string between words for multilines)
I googled this problem for hours to know if someone else had the same behaviour, with no success.
Do someone have an idea for getting rid of this unwanted resulting quotes?
Thanks!