Re[6]: [Catalyst] uri_for() doesn't encode to utf8 first argument

2008-05-23 Thread Dmitriy S. Sinyavskiy
Hello, Dmitriy. You write 23 мая 2008 г., 23:48:56: DSS> Hello, J.. DSS> You write 23 мая 2008 г., 0:18:11: JS>> On Thu, May 22, 2008 at 10:05 AM, Dmitriy S. Sinyavskiy <[EMAIL PROTECTED]> wrote: >>> >>> People? what about my patch? I heven't got received any response. >>> I'll be glad to now so

Re: [Catalyst] Ajax, Jemplate, forms, rest & data validation

2008-05-23 Thread J. Shirley
On Fri, May 23, 2008 at 3:10 PM, Henry Drinkwater <[EMAIL PROTECTED]> wrote: > Hi, > > I'm new to Catalyst so apologies if this is a dumb question. I'm working on > a web site using Catalyst and want to use quite a bit of Ajax interactivity > to make the site as user friendly and modern as possible

[Catalyst] Ajax, Jemplate, forms, rest & data validation

2008-05-23 Thread Henry Drinkwater
Hi, I'm new to Catalyst so apologies if this is a dumb question. I'm working on a web site using Catalyst and want to use quite a bit of Ajax interactivity to make the site as user friendly and modern as possible. The majority of my knowledge of Catalyst comes from the Jonathon Rockway book, so I

Re[5]: [Catalyst] uri_for() doesn't encode to utf8 first argument

2008-05-23 Thread Dmitriy S. Sinyavskiy
Hello, J.. You write 23 мая 2008 г., 0:18:11: JS> On Thu, May 22, 2008 at 10:05 AM, Dmitriy S. Sinyavskiy <[EMAIL PROTECTED]> wrote: >> >> People? what about my patch? I heven't got received any response. >> I'll be glad to now some news. >> Thanks. >> JS> Your mailserver is rejecting mail. I s

Re: [Catalyst] UTF-8 Conversion on the fly

2008-05-23 Thread Jonathan Rockway
* On Fri, May 23 2008, Mesdaq, Ali wrote: > Hello Everyone, > > Got a question about utf8 conversions on the fly. I was wondering if > anyone had experience and some pointers of good practices for taking a > webpage thats stored as a blob in mysql then serving that page after its > been converted t

[Catalyst] UTF-8 Conversion on the fly

2008-05-23 Thread Mesdaq, Ali
Hello Everyone, Got a question about utf8 conversions on the fly. I was wondering if anyone had experience and some pointers of good practices for taking a webpage thats stored as a blob in mysql then serving that page after its been converted to utf8. Right now the way this is implemented is conv

Re: [Catalyst] Re: new catalyst version breaks test in Catalyst-Model-Adaptor-0.02 and Catalyst-Plugin-Unicode-0.8

2008-05-23 Thread Brian Cassidy
John Goulah wrote: On Mon, May 19, 2008 at 5:35 PM, John Goulah <[EMAIL PROTECTED]> wrote: Hi folks, I've narrowed down that the new version (5.7013) breaks tests in both of these modules, but I'm not sure why (they work against the last version of Catalyst 5.7012, so there has been some chang

Re: [Catalyst] UTF-16 surrogate message when writing binary data(image)

2008-05-23 Thread Ash Berlin
You're going to have to paste some code I've been happily serving up PDFs (which has all sorts of binary data in it) fine. 1) How are you serving the file up? 2) What headers are you setting? -ash On 23 May 2008, at 16:00, Martin Ellison wrote: Another case... the surrogate is d862 = 55394 b

Re: [Catalyst] UTF-16 surrogate message when writing binary data(image)

2008-05-23 Thread Martin Ellison
Another case... the surrogate is d862 = 55394 but the image size is 45296, so it is not looking consistent. So perhaps the 'surrogate' data is just random bytes from the JPEG. 2008/5/23 Martin Ellison <[EMAIL PROTECTED]>: > I've found a case > ...stderr: UTF-16 surrogate 0xdb71 at /usr/lib/perl/5

[Catalyst] Re: new catalyst version breaks test in Catalyst-Model-Adaptor-0.02 and Catalyst-Plugin-Unicode-0.8

2008-05-23 Thread John Goulah
On Mon, May 19, 2008 at 5:35 PM, John Goulah <[EMAIL PROTECTED]> wrote: > Hi folks, > > I've narrowed down that the new version (5.7013) breaks tests in both > of these modules, but I'm not sure why (they work against the last > version of Catalyst 5.7012, so there has been some change thats > aff

Re: [Catalyst] UTF-16 surrogate message when writing binary data(image)

2008-05-23 Thread Martin Ellison
I've found a case ...stderr: UTF-16 surrogate 0xdb71 at /usr/lib/perl/5.8/IO/Handle.pm line 199... FastCGI: ... [info] picture size is 55966 55966 = da9e 56177 = db71 So almost the same. Perhaps I have 100 bytes of headers. 2008/5/20 Martin Ellison <[EMAIL PROTECTED]>: > The Content-Type is se