WinEdtHebrew encoding problem

Information and discussion about WinEdt, a commercial integrated LaTeX environment for Windows
Post Reply
nomishmon
Posts: 2
Joined: Thu Aug 08, 2013 9:52 am

Hebrew encoding problem

Post by nomishmon »

Hi,

I am using WinEdt 8 on Windows 8. It complies well English and Hebrew documents. Hebrew - both new documents generated on this new computer, and old ones (previously produced on WinEdt 7 on a Windows 7). But while new files show correct Hebrew letters on screen, old files show strange (Latin) accented letters on screen, instead of Hebrew letters.

In the preamble both new and old have:

Code: Select all

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt]{article}                  %%%%%%%%
\usepackage[cp1255]{inputenc}                  %%%%%%%%
\usepackage[english,hebrew]{babel}             %%%%%%%%
\usepackage{amscd,amsmath,amsthm,amssymb}      %%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


Any suggestions?
Last edited by cgnieder on Thu Aug 08, 2013 12:59 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

nomishmon
Posts: 2
Joined: Thu Aug 08, 2013 9:52 am

Hebrew encoding problem

Post by nomishmon »

Since I finally found the solution, for the benefit of others:

Open old file in WinEdt. Then
Document--> Documents Settings --> CP Converter

choose "Custom ANSI code page"

Then: Apply
Then: Reload

(The "Reload" seems to be the crucial step I was missing).
document settings.JPG
document settings.JPG (43.31 KiB) Viewed 25907 times
Post Reply