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.
turkish chars not displaying
the turkish chars are not displaying correctly. it shows "?" char for this chars.
0
This discussion has been closed.
Comments
Is it utf-8?
Test it here please.
See this page for more details.
@Max_B:
I understand that the vanilla php files, the DB and the connection with the DB need to use utf8 encoding. And at the end, apache need to serve it as an utf8 encoded document. Do you know what are the effect of the AddDefaultCharset and AddCharset apache directive on this last part? Does the php header function overwrite it?
Then, from phpMyAdmin home page, create a new database for vanilla selecting a utf8 collation.
The result should be something like that:
CREATE DATABASE `Vanilla` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
Now reinstall vanilla.