From: Mici M. <mm...@fr...> - 2006-08-15 12:56:40
|
> We also could simply catch the warning and omit it. > It's only the stupid warning, isn't it, or is there functionality=20 > missing also? Simply omitting the warning is not a good idea. There's no missing functionality in htmlspecialchars, the boot is on the wrong leg: it replaces =F5 and =FB with &#xxx; type encodings. Imagine that you store a WikiPage in hungarian, that contains an =F5 character. If you click on the edit button, Wiki gives you back a text for editing containing &#nnn; replacements... The htmlspecialchars() makes unneeded replacements when it treats latin2 as latin1. Very frustrating. =0A=0A_____________________________________________________________________= __ FOTO.hu - Online fot=F3rendel=E9s kidolgoz=E1s. Folyamatos Akci=F3k! Kiv=E1= l=F3 min=F5s=E9g! Ingyen h=E1zhoz sz=E1ll=EDt=E1s!=20 R=E9szletek=E9rt kattintson ide: http://www.foto.hu/index.php?zoneid=3Dorig= o2=20 |