I have a dll built in C# and I consume it using Delphi XE2 by typelibrary. Works correctly but I have a function that return a WideString and should be returned a name with special chars like 'çãé' (i from Brazil) but the result is "???".
How can I handle this correctly?