Hello :bye:
I would like to translate the system into Korean
What to put for encoding
define("_CHARSET", "utf-8"); // Test: äöüß
define("_LOCALE", "de_DE");
$old_setlocale = setlocale(LC_TIME, 0);
$locale = array("de_DE.UTF-8", "de_DE.UTF8", "de_DE", "ge", "deu", "german", "DE", "DEU", "276", "CTRY_GERMANY", "de_DE.ISO-8859-15");
define("_SETLOCALE", setlocale(LC_TIME, $locale));
setlocale(LC_TIME, $old_setlocale);
define("_SETTIMEZONE", "Europe/Berlin");
Thank you in advance and see you soon
to my knowledge : "HTML-ENTITIES"
for Example:
mb_convert_encoding($text, "HTML-ENTITIES", "UTF-8");
as far as I know, korean is not capable of UTF-8 :gruebel: