Hi everybody,

this might be OT but as I'm not sure where exactly lies the problem,
it might be not.

I'm using symfony 1.2.4 / php 5.2.8 / apache 2.2
I have some utf8 encoded text in a mysql 5.1 db.Default charset for
the db-server,db-client, db, database, table and column is utf8.
database.yml (using propel+pdo) has "encoding: utf8" configured (and
from web debug toolbar I can see a SET NAMES 'utf8' is issued before
all queries).
Meta http content-type tag is set to utf8
I've configured symfony encoding settings to utf8
Firebug net analyzer tells me the response header containes the
content-type utf8 header
My browser (both IE 7 asnd Firefox 3.0.6) shows page encoding as utf8

Neverthless the page shows up with messy characters for non us-ascii
chars. Other pages of the same site using entities for non us-ascii
chars are just showed fine.

Oh, BTW: if I copy paste some of these bad looking carachters in some
hexadecimal editors I can see the correct bytes for the utf8
characters representation.

Any help would be appreciated.


Martino

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to