The question arises from the reply.

How can I change the storing from an ISO-standard to UTF-8?

Some details:

I used Mac with some ISO-standard. I formatted it, so I cannot know the exact ISO-standard. Now, I use Ubuntu, and I try to switch my Mac-latex-files from the ISO to UTF-8.

link|improve this question

you should put all the relevant information in this question; but only if you want an answer ;) – Mitch Wheat Aug 10 '09 at 4:22
feedback

1 Answer

up vote 1 down vote accepted

To answer the question in the title: The file command may be able to guess the encoding of a given file.

To answer the question in the body: Try iconv.

link|improve this answer
Some Latex files are of the type "Latex files", while other files are "graphviz graph text". – Masi Aug 10 '09 at 4:31
Ok, if file can't (or won't) guess then you will have to know what encoding you used to create the files. Use iconv to convert the files to your desired UTF-8 encoding. – Greg Hewgill Aug 10 '09 at 4:32
Thank you. +1 for the proper analysis, and the commands. – Masi Aug 10 '09 at 5:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.