Edit report at https://bugs.php.net/bug.php?id=69266&edit=1
ID: 69266 Updated by: sala...@php.net Reported by: c...@php.net Summary: character encoding issues on people.php.net Status: Open Type: Bug Package: Website problem Operating System: n/a PHP Version: Irrelevant Block user comment: N Private report: N New Comment: The issue is most probably the value stored in the database (on master.php.net). Peter's user page [1] on master, for example, shows the same problem. If that is the case, we should get an "admin" [2] or someone with access to the box [3] to fix up the data. [1] https://master.php.net/manage/users.php?username=peterhuewe [2] https://github.com/salathe/php-web-master/blob/master/include/functions.inc#L407-L431 [3] https://wiki.php.net/systems/osu1php Previous Comments: ------------------------------------------------------------------------ [2015-03-20 01:21:14] c...@php.net Description: ------------ Apparently, character encodings are mixed up on people.php.net. See, for instance, <https://people.php.net/?page=16>, where the name of "Johannes Schlüter" is UTF-8 encoded, while the name of "Peter Hüwe" is not (the ü is substituted by a REPLACEMENT CHARACTER). Furthermore the Content-Type of the document is specified as "text/html" only (without a charset), so contemporary browsers are supposed to assume UTF-8, while older browsers might assume another character encoding. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=69266&edit=1 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php