unsichtbare
28th April 2009, 21:41
I have an Ubuntu 8.10 server with ISPConfig and the default character set is ISO-8859-1.
I just installed a PHP MySQL CMS with a bunch of calls for utf-8 and symbols, accents, extra spaces appear all messed up. Here is just a small example of what happens when I grep utf-8 in the directory:
/var/www/web5/web/hotel/php-residence/tabella3.php:<form accept-charset=\"utf-8\" method=\"post\" action=\"tabella.php\"><div>
/var/www/web5/web/hotel/php-residence/tabella3.php:<form accept-charset=\"utf-8\" method=\"post\" action=\"tabella3.php\"><div>
/var/www/web5/web/hotel/php-residence/tabella3.php:<form accept-charset=\"utf-8\" method=\"post\" action=\"inizio.php\"><div>
/var/www/web5/web/hotel/php-residence/creaanno.php:echo "<form accept-charset=\"utf-8\" method=\"post\" action=\"inizio.php\"><div>
/var/www/web5/web/hotel/php-residence/clienti.php:echo "<form accept-charset=\"utf-8\" method=\"post\" action=\"$origine\"><div>
/var/www/web5/web/hotel/php-residence/clienti.php:<form accept-charset=\"utf-8\" method=\"post\" action=\"$origine\"><div>
/var/www/web5/web/hotel/php-residence/clienti.php:<form accept-charset=\"utf-8\" method=\"post\" action=\"clienti.php\"><div>
/var/www/web5/web/hotel/php-residence/clienti.php:echo "<br><form accept-charset=\"utf-8\" method=\"post\" action=\"clienti.php\"><div>
/var/www/web5/web/hotel/php-residence/clienti.php:echo "<form accept-charset=\"utf-8\" method=\"post\" action=\"clienti.php\"><div>
/var/www/web5/web/hotel/php-residence/clienti.php:echo "<form accept-charset=\"utf-8\" method=\"post\" action=\"$origine\"><div>
What can I do?
-J
I just installed a PHP MySQL CMS with a bunch of calls for utf-8 and symbols, accents, extra spaces appear all messed up. Here is just a small example of what happens when I grep utf-8 in the directory:
/var/www/web5/web/hotel/php-residence/tabella3.php:<form accept-charset=\"utf-8\" method=\"post\" action=\"tabella.php\"><div>
/var/www/web5/web/hotel/php-residence/tabella3.php:<form accept-charset=\"utf-8\" method=\"post\" action=\"tabella3.php\"><div>
/var/www/web5/web/hotel/php-residence/tabella3.php:<form accept-charset=\"utf-8\" method=\"post\" action=\"inizio.php\"><div>
/var/www/web5/web/hotel/php-residence/creaanno.php:echo "<form accept-charset=\"utf-8\" method=\"post\" action=\"inizio.php\"><div>
/var/www/web5/web/hotel/php-residence/clienti.php:echo "<form accept-charset=\"utf-8\" method=\"post\" action=\"$origine\"><div>
/var/www/web5/web/hotel/php-residence/clienti.php:<form accept-charset=\"utf-8\" method=\"post\" action=\"$origine\"><div>
/var/www/web5/web/hotel/php-residence/clienti.php:<form accept-charset=\"utf-8\" method=\"post\" action=\"clienti.php\"><div>
/var/www/web5/web/hotel/php-residence/clienti.php:echo "<br><form accept-charset=\"utf-8\" method=\"post\" action=\"clienti.php\"><div>
/var/www/web5/web/hotel/php-residence/clienti.php:echo "<form accept-charset=\"utf-8\" method=\"post\" action=\"clienti.php\"><div>
/var/www/web5/web/hotel/php-residence/clienti.php:echo "<form accept-charset=\"utf-8\" method=\"post\" action=\"$origine\"><div>
What can I do?
-J