> > You have to tell perl to use UTF-8. Add this line to the top of your > script(s): > use utf8; > > See `perldoc utf8` for more details.
Hm, I don't mean to step on your toes or anything, but he is already using utf8. The problem is with some utf8 characters being interpreted as a paired delimiter, I think. Brian.