php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21923 lots of warnings (by htmlspecialchars()) at cvs.php.net
Submitted: 2003-01-28 09:56 UTC Modified: 2003-05-05 15:25 UTC
Votes:5
Avg. Score:4.4 ± 0.8
Reproduced:4 of 4 (100.0%)
Same Version:2 (50.0%)
Same OS:1 (25.0%)
From: screwdriver at lxnt dot info Assigned:
Status: Not a bug Package: Website problem
PHP Version: 4.3.0 OS: FreeBSD
Private report: No CVE-ID: None
 [2003-01-28 09:56 UTC] screwdriver at lxnt dot info
When browsing cvs at http://cvs.php.net/ I get lots of warnings like:

Warning: htmlspecialchars() [function.htmlspecialchars]: charset `windows-1251' not supported, assuming iso-8859-1 in /usr/local/www/chora.php.net/horde/lib/Text.php on line 208

Browsing with: 
Mozilla 1.1/FreeBSD 

A sample page is at http://lxnt.info/bugs/cvs.php.html
(w/o CSS so may look unfamiliar)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-30 04:11 UTC] my at address dot dom
When reading my emails with webmail client IMP-3.1 (http://www.horde.org/imp/) I get warnings:

Warning: htmlspecialchars() [function.htmlspecialchars]: charset `iso-8859-2' not supported, assuming iso-8859-1 in /horde/imp/lib/MIME/Viewer/text.php on line 41

I also get this Warning, when message is in us-ascii encoding.

Client: MSIE 5.5 SP2/Win98SR2
Server: PHP-4.3.0, thttpd, RedHat Linux
 [2003-02-06 10:44 UTC] bob at fbi dot hu
"Warning: htmlspecialchars() [function.htmlspecialchars]: charset
`iso-8859-2' not supported, assuming iso-8859-1 in
/horde/imp/lib/MIME/Viewer/text.php on line 41"

Also experiencing it, with Mozilla 1.3a/Windows, having iso-8859-2 set as default charset in Mozilla.
 [2003-02-10 12:31 UTC] quest at wim dot pl
I've this same encoding problem with IE and http://cvs.php.net/
My browser use iso-8859-2 charset encoding.
Error:
Warning: htmlspecialchars() [function.htmlspecialchars]: charset `ISO-8859-2' not supported, assuming iso-8859-1 in /usr/local/www/chora.php.net/horde/lib/Text.php on line 208

Someone should look at that :)
 [2003-05-05 15:25 UTC] moriyoshi@php.net
That's a horde issue, irrelevant to PHP itself.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 20:01:31 2024 UTC