MN Forum

Full Version: utf-8 databse
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!
I add title this: áéáéááé
In database: áéáéááé

where to insert this:
mysql_query("SET NAMES 'utf8'")

???
Admin please answer.
Thanks
Hello,

I don't have enough info to answer. What script are you talking about? What exactly do you want to do? What script version you have?

Regards!
PES PRO 1.8.8
When i add webpage title with special character (áéüű) then show áà on the site and in database. I would like fix it.
Hello,

Open "system/config.php" and try to insert

PHP Code:
Hidden content for guests 

After

PHP Code:
Hidden content for guests 
Thank you!

I would like to add special characters to be in the title.
PHP Code:
Hidden content for guests 

Special characters:
PHP Code:
Hidden content for guests 

?
Hello,

I don't recommend you to do that (security reasons), but if you want to allow special characters, remove this code

PHP Code:
Hidden content for guests 

Again, I don't recommend to do that.
PHP Code:
Hidden content for guests 

It's ok?
(04-12-2013, 11:57 PM)promisz Wrote: [ -> ]Hidden content for guests

No, is not, if you want to allow special characters, you have to remove this part.
I would not like allow the all special characters only "áéíóöőúüűÁÉÍÓÖŐÚÜŰ" characters.