I encountered this storing file names. I suppose I could add my own encoding 
for apostrophes before adding, & decoding when retrieving. Presumably that 
would be needed for quotation marks as well.

⁣--
Jeff Carter
"Now go away or I shall taunt you a second time."
Monty Python and the Holy Grail​

On Dec 8, 2021, 20:41, at 20:41, Blady <[email protected]> wrote:
>
>> Le 6 déc. 2021 à 06:57, Jeffrey R. Carter via Gnoga-list
><[email protected]> a écrit :
>>
>> Probably it's line 1544, since I used Add_Option.
>
>Hello Jeff,
>
>Yes and also many other locations are concerned.
>Strings have to be parsed against quotes in particular cases of HTML
>attributes but also for Javascript code.
>Instead of cumulating string parsings which will decrease performances,
>I will try to target only what is necessary.
>
>In the meantime, as a workaround, if your source code is appropriate
>with literal strings for instance, you may replace apostrophes with the
>HTML equivalent &apos;.
>
>Best, Pascal.
>https://blady.pagesperso-orange.fr
_______________________________________________
Gnoga-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to