Hi-I have a list of "words"-actually a list of unicode numbers that represent Arabic words. I would like to translate these "words" into English if possible but I don't know how to do this given that the unicode represents Arabic words. Nor do I know how to translate unicode that represents English words for that matter. In any case, there are over 1,000 words on the list so I need to do this via a Perl script if this is possible. Any ideas?