Re: character setts in a regexp

2013-01-14 Thread Charles DeRykus
On Sat, Jan 12, 2013 at 12:56 PM, Charles DeRykus wrote: > On Fri, Jan 11, 2013 at 2:01 PM, Christer Palm wrote: >> Hi! >> >> I have a perl script that parses RSS streams from different news sources and >> experience problems with national characters in a regexp function used for >> matching a

Re: character setts in a regexp

2013-01-14 Thread John SJ Anderson
On Fri, Jan 11, 2013 at 2:01 PM, Christer Palm wrote: > Do you have suggestions on this character issue? Is it possible to determine > the character set of a text efficiently? Is it other ways to solve the > problem? As far as other ways to solve the problem, my suggestion would be to not use r

Re: character setts in a regexp

2013-01-12 Thread Charles DeRykus
On Fri, Jan 11, 2013 at 2:01 PM, Christer Palm wrote: > Hi! > > I have a perl script that parses RSS streams from different news sources and > experience problems with national characters in a regexp function used for > matching a keyword list with the RSS data. > > Everything works fine with a

Re: character setts in a regexp

2013-01-11 Thread Brandon McCaig
On Fri, Jan 11, 2013 at 11:01:45PM +0100, Christer Palm wrote: > Hi! Hello, > I have a perl script that parses RSS streams from different > news sources and experience problems with national characters > in a regexp function used for matching a keyword list with the > RSS data. > > Everything w

Re: character setts in a regexp

2013-01-11 Thread Jim Gibson
On Jan 11, 2013, at 2:01 PM, Christer Palm wrote: > Hi! > > I have a perl script that parses RSS streams from different news sources and > experience problems with national characters in a regexp function used for > matching a keyword list with the RSS data. > > Everything works fine with a