Can anyone help me in this please ????

I am consuming a remote webservice using ASP.Net C#.

when i send english characters as input parameters it brings all datas in english and it is fine.

But the problem is when i want to send and retrieve french datas from the webservice the é is replaced with ??.

I added the unicode to UTF-8 and still it is not working ??

Can anyone...