emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with old hebrew latex files in iso 8859-8 coding


From: Eli Zaretskii
Subject: Re: problem with old hebrew latex files in iso 8859-8 coding
Date: Thu, 18 Jul 2019 15:35:16 +0300

> From: Uwe Brauer <address@hidden>
> Cc: Uwe Brauer <address@hidden>, Eli Zaretskii <address@hidden>,
>       address@hidden
> Date: Thu, 18 Jul 2019 15:17:12 +0300
> 
>    > Try renaming the file to document.bin and resend it as octet-stream...
> 
> Thanks for pointing it out! I will do that 

This file is encoded in codepage 1255, the MS-Windows Hebrew
encoding.  So you can display it correctly like this:

  C-x RET c cp1255 RET C-x C-f document RET

You could then save it in UTF-8:

  C-x RET f utf-8 RET
  C-x C-s

Alternatively, you could recode externally using 'iconv', but using
"-f CP1255 -t UTF-8".



reply via email to

[Prev in Thread] Current Thread [Next in Thread]