Re: [Catalyst] Double encoding of UTF8 strings - RESOLVED

2011-10-10 Thread jul....@gmail.com
2011/10/9 Oliver Gorwits oli...@cpan.org: On 07/10/2011 10:21, jul@gmail.com wrote: I have installed and ran successfully the AutoCRUD plugin, I set up a mysql database tables to use UT8 charset, the charset in the ajax requests is utf-8, everything seems correct, except the data

Re: [Catalyst] Catalyst::Plugin::AutoCRUD 2.x and ExtJS 4

2011-10-10 Thread jul....@gmail.com
2011/10/9 Oliver Gorwits oli...@cpan.org: On 07/10/2011 16:11, jul@gmail.com wrote: I tried to run it with the 2.x Trial (same code, same config, only changing the AutoCRUD modules), and I have the following error : Caught exception in TestUTF8::Controller::AutoCRUD::Root-err_message

Re: [Catalyst] Catalyst::Plugin::AutoCRUD 2.x and ExtJS 4

2011-10-10 Thread jul....@gmail.com
2011/10/10 Oliver Gorwits oli...@cpan.org: On 10/10/2011 16:37, jul@gmail.com wrote: Anyway do you plan to port the interface to ExtJS 4 ? Maybe, but no definite plans. Here are a few thoughts I have right now... 1) the current interface works quite well I agree. 2) but there's too

[Catalyst] Double encoding of UTF8 strings

2011-10-07 Thread jul....@gmail.com
Hi, I have installed and ran successfully the AutoCRUD plugin, I set up a mysql database tables to use UT8 charset, the charset in the ajax requests is utf-8, everything seems correct, except the data in the grids are double encoded, that means é instead of é. I am pretty sure that the data in

Re: [Catalyst] Catalyst::Plugin::AutoCRUD example not working?

2011-10-07 Thread jul....@gmail.com
2011/10/7 Oliver Gorwits oli...@cpan.org: AutoCRUD is definitely maintained, and generally works very well. 'No sources defined' sounds to me like possibly your AutoCRUD config is wrong... I can't read the demo from here though, so can't help with specific advice, sorry. I released a new

Re: [Catalyst] Double encoding of UTF8 strings

2011-10-07 Thread jul....@gmail.com
As I sayed in one another thread, I have developped a simple Catalyst application to test this utf-8 bug. You can download it at http://gilles.tk/TestUTF8-0.01.tar.gz Only simple catalyst.pl calls, a simple sqlite3 database, using default debian environnement. I have added a line in the sqlite

[Catalyst] Re: Pb with fcgid on CentOS

2010-09-24 Thread jul....@gmail.com
On Tue, Sep 21, 2010 at 16:23, jul@gmail.com jul@gmail.com wrote: Hi, I have a trouble to run Catalyst with Apache2/fcgid/suexec on CentOS 5.5 I have a classical VirtualHost definition in the apache configuration with :    DocumentRoot /opt/myapp/root    Alias /static /opt/myapp

[Catalyst] Pb with fcgid on CentOS

2010-09-21 Thread jul....@gmail.com
Hi, I have a trouble to run Catalyst with Apache2/fcgid/suexec on CentOS 5.5 I have a classical VirtualHost definition in the apache configuration with : DocumentRoot /opt/myapp/root Alias /static /opt/myapp/root/static SuexecUserGroup appuser appuser Location /static