Re: [PHP-DB] Probleme upper accents

[email protected] (Matijn Woudt)
Newsgroups php.db
Message-ID <CAC_gtuPDBipANdM4jDuOm0P0L3eZErF-D2u-3jFjraFpGAQ3sw@mail.gmail.com>
On Fri, Apr 5, 2013 at 3:19 PM, Toby Hart Dyke <[email protected]> wrote:

>
> It looks similar to this bug: http://bugs.php.net/bug.php?**id=54379<http://bugs.php.net/bug.php?id=54379>- possibly fixed in a later version? Your PHP is pretty elderly.
>
>   Toby
>
>
>
I would suggest to upgrade the full system.
LC_* shows the OS is using ISO-8859-1, which is extremely outdated.  It
should use UTF-8 of course, or at least the ISO-8859-15.
The database uses ISO-8859-15, and then you output it to the browser
(without converting it I assume), and you tell the browser it is UTF-8 data?

About your problem, it seems Toby is right about the bug report. It seems
it has not been fixed yet, there is a patch but devs didn't find I good
enough it. You might want to look at the options to use an ISO-8859-15
connection instead of UTF-8 while the bug has not been fixed.

- Matijn
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.