acbarbosa1964 / rawflickr

Automatically exported from code.google.com/p/rawflickr
Other
0 stars 0 forks source link

Incompatibility with Delphi 2009 #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Almost all the methods return the UTF-8 response payload as a String, as 
has been normal up to Delphi 2008. Delphi 2009, however, has a new 
UTF8String type and uses encoding-coertion between string types on 
assigment, which can lead to problems (such as garbled outputs) when using 
this library in that platform.

I'm not sure what the solution may be and I can't test because I don't 
have access to a Delphi 2009 to test this issue.

Original issue reported on code.google.com by sillyl...@gmail.com on 22 Mar 2009 at 4:35