Anyone aware of a utility/program to convert hebrew text between the different 
codesets and representations?

In particular, I'm interested in changing mutlibyte Hebrew to and from HTML characters.
where:
<Alef><Beit>...<Taf> would be:
Mulitbye hebrew in hex (e0 is Alef, 2e is '.'):
e0e12e2e2efa
The same in HTML ("&#1488;" is Alef, '.' is '.'):
&#1488;&#1489;...&#1514;

--
Ilan Aisic


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to