Procedure ConstArrayToVariantArray (in VariantsUtil) can now handle Unicode (I hope). I ran the supplied tests without problem. Don't know if there are other places that needs attention. Besides that I added handling of vtClass.
Thank you for this patch. I will review it in the next few weeks and hopefully merge it with the current CVS version.
I can confirm the modification done. This line is a must have for Delphi2009 & Unicode Compatibility
vtUnicodeString: ADest[i] := string(VUnicodeString);
Log in to post a comment.
Thank you for this patch. I will review it in the next few weeks and
hopefully merge it with the current CVS version.
Thank you for this patch. I will review it in the next few weeks and
hopefully merge it with the current CVS version.
I can confirm the modification done.
This line is a must have for Delphi2009 & Unicode Compatibility
vtUnicodeString: ADest[i] := string(VUnicodeString);