FasterXML / jackson-annotations

Core annotations (annotations that only depend on jackson-core) for Jackson data processor
https://github.com/FasterXML/jackson
Apache License 2.0
1.03k stars 330 forks source link

’ (Right single quotation mark) is getting converting to some special character Õ #41

Closed krkamani closed 10 years ago

krkamani commented 10 years ago

I have ’ coming from back end and using jackson-annotations 2.4 version .

jakson is converting to Õ and the application is not able to underatsd , Could you please help me in this part . For now I am replacing all ’ (right single quotes) with single quotes (').

Thanks

special char

cowtowncoder commented 10 years ago

Uh, I'm sorry but this makes no sense whatever. Annotations do not do anything on their own; you need code. Beyond that it sounds like some kind of encoding issue. But more information is needed to know what is going on, and whether this is even related to Jackson.