On Thu, Mar 25, 2004 at 09:04:37PM +0200, Micha Feigin wrote: > I was wondering what languages have support for regular expressions in > with hebrew.
I figure it depends on the encoding. If you use 8bit encodings such as ISO-8859-8 and CP1255 there shouldn't be any problem in most regex libs. If you use UTF-8: perl 5.8 supports this well, AFAIK. Recent grep should also support UTF-8 . I remember I encountered some difficulties in the past with UTF-8 regexes, as the libraries treated each byte as a separate char. -- Tzafrir Cohen +---------------------------+ http://www.technion.ac.il/~tzafrir/ |vim is a mutt's best friend| mailto:[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]
