Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
language(charset) problem in vanilla..
hi there,
i have just installed the latest version of vanilla, and uploaded turkish translation package in to the "languages" folder.. i want to serve my forum in "turkish" to my visitors.. but whenever i choose the turkish option from the administration panel i see weird characters such as "?" (question mark) in the translations.. i have not got any problem with the entries.. i can see the special chars such as "ş","ğ" or "ü".. i guess there is a problem with the charset of the forum or something like that.. i set my mysql database (and the tables inside it) up in "utf8_general_ci" format..you think the problem is because of that? i haven't changed or edited any file neither in vanilla nor in the language add on..
please help me.. i have been trying to fix this issue for about 3 hours..
thanks for your interest..
0
This discussion has been closed.
Comments
It is simple, but it helped me, when I had a similar problem.
I just tried and it worked with the Hungarian language. I just copied the entire Hungarian folder and put it into the languages folder.
My bet is: If you can read the file content ok when served as html and not when served as php, there is probably a wrong encoding of your file content. Default setting of http server is not UTF8, most often. So I'd double check that there were not some unwanted transcoding in the process.
Do this test: look at you file, served as php, and toggle the page display in your browser to use utf-8, is it ok?
Another point: you said that you installed the last version of Vanilla. Was it a fresh install or an upgrade?
Do the same test again (display the language file without the opening php tag) and try switching the browser charset until it displays ok. Then you know the file encoding.