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
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
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
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
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
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
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