I'm having a problem with my fixture data. This is a part of data/
fixtures/status.yml

pltStatus:
  pltStatus_ina:
    id: ina
    name: Inactivo
    description: El registro ha sido desactivado por alguien que tiene
las credenciales para hacerlo
  pltStatus_pen:
    id: pen
    name: Pendiente:
    description: El registro está esperando la aprobación por alguien
que tiene credenciales para hacerlo

All requirements were created correctly (BD, models, sql file, insert
sql, etc.). The problem is that the description field has non-ascii
characters (in this case 'á') and these chars cause that the
description text be cutting when one of these non-ascii chars is
found.

I think i'm making something wrong in the status.yml because the
database definition is well defined. I have tested inserting the
description text using a client and all text was inserted ok.

I was searching information about how to solve this problem and i
didn't found anything.


Thanks so much

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