Re: =?utf-8?Q?FN-FORUM=3A_Problem_with_?= =?utf-8?Q?=C2=A3_sign_encoding?=
date posted 1st December 2005 15:53
> Anyway, I'll keep trying... I really, _really_ don't want to have to
> re-encode all the data and output all my pages in a different character
> set.
You could convert the offending characters into HTML entities, although
that restricts the usage to HTML only:
$string = str_replace('£','£',$string);
You can also use PHP to convert encodings, and several text editors
(including Microsoft Notepad!).
You'll have to use the simplest encoding for your data that the client
server can handle.
http://en.wikipedia.org/wiki/Character_encodings might help.
Cheers!
Anthony
--
www.fonant.com - hand-crafted web sites