Re: Problem with letters like ÄÖÕÜ in dja ngo admin

2010-04-15 Thread Xavier Ordoquy
Hello, I sometime faced this issue when the data were not properly formatted in the database. I mean, there was stored in the database through another system that did not handle correctly charset conversions. Sometime one stores unicodes or iso-8859-xx and says it is utf-8 or whatever. What cou

Re: Problem with letters like ÄÖÕÜ in dja ngo admin

2010-04-15 Thread Peter Herndon
My immediate thought, looking at your error, is that your database is storing text data as ASCII rather than a unicode encoding (utf-8 being the most common). Perhaps you should check your database character set. IIRC, MySQL uses an ASCII character set by default, unless you choose otherwise d