Posts by Léo B • 81 points
3 posts
-
1
votes1
answer124
viewsQ: How to use a concrete class method created from an interface?
In class Lawyer implemented all Interface properties and methods Ipessoafisica, and some other class-specific properties and methods Lawyer, how to Advocate() and Oab. How to access this method?…
-
2
votes1
answer319
viewsQ: Delphi, Mysql, Adoconnection - Convert database data from latin1 to utf8
I’m having trouble converting the strings coming from the database (Mysql - latin1) to UTF8. The case is that I need to take the data in the database encoding for UTF8 to generate an XML with this…
-
5
votes2
answers3274
viewsQ: C# - XML return from Webservice with encoding error (ISO-8859-1)
I have a Windows Forms application that is consuming a Webservice that returns an xml (string) enconding with ISO-8859-1. However, the answer comes with question characters (?) instead of accents.…