Hello
i use symfony 1.1.1 et default propel version (with Mysql 5).

I'm french so i have some special charset for DB ( default cp1252 for each
Mysql table).

When i try to access data with object map inside DB like  that :
$ob.getLabel()
getLabel return  an empty string instead a string with emphasis. If a delete
emphasis directly inside DB, the getLabel return correct string.

I change databases.yml file without result :
all:
 propel:
    class:          sfPropelDatabase
    param:
      dsn:          mysql://[EMAIL PROTECTED]/bd1
      encoding:     latin1      # Default charset for table creation
      charset:      latin1

But i don't find any doc about which charset and encoding can be use inside
this config file....
Is there the good file that i have to change ? what is the equality of
cp1252 inside propel ?

If someone have an idea, thanx in advance.

fred

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

Reply via email to