OA>> There's a simple logical to visual conversion function, which I helped 
OA>> writing, in PERL, which was meant to mimic the way the IOL forums ASP 
OA>> work. It actually does this so good, that it also correctly mimic all 
OA>> the small annoying bugs that the IOL function has :-)

Well, the Unicode conversion algorithm (the standard) is not too simple.
At least cases with numbers, signs and english-hebrew mix are quite messy.
Some cases are completely unclear, because '-' means both 'minus' and
'dash' (both of them) - which have different behaviour according to
unicode.

I tried to implement it the best way, and in the same time to mimic how
Microsoft products do it. The latter is not 100%, since Microsoft
products' behaviour is inconsistent and sometimes even erratic in some
special cases. 
-- 
[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]

Reply via email to