ID: 30197 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Closed +Status: Open Bug Type: Livedocs problem Operating System: n/a PHP Version: Irrelevant New Comment:
Reopening, we should also force content-type for .html files. Patch here: http://www.powertrip.co.za/livedocs/viewpatch.php?patch=14 Previous Comments: ------------------------------------------------------------------------ [2004-09-23 20:49:09] [EMAIL PROTECTED] This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. ------------------------------------------------------------------------ [2004-09-23 20:29:19] [EMAIL PROTECTED] Patch: http://www.powertrip.co.za/livedocs/viewpatch.php?patch=13 Livedocs should do this out of the box. (re-opened) S ------------------------------------------------------------------------ [2004-09-22 21:25:33] [EMAIL PROTECTED] No bug, this is UTF8. ------------------------------------------------------------------------ [2004-09-22 19:23:50] [EMAIL PROTECTED] Description: ------------ ä is being represented as "ä" in livedocs. Seems to not be my browser -- curl shows the same. haven't taken the time to figure out "why", yet. S Reproduce code: --------------- see: http://livedocs.phpdoc.info/index.php?l=en&q=language.variables ("$täyte = 'mansikka';") and: http://ca.php.net/variables ("$täyte = 'mansikka';") Expected result: ---------------- "$täyte = 'mansikka';" Actual result: -------------- "$täyte = 'mansikka';" ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30197&edit=1