From: Holger Lindemann Date: Thu, 11 Feb 2010 10:43:48 +0000 (+0100) Subject: Umlautproblem mit Shop. X-Git-Tag: release-2.6.1beta1~55^2~1 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e66d4dda8ce261100c6a4c36671a1323caed9c11;p=kivitendo-erp.git Umlautproblem mit Shop. Setzt vorraus, dass LxO UTF8 ist. Darstellungsprobleme beim Import der Bestellungen == Schönheitsfehler, später machen --- diff --git a/xtcom/confedit.php b/xtcom/confedit.php index b9d8d47a7..0d3fb7eef 100644 --- a/xtcom/confedit.php +++ b/xtcom/confedit.php @@ -32,6 +32,21 @@ if (!isset($_SERVER['PHP_AUTH_USER'])) { echo ">".$row[1]."\n"; } } + /** + * TODO: short description. + * + * @param string $sel + * + * @return TODO + */ + function charset($sel) { + $chars = array('','latin9','utf-8'); + foreach ($chars as $c) { + echo "\t