3

I'm using WinEdt 6.0 and need to write German umlaute. Using XeLaTeX, i need to save the tex-file in utf-8 to have native support for this - does anyone know how to tweak WinEdt so that it saves in utf-8?

Owe Jessen
  • 1,167

2 Answers2

5

Winedt can handle utf8 if you need only chars from one codepage (e.g. if you are only using the chars from ansinew). For a new document you can set the encoding in documents settings, tab format. If you need to convert documents: There is a utf-8.tex in winedt 6/Samples/examples that explains the details.

Ulrike Fischer
  • 327,261
3

UTF-8 is planned for WinEdt 6.1. It uses it's own text editor, not a library, and so UTF-8 support has to be written from the ground up. You can use other encodings which WinEdt can work with to use accents natively, or can use its build-in translation system.

Joseph Wright
  • 259,911
  • 34
  • 706
  • 1,036