You are not logged in.
Pages: 1
I tried it and it worked "seamlessly" as you said.
Thank you.
Hi.
I have an array of variants : TVariantDynArray = array of Variant.
When I send strings (along with other types, for example TVariantDynArray.Create(0, 'ﻏ﷼ﮯﮛﮖפּⱭ♦♪♫♯☼♀♂♣♥')) from the client to the server using an interface based service, I receive garbled results on the server showing me that there is an encoding problem.
I have unsuccessfully tried "forcing" the RawUTF8 type on the string using the S2U and VariantToVariantUTF8 and now I don't know how to proceed.
Is there a way to have strings correctly received on the server? If yes, how?
Thanks for the great framework. It's the best thing I've discovered this year.
I'm using Delphi XE4.
Pages: 1