Hi Meir. Meir Guttman wrote: > Isn't Cp1255 Unicode too?
No, it is windows-hebrew encoding, 1 byte per character. > (You see, I am spoiled ;-). I am used to get a "quick fix" to most of my > Perl problems from the community. But I see that this one is not going to Well, you probably won't have a "quick fix", but if you don't mind reading hebrew backwards, you can just tell Perl that stdout is of x encoding, with the binmode command. (if I remember correctly) > my @list = Encode->encodings(); > Yields this pitiful list: Well, this is just the list of encodings that are in use. for a complete list try: Encode->encodings(":all"); Shmuel. _______________________________________________ Perl mailing list Perl@perl.org.il http://mail.perl.org.il/mailman/listinfo/perl