On Tue, 16 Dec 2008 11:51:28 +0100, Robin Berjon <[email protected]> wrote:
> > Before putting that into a module though you might want to think about > what should happen to characters outside the [a-z0-9] range as \W will > match differently based on locale. I'm not sure what the recommended > behaviour is for such cases. > > That's what I'm thinking about right now. I couldn't find a reference which says that \W matches differently based on locale. Ptyhon can convert an utf8 string to an ascii string and replaces characters like "รค" with the most equivalent character "a". Is there such a thing for perl? cheers, moritz _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
