View Full Version : Greek characters
Mary2532
07-19-2010, 09:23 AM
I have install PHP dictionary and I have big problem with greek characters. I have already change the code refers to charset as follow function htmlesc($text) { $text = stripslashes(htmlspecialchars($text, -1, 'UTF-8')); return $text; } but the problem insists. I have also try Greek Charset but again nothing!! I need this script !! Thanks in advance
James
07-19-2010, 07:56 PM
What is your database set to?
Mary2532
07-20-2010, 08:19 AM
Here is my settings MySQL - 5.0.77 * Protocol version: 10 * Server: Localhost via UNIX socket * MySQL charset: UTF-8 Unicode (utf8) *MySQL connection collation: utf8_general_ci . Thanks for your reply and tell me if you need more info about my settings
vBulletin® v3.8.0, Copyright ©2000-2012, Jelsoft Enterprises Ltd.