gettingstarted
[Top] [All Lists]

Encoding problem?

To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Encoding problem?
From: Fabio Soggia <rb at menssana dot to dot it>
Date: Sat, 28 Aug 2004 19:40:15 +0200
Delivered-to: gettingstarted at lists dot realsoftware dot com
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>

<Prev in Thread] Current Thread [Next in Thread>