Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I remember that a long time ago, when I was using Winedt (V5.0 I guess) it automatically replace some characters. For example, ç was replaced by \c{c} when I open the file.

Now, I need to do the same again. But I have Winedt 7.0 and I don't know how to translate all the accented characters automatically.

Any help?

share|improve this question
what tex format are you using? if it's latex, you needn't bother -- use the inputenc package and it'll all happen automagically. – wasteofspace Nov 28 '12 at 12:50
1  
You can activate/change translation tables in the options interface "Language, Unicode ...->translation tables". – Ulrike Fischer Nov 28 '12 at 12:59
@wasteofspace. I know that. But I must write in this way. I can not use any package. This is the rule (unfortunately). – Sigur Nov 28 '12 at 15:45
@UlrikeFischer. Thanks. I'll try and come back later. – Sigur Nov 28 '12 at 15:47

1 Answer

If you use

\usepackage[utf8]{inputenc}

in your preamble, you wouldn't need to convert those unicode characters at all. They would work as is.

share|improve this answer
Thanks. But please read my comment above. – Sigur Nov 28 '12 at 15:46

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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