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

Re: Hebrew ANSII codes



from Hebrew HOWTO:

>2.5.  Conversions
>
>  Here are some simple scripts to convert from each standard to the
>  other:
>
>       DOS - ISO:      tr '\200-\232' '\340-\372' < {dos_file} > {iso_file}
>       ISO - DOS:      tr '\340-\372' '\200-\232' < {iso_file} > {dos_file}
>       OLD - DOS:      tr -z '\200-\232' < {old_Hebrew_file} > {dos_file}
>
>  NOTE:   The numbers use by tr are in octal!

next time RTFM.

Hope this helps
Erez.

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