On a working project, my first experience with this pr1 is that I am suddenly getting CURL error 55 on FTP TLS uploads. Also, the newly-created directory names are gobbledygook on the server. This is on Xojo 2024r3.
I’m doing fine on 24.4 till I have time to look at this further.
I don’t notice any other changes myself. CURL 8.10 had a regression, which was fixed in 8.10.1.
If anyone has an issue with CURL, please send me a sample project via email to check.
So I can see if this may be a bug in curl, a bug in the plugin or a problem in the project.
I remember having dealt with this bug myself (since I always use Swiss keyboards) several years ago.
At that time, I thought it was a bug in Mac OS or in my code (the app would receive keystrokes from a remote computer (Mac OS, Windows or Linux), translate them for Mac OS and simulate pressing them).
Since the “o” key didn’t work, I assumed the conversion didn’t work. It really was a mess and I stacked workarounds up to making an unreliable puzzling code. I’m happy to read where the bug was, so I’ll take a look to simplify my overcomplicated code!