Re: [fw-general] Encoding issue UTF8

2009-04-23 Thread Thomas VEQUAUD
I didn't read carefully your email but I currently use UTF-8 encoding/charset on a web project with an oracle database. So, here is a sample of my own code where APP_ENCODING = 'utf-8' and APP_DB = 'database'. Hope you'll find your answer within it... *config.ini* [database] database.adapter =

Re: [fw-general] Encoding issue UTF8

2009-04-19 Thread debussy007
No one has any idea on how I couold even debug this ? Thank you for any help ... debussy007 wrote: Hi, When I try to fetch data with special characters from the DB and try to log it, strange characters will appear instead of the correct one. For example:

Re: [fw-general] Encoding issue UTF8

2009-04-19 Thread Vadim Gabriel
Hey, Could you share your code? On Sun, Apr 19, 2009 at 8:28 PM, debussy007 debussy...@gmail.com wrote: No one has any idea on how I couold even debug this ? Thank you for any help ... debussy007 wrote: Hi, When I try to fetch data with special characters from the DB and try to

Re: [fw-general] Encoding issue UTF8

2009-04-19 Thread James Carr
debussy007 wrote: No one has any idea on how I couold even debug this ? Thank you for any help ... debussy007 wrote: Hi, When I try to fetch data with special characters from the DB and try to log it, strange characters will appear instead of the correct one. For example:

[fw-general] Encoding issue UTF8

2009-04-13 Thread debussy007
Hi, When I try to fetch data with special characters from the DB and try to log it, strange characters will appear instead of the correct one. For example: $this-logger-debug($event-nom); // Nâdiya echo $event-nom; // Nâdiya if I put the value manually : $this-logger-debug('Nâdiya'); //