Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

TeeJay (2309)

TeeJay
  (email not shown publicly)
http://www.aarontrevena.co.uk/

Working in Truro
Graduate with BSc (Hons) in Computer Systems and Networks
pm : london.pm, bath.pm, devoncornwall.pm
lug : Devon & Cornwall LUG
CPAN : TEEJAY [cpan.org]
irc : TeeJay
skype : hashbangperl
livejournal : hashbangperl [livejournal.com]
flickr :hashbangperl [flickr.com]

Journal of TeeJay (2309)

Thursday November 15, 2007
10:55 AM

strange error when sending email

[ #34902 ]

Error during compilation of /path/to/docs/emails/el-GR/some_email.mas: Unrecognized character \xCE at /path/to/docs/emails/el-GR/some_email.mas

how odd..

further investigation leads to this gem :

<% Αν ( !$category->αφορά κάποιο event() ){ %>

which should in fact be :
<% if ( !$category->is_event_based() ){ %>

That's right - somebody translated the perl in my clients email into greek, as well as the content.

Oops

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.