In Italy we use accented character like àèéìòù.
I have a new format real db with some text that use theese characters.
If I use datacontrol, letters are like originals, but if I retrieve data
with databasequery, letters are substitute by 5 different character.
I suppose it is an encoding problem.
I tried:
EditField1.Text = ConvertEncoding(Listbox1.Cell(row, 2), Encodings.UTF8)
And
EditField1.Text = ConvertEncoding(Listbox1.Cell(row, 2),
Encodings.WindowsANSI)
But no results.
How to correct?
Thanks
Fabio Soggia
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|