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

Re: Hebrew ANSII codes





Joel Ratsaby wrote:

> I need to convert hebrew ASCII character codes (as used by DOS)  to Hebrew ANSII character codes (as used in MicroSoft Windows). Does anyone has the codes tables or can provide me with a C source
> program that does this ?
>
> thanks
>
> Yoel
> jer@ee.technion.ac.il

  all u need is to use plain old tr
new code hebrew begin at 128 (hexa '80' windows 95 hebrew is like DIGITAL hebrew begin at 224 (hexa 'E0') so all u need to do is a plain routine that replaces or add to each new code char 96.
 bye
yosi