Seite 1 von 1

locale problem

Verfasst: Do 13. Mai 2010, 07:22
von ilias
Dear guys,
i have a problem, because i use greek code (iso-8859-7), at the editor when i save a text it shows me the below message:

Warning: htmlentities() [function.htmlentities]: charset `iso-8859-7' not supported, assuming iso-8859-1 in /var/www/web46/html/contenido-neu/contenido/classes/class.search.php on line 476

when i make refresh pahe it stops. Also the same message, displays at my page. After refresh it stops.

How can i remove this message and fix it???

Best Regards
ILIAS

Re: locale problem

Verfasst: Do 13. Mai 2010, 08:29
von Oldperl
Hello Ilias,

your charset isn't supported by php function, see :arrow: http://www.php.net/manual/en/function.htmlentities.php
Change charset to a supported one, maybe utf-8 is a good choice. :-)

Regards Ortwin

Re: locale problem

Verfasst: Do 13. Mai 2010, 08:42
von ilias
Thanks for your quick response,
but i want to put page title,desciptions & keywords.
Does it support them in greek language but utf-8???

Ilias

Re: locale problem

Verfasst: Do 13. Mai 2010, 09:29
von Oldperl
Hello Ilias,
ilias hat geschrieben:Does it support them in greek language but utf-8???
Sorry, but i have no clue. :-(
I've neither worked with iso-8859-7 nor running a side using utf-8 and greek language.
Just give it a try in a local testarea. If you got a solution, you'll be welcome to give us a hint.

Regards Ortwin