View Single Post
  #5  
Old 1st September 2015, 19:08
Extremlym's Avatar
Extremlym Extremlym is offline
Senior Member
 
Join Date: Oct 2012
P2P
Posts: 102
Default
Quote:
Originally Posted by DND View Post
He tries to use Specific characters. I also use them and my code is UTF-8 and they work.
Comments, Forums, Torrents.. You just need code charset to utf-8 and also for mysql database. Collation also has a role into it. Also set up some rules in your apache/nginx configuration.
THX

HTML Code:
default_charset = "UTF-8"
#AddDefaultCharset UTF-8
AddDefaultCharset ISO-8859-1
Reply With Quote