Busai Péter wrote:
>> Hi!
>>
>> I'm trying to port my webapplication to Delphi XE unicode compiler.
>> I have problem to encode accented text in RowDataGetter.
>> In recent nonunicode version I just made conversion like:
>> Tagdata.Add('key', AnsiToUTF8(some_accented_value))
>> In Delphi XE I trie
Hi!
I'm trying to port my webapplication to Delphi XE unicode compiler.
I have problem to encode accented text in RowDataGetter.
In recent nonunicode version I just made conversion like:
Tagdata.Add('key', AnsiToUTF8(some_accented_value))
In Delphi XE I tried Tagdata.Add('key',
UTF8Encode(some_acc