Re: [Catalyst] mod_perl converts latin1 to utf8 !?

2008-12-22 Thread Jonathan Rockway
On Sun, Dec 21, 2008 at 11:52:27PM +0100, Bjørn-Helge Mevik wrote: I am developing a simple Catalyst application using MySQL, FormFu and TT. I have everything encoded in ISO-8859-1: the data in MySQL, the Perl files, the FormFu .yml files, and the TT templates. (I am even running in a

[Catalyst] Re: mod_perl converts latin1 to utf8 !?

2008-12-22 Thread Aristotle Pagaltzis
* Jonathan Rockway j...@jrock.us [2008-12-22 22:00]: my $data = Encode::decode('utf8', $raw_data); process($data); print Encode::encode('utf8', $data); Use `UTF-8`, not `utf8`. The lowercase non-dash version will perform purely the integer representation conversion but will not do any

[Catalyst] Issue with Tutorial section 3

2008-12-22 Thread rpnoble
In following the Catalyst tutorial for section 3. I can't get catalyst to create the schema folder. I run the following command: perl scripit/myapp_create.pl model DB DBIC::Schema MyApp::Schema creat=dynamic dbi:SQLite:myapp.db I get the following results: exists

Re: [Catalyst] Issue with Tutorial section 3

2008-12-22 Thread Kieren Diment
On 23/12/2008, at 2:50 PM, rpnoble wrote: [snip] My enviroment is: Windows XP sp2 ActiveState Perl 5.8.8 v 819 Catalyst modules I don't know to what extent you have flexibility with the per distribution that you're using, but strawberry perl is probably a better solution than

[Catalyst] Any alternatives to generating thumbnails aside from Catalyst::Plugin::Upload::Image::Magick::Thumbnail

2008-12-22 Thread kakimoto
hi, all, I have tried to install this package, Catalyst::Plugin::Upload::Image::Magick::Thumbnail and have been unsuccessful due to failing regression tests. I have checked out the maintainers' website and the same tests are failing.