I have downloaded history of my Google search from here but the diacritics (latin-extended characters) in JSON files (encoded in utf-8) are messed up.
E.g.:
dva na ôsmu
displays as
dva na �smu
and when I use JSON intedation package in Sublime Text, I get this:
dva na \ufffdsmu
All the special characters are replaced with this same broken character. Is there any way how to fix this, is simply Google exporting broken JSONs so non-english users can't use this export? I want to build app that will display statistics of words used in my searches but it is now possible with JSONs broken this way.