Re: Encoding puzzle

2020-12-29 Thread J. Landman Gay via use-livecode
On 12/29/20 5:24 PM, Paul Dupuis via use-livecode wrote: On 12/29/2020 6:07 PM, J. Landman Gay via use-livecode wrote: Original text: Révéler l'archéologie LC urlEncoded string: R%8Ev%8Eler+l%27arch%8Eologie URLEncode(textEncode(,"UTF8")) -> gets you a properly URL encoded string where the s

Re: Encoding puzzle

2020-12-29 Thread Paul Dupuis via use-livecode
On 12/29/2020 6:07 PM, J. Landman Gay via use-livecode wrote: Original text: Révéler l'archéologie LC urlEncoded string: R%8Ev%8Eler+l%27arch%8Eologie URLEncode(textEncode(,"UTF8")) -> gets you a properly URL encoded string where the server is expecting UTF8

Encoding puzzle

2020-12-29 Thread J. Landman Gay via use-livecode
I need to send a string in French to a server. The server expects one kind of encoding and LC's URL encoding is producing something different. Not only that, but after sending the LC encoded text, the server receives something unrelated. I can't identify why. Details: Original text: Révéler l'a