>
> when extracting messages. I believe in some older version
> quotes like [= 'Hello World' =] would fix it, but in RC2 it
> just prints it with quotes 'Hello World'.
>
> The problem is perhaps this definition
>
> 'Embperl output msg id' => {
> 'text' => '[=',
> 'end' => '=]',
> 'unescape' => 1,
> 'procinfo' => {
> embperl => {
> perlcode =>
> [
>
> '$Embperl::Syntax::MsgIdExtract::Ids{scalar(%#0%)} = q{} if (!exists
> ($Embperl::Syntax::MsgIdExtract::Ids{scalar(%#0%)})) ;',
Try to change
%#0%
to
%#\'0%
Does this help?
Gerald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]