Conversion (bug) problem .txt-files to .doc-files

G

Guest

In word 2003 I have created *.txt -files containing swedish signs. When I
convert to a *.doc -file the swedish signs have been interpreted as japanese
signs. I use a macro to open the file in word and convert it to a word
document. Does anyone recognize this problem?
 
K

Klaus Linke

Stef said:
In word 2003 I have created *.txt -files containing swedish signs. When I
convert to a *.doc -file the swedish signs have been interpreted as
japanese
signs. I use a macro to open the file in word and convert it to a word
document. Does anyone recognize this problem?


Hi Stef,

You need to set the encoding in the macro statement that opens the text
file:
Encoding:=1252
(... if those are Windows text files)

If you have trouble with that, please paste the relevant macro lines into
your reply.

Regards,
Klaus
 

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