so i forked a site from the project OpenIB and the problem is that when i try to post in chinese or any emojis, it wouldnt show up. my test page is test
the interesting part about it is that when i try to access via mod.php, and try to view or post, chinese/emojis are able to be shown up. ive checked html pages, they have utf8 set up, and my sql has default utf8 setting as well. i wonder if its a permission problem or something, and ive provided the github source code page
- when i try to post threads as anonymous, only post.php method is used
when i try to post as admin, mod.php and /inc/mod/pages.php is used. i think it has something to do with pages.php, it might has given somme certain permission that i can use to post chinese/emojis
checked my mysql setting using
show variables like '%character%'
all of them are utf8 except that the character_set_filesystem is binary. i think its not a problem