Character encoding fix!

Character encoding fix!

ZC Support,

When are you going to fix character encoding? I mean if i have "www.example.com?password=pass"+"&username="+zoho.adminuser

My &username get's turned into & ALL THE TIME! IT ruins my strings sometimes to the point where they no longer work.

The same goes for html tables! When I PUT <td>&nbsp;</td> ZC turns that into <td> </td> which then makes my table borders go away.

Or should I just be \ 'ing all of my special characters?