Unicode

J

Judith

Hello everybody!

Does anybody know how I can open a Unicode-encoded
textfile and get the correct content from it? I'm aware
of the Forms 2.0 Object library, but it won't display the
correct characters either, there seems to be something
going wrong when reading the lines of the file already.
Currently the result I get is e. g. "±ÅÄÌÂ" for the
Greek word "autos" (alpha-ypsilon-tau-omicron with tonic
accent-sigma) if the file is unicode-encoded. With a UTF-
8 encoding, the result is "αÏ.Ï"ÏOÏ," for the same word.
I'm using Microsoft Visual Basic 6.0.
If you can help, please send me an e-mail at
(e-mail address removed)
Thanks!

Judith
 
A

Armin Zingler

Judith said:
I'm using Microsoft Visual Basic 6.0.

Not much help from me, but this is a VB.NET ("dotnet", see group name)
group. Older VB versions are handled at one of the microsoft.public.vb.*
groups.
 
H

Herfried K. Wagner [MVP]

* "Judith said:
I'm using Microsoft Visual Basic 6.0.

This is a VB.NET language group. Post your VB6 related questions to one
of the microsoft.public.vb.* groups.
 
J

Judith

I'm sorry. This was the group I got redirected to from
the VB 6 documentation & download center.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top