From e66d4dda8ce261100c6a4c36671a1323caed9c11 Mon Sep 17 00:00:00 2001 From: Holger Lindemann Date: Thu, 11 Feb 2010 11:43:48 +0100 Subject: [PATCH] Umlautproblem mit Shop. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Setzt vorraus, dass LxO UTF8 ist. Darstellungsprobleme beim Import der Bestellungen == Schönheitsfehler, später machen --- xtcom/confedit.php | 27 +++++++++++++++++++---- xtcom/shopimport_db.php | 1 + xtcom/shoplib.php | 49 ++++++++++++++++++++++++++++++++++++----- xtcom/xtcomexport.php | 3 +-- 4 files changed, 68 insertions(+), 12 deletions(-) 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