I generate html data withing a project.
In those data, there are images file loaded from a folder. Those images can have non ASCII characters.
I want to generate a file name who can be read by any browser: so é for é, etc.
I asked Gemini, but either Gemini or Me… is/are lost.
Gemini talks about a String feature that do what I want, but my Xojo does not know it.
Used Xojo version: 2025r2.1
macOS Tahoe 26.1
Greg_O
(Greg O)
2
EncodeURLComponent didn’t work?
I do not saw it / i may have to get a nap before looking at that again. Will try onc e at home.
Thank you.
Hi Greg,
works fine.
However, I was the problem. For some unknow reason, my images were not loaded and the cause seems to be the non ASCII characters.
In my brand new tests, EncodeURLComponent do its job.
And… it was not needed ! I do not know why this was not working yesterday and OK today… (it does not matter).
Regards