[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hebrew ANSII codes
On Tue, 3 Feb 1998, 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 ?
man tr
also, man ascii
for example, translating from ISO hebrew to PC hebrew:
/usr/bin/tr '\340-\372' '\200-\232'
--Ariel
>
> thanks
>
> Yoel
> jer@ee.technion.ac.il
>
+---------------------------------------------------------------+
| Ariel Biener |
| e-mail: ariel@post.tau.ac.il Work ph: 03-6406086 |
| fingerprint = 07 D1 E5 3E EF 6D E5 82 0B E9 21 D4 3C 7D 8B BC |
+---------------------------------------------------------------+