₹ symbol is getting stored as ? in mysql when trying to save it using orm
I want to save the text like this "₹300" in mysql. But when saving it using objects it is getting replaced with ?. Normal update works fine. I'm using java to do these operations.
The column is also configured as utf8mb4_unicode_ci. Is there any way to save exactly how 开发者_运维问答the data is sent?
精彩评论