Edit report at https://bugs.php.net/bug.php?id=69266&edit=1
ID: 69266 Updated by: c...@php.net Reported by: c...@php.net Summary: character encoding issues on people.php.net -Status: Feedback +Status: Closed Type: Bug Package: Website problem Operating System: n/a PHP Version: Irrelevant Assigned To: salathe Block user comment: N Private report: N New Comment: Thanks! The Content-Type is most likely okay as is, because the document has a <meta charset> element, so supposedly there will be no problems even on older browsers. Previous Comments: ------------------------------------------------------------------------ [2015-06-10 19:18:01] sala...@php.net Since I'm an "admin" now, I guess I can look at it! The names with the replacement character have been fixed on master. It may take up to a week for the user list cache on people.php.net to expire, before seeing those changes on that site. For the Content-Type being only "text/html", do you want to see that fixed too or just let browsers do their thing? ------------------------------------------------------------------------ [2015-06-10 18:44:02] c...@php.net Peter, can you please have a look at this issue? ------------------------------------------------------------------------ [2015-03-20 09:11:37] sala...@php.net 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 ------------------------------------------------------------------------ [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