On Thu, 23 Sep 1999, Stanislav Malyshev a.k.a Frodo wrote:

> MF>> I got several conflicting answears as to the hebrew language name.
> MF>> one version is iw. On a script to fix netscape under linux on this
> MF>> group, and other messages its hb, and on the wc3 site, in the html
> MF>> specification
> MF>> they say its he. 
> MF>> what's really used, or were I can find a defenitive answear.
> 
> Ok, let's see:
> /usr/share/i18n/locales/iw_IL says:
> 
> % Hebrew Language Locale for Israel
> % Source: RAP
> % Address: Sankt Jo/rgens Alle 8
> %    DK-1615 Ko/benhavn V, Danmark
> % Contact: Keld Simonsen
> % Email: [EMAIL PROTECTED]
> % Tel: +45 - 31226543
> % Fax: +45 - 33256543
> % Language: iw
> % Territory: IL
> % Revision: 4.4
> % Date: 1997-03-18
> % Users: general
> % Repertoiremap: mnemonic.ds
> % Charset: ISO-8859-8
> % Distribution and use is free, also
> % for commercial purposes.
> 
> That's how Unix knows Israeli locale - as iw_IL.
> http://www.w3.org/International/O-charset-lang.html also states:
> Hebrew (iw)     iso-8859-8 
> 
> So I think Unix and W3C are united in calling Hebrew "iw".
> Where did you see other versions?

Under the html 4.1 specification at wc3 under the path
struct/dirlang.html#h-8.2
(I don't know the exact address because I downloaded a local copy).
One line stating this: (an example)
<Q lang="he" dir="rtl">...a Hebrew quotation...</Q>

hb I saw on a script sent here not long ago on fixing netscape to work
with hebrew (taking over the turkish language and transforming it to
hebrew):
#!/bin/sh

# Change this to the location of your binary:
netscape=/usr/lib/netscape/461/communicator/communicator-smotif.real

echo "Moving $netscape to ${netscape}.old..."
mv $netscape ${netscape}.old
echo "Editing the binary... (this can take a LONG time)"
sed -e 's/8859-8/8859-z/g' -e 's/88598/8859z/g' -e 's/8859_8/8859_z/g'
${netscap
e}.old | sed -e 's/8859-9/8859-8/g' -e 's/88599/88598/g' -e
's/8859_9/8859_8/g' 
-e 's/Turkish/Hebrew /g' -e 's/turkish/hebrew /g' -e 's/\[tr\]/[he]/g' |
sed -e 
's/8859-z/8859-9/g' -e 's/8859z/88599/g' -e 's/8859_z/8859_9/g' >
$netscape
chmod +x $netscape


 > -- 
> [EMAIL PROTECTED]    \/  There shall be counsels taken
> Stanislav Malyshev    /\  Stronger than Morgul-spells
> phone +972-3-9316425  /\              JRRT LotR.
> http://sharat.co.il/frodo/    whois:!SM8333
> 
> 
> 
> =================================================================
> 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]
> 


=================================================================
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