MS Text Driver

K

keremskusmezer

I am using Microsoft Text Driver with a schema.ini file , is there a
way that i can handle UTF-8 Encoded text files, cause the orginal
documentation states that it characterset option only supports OEM And
ANSI

Regards
Kerem Kusmezer
 
J

John Nurick

The Advanced button of the text import wizard does allow you to specify
UTF-8, so I guess that the text driver can handle it.

Not having a convenient way of creating a UTF-8 file I'm not in a
position to test this myself, but I'd try specifying
CharacterSet=UTF-8
and if that failed
CharacterSet=Unicode
to see if the driver can automatically detect the UTF-flavour.

At worst, pass the file through a filter that converts UTF-8 to 16-bit.
 

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