![]() |
PHP Question: How to replace "�"?
Anyone know how I can replace this symbol: � within a string? A regular replace doesn't seem to work.
|
delete it and put something else there? :)
|
Industrial strength:
Code:
<? |
You can also do it on the fly. This is what I had to do... but in my script everything runs through index.php...
Code:
$body = ob_get_contents(); |
Here is an article on it
http://htmlpurifier.org/docs/enduser-utf8.html |
UTF/Charset manipulation is a right bastard.
|
thanks for all replies!
|
All times are GMT -7. The time now is 05:57 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123