I have some .txt
files which I have stored in MongoDB, but every accent once stored turns into a weird symbol. As far as I know, MongoDB should store as UTF-8, so I have no idea why my accents are like that.
I can't use other languages and I have to keep it in Java. Any help?