Is there a function to convert Greek characters to UTF8 in PHP? As I've read utf8_encode only supports ISO-8859-1 (latin) character set, and you need to recompile php to include other character set and/or functions to do the conversion.
|
1
|
|
|
|
|
0
|
You can try mb_convert_encoding function i.e.
|
||
|
|