How to get rid of "d»z" or "" characters

Posted by Cassandra on Stack Overflow See other posts from Stack Overflow or by Cassandra
Published on 2012-03-26T19:20:35Z Indexed on 2012/03/27 11:29 UTC
Read the original article Hit count: 164

Filed under:
|
|
|

I have website based on Umbraco 5. I have installed contact form plugin (http://cultivjupitercontact.codeplex.com/). And on the web page at the end of this contact form there are always characters "d»z". It looks like that:

...
<input type="submit" value="Send" />        
    </fieldset>         
<input name='uformpostroutevals' type='hidden' value='somevalue' /></form>d»z

I suspect there is something wrong with encoding. I have tried to change it(to ANSI or UTF-8 without BOM but it didn't helped. Perhaps I have changed it in wrong file, cause I don't really know where exactly this 'd»z'is coming from. All I know it came with this plugin.

On different server those extra characters are "".

How can I get rid of those extra characters?

Any help much appreciated!

© Stack Overflow or respective owner

Related posts about forms

Related posts about encoding