php iconv problems with carriage return -


i've got following code should escape german special chars. problem when makes carriage return in input field, code breaks , no text submitted.

<b>nachricht:</b> ' . iconv('utf-8', 'windows-1252',$_post["sonstiges"]).'<br><br><br> 

how can solve problem?

thanks


Comments

Popular posts from this blog

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -