In Jsp If I write something with single quotes then its saved as single quotes. But If I copy text from doc then Its replaced by question mark. for example swimmer’s became swimmer?s . can any one tell me why its happening? Is there any charter format need to set in content type. I have tried using utf-8 and iso-8859-1.
Asked
Active
Viewed 166 times
0
-
The single quote might be one of those stylized quotes with a separate code, and may not be recognized in the paste target. – Carcigenicate Sep 04 '16 at 18:02
-
so how can we handle this type of situation – Gaurav Khandelwal Sep 04 '16 at 18:04
-
could you please provide me such type of example? – Gaurav Khandelwal Sep 04 '16 at 18:08
-
Whoops! Sorry. The second comment I posted above was for a different question. Make sure the original document is using normal quotes, or allow the target to handle the weird quotes. – Carcigenicate Sep 04 '16 at 18:10