On Fri, 29 Aug 2003 10:48:57 -0400, Nestor, John wrote: >I've just run across an error message I've never seen before: > ># Can't find unicode character property definition via main->a or a.plFile >'unicode/Is/a.pl'; Line 0
My 2 cents... IMO those Unicode messages are typical for letters preceded by a single backslash. Look out for those. I would have thought of an "a", as in "\a", because of the error message, but there is none. I tried scanning for what characters do follow a backslash in your code, and this is the result: $VAR1 = { '}' => '27', '"' => '8', '\\' => '80', '{' => '24', '.' => '10', 'd' => '25' }; I see nothing out of the ordinary, for a regexp. Perhaps the cause is not in this snippet. Good luck. -- Bart.