Tagged Questions

3
votes
1answer
121 views

Which are the HTML, and XML, special characters?

What are the special reserved character entities in HTML and in XML? The information that i have says: HTML: & (replace with &amp;) < (replace with &lt;) > (replace with ...
3
votes
3answers
4k views

How do I convert special characters using java?

I have strings like: Avery® Laser &amp; Inkjet Self-Adhesive I need to convert them to Avery Laser & Inkjet Self-Adhesive. I.e. remove special characters and convert html special ...
2
votes
3answers
571 views

Weird characters being saved in my database

Here is a screen shot of weird characters in my database. I know that this character combination is for a crazy apostrophe. Should I just let these characters stay in my database? Or should I strip ...
0
votes
1answer
107 views

how to remove special characters (ex:Montréal-Rive-Sud) from mysql databse

how to remove special characters Montréal-Rive-Sud the above one is city name this i'm getting from xml feeds. It is directly inserting into my mysql database. now i want to remove this ...