ID: 11175 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Strings related Operating system: PHP Version: 4.0.5 Assigned To: Comments: this is fixed in CVS. Try latest snapshot from http://snaps.php.net/ Previous Comments: --------------------------------------------------------------------------- [2001-06-08 02:50:30] [EMAIL PROTECTED] Sorry for the mistake but my last comment was for the wrong Bug report. :) posted it again for bugreport with id 11347. Thx Bat[e] --------------------------------------------------------------------------- [2001-06-08 02:40:41] [EMAIL PROTECTED] I checked the Source and found the Problem: ./ext/standart/ -> string.c Line 2512: php_char_to_str((*str)->value.str.val,(*str)->value.str.len,'n',"<br />n",7,return_value); Correct this please to Line 2512: php_char_to_str((*str)->value.str.val,(*str)->value.str.len,'n',"<br>n",7,return_value); --------------------------------------------------------------------------- [2001-05-29 14:11:47] [EMAIL PROTECTED] Oh no... :( sorry but just your report script displays it wrong after first report. Regards Bat[e] --------------------------------------------------------------------------- [2001-05-29 14:10:58] [EMAIL PROTECTED] F**** you script doestn display my full types. str_replace("&#8364;","€" Maybe thats helps. :) --------------------------------------------------------------------------- [2001-05-29 14:09:47] [EMAIL PROTECTED] the functions htmlentities() and htmlspecialchars() removes from the euro char (€) some special chars. Example: I have a form and i type my euro char in. after a post i handle it so. $formstr = htmlentities($formstr); output of $formstr returns &#8364; but thats wrong correct are € workaround str_replace("&#8364;","€",$formstr) Bat[e] --------------------------------------------------------------------------- The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online. ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=11175&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]