1

I have an issue while storing some special character values into db.

For e.g. if I am adding following values to any textbox,

Езикова abc

it is storing the values as

??????? abc

inside db. I have UTF-8 at every possible places.

refereed this link, but no success/.

1

1 Answer 1

2

Added parameter to the database url :

jdbc:mysql://localhost:3306/databaseName?characterEncoding=UTF-8

and everything is working. :)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.