Re: [Catalyst] tips for troubleshooting/QAing Unicode (was Re: Passing UTF-8 arg in URL to DBIC search)

2008-09-28 Thread Lee Aylward
On Sun, Sep 28, 2008 at 07:16:07PM -0700, Darren Duncan wrote: > > That seems strange. I wonder if something in your template handler or > other part of your app is trying to DWIM for you and is getting it wrong. > Are your source files actually UTF-8, both the prior and new versions? > Are y

Re: [Catalyst] tips for troubleshooting/QAing Unicode (was Re: Passing UTF-8 arg in URL to DBIC search)

2008-09-28 Thread Darren Duncan
Lee Aylward wrote: Great timing on this as I am currently struggling with some unicode text not displaying correctly in an application I am working on. Per your suggestion I put the Japanese text at the top of my template. All of a sudden the browsers started displaying that and other non-ascii c

Re: [Catalyst] tips for troubleshooting/QAing Unicode (was Re: Passing UTF-8 arg in URL to DBIC search)

2008-09-28 Thread Lee Aylward
On Sun, Sep 28, 2008 at 08:41:09PM -0500, Lee Aylward wrote: > > Great timing on this as I am currently struggling with some unicode text > not displaying correctly in an application I am working on. Per your > suggestion I put the Japanese text at the top of my template. All of a > sudden the bro

Re: [Catalyst] tips for troubleshooting/QAing Unicode (was Re: Passing UTF-8 arg in URL to DBIC search)

2008-09-28 Thread Lee Aylward
On Sat, Sep 27, 2008 at 03:39:03PM -0700, Darren Duncan wrote: > Maybe you're already aware of this, but I've found from experience that > troubleshooting encoding/Unicode problems in a web/db app can be > difficult, especially with multiple conversions at different stages, but > I've come up w

Re: [Catalyst] tips for troubleshooting/QAing Unicode (was Re: Passing UTF-8 arg in URL to DBIC search)

2008-09-28 Thread J. Shirley
On Sat, Sep 27, 2008 at 3:39 PM, Darren Duncan <[EMAIL PROTECTED]> wrote: > Maybe you're already aware of this, but I've found from experience that > troubleshooting encoding/Unicode problems in a web/db app can be difficult, > especially with multiple conversions at different stages, but I've come

Re: [Catalyst] tips for troubleshooting/QAing Unicode (was Re: Passing UTF-8 arg in URL to DBIC search)

2008-09-28 Thread Octavian Rasnita
ding it. It allows creating a multipart/alternative message with a text and an html part, allows attaching files easily, it encodes the headers as UTF-8 automaticly... HTH. Octavian ----- Original Message ----- From: "Darren Duncan" <[EMAIL PROTECTED]> To: "The elegant MVC web

[Catalyst] tips for troubleshooting/QAing Unicode (was Re: Passing UTF-8 arg in URL to DBIC search)

2008-09-27 Thread Darren Duncan
Maybe you're already aware of this, but I've found from experience that troubleshooting encoding/Unicode problems in a web/db app can be difficult, especially with multiple conversions at different stages, but I've come up with a short generic algorithm to help test/ensure that things are workin