Hello,
i have html form for the user to input some french text. The text go in a mysql
database
* before: (mozilla-1.5)
All my pages were designed to show themselves with the iso-8859-15 charset
(accept attribute in forms, and Content-Type in html head).
The from-mysql-showed-text was full of '?' ('�') instead of '-' and "'".
But when i switched Mozilla->View->Coding->iso-8859-1, the '?' were replaced by
the good '-' and "'".
Moreover, phpMyAdmin was showing texts correctly without touching View->Coding.
So i changed everything to use iso-8859-1 (form accept and Content-Type)
* Now:
Still the same for my pages.
phpMyAdmin shows '�' directly in the navigator (no need to open the html
source code)
System:
* Mac OS X 10.2.8
* apache-1.3.28 (home-compiled)
* php-4.3.3 (home-compiled)
* mysql-4.1.0-alpha-standard (package)
Can somebody help me?
Thx
--
TheDD
i have html form for the user to input some french text. The text go in a mysql
database
* before: (mozilla-1.5)
All my pages were designed to show themselves with the iso-8859-15 charset
(accept attribute in forms, and Content-Type in html head).
The from-mysql-showed-text was full of '?' ('�') instead of '-' and "'".
But when i switched Mozilla->View->Coding->iso-8859-1, the '?' were replaced by
the good '-' and "'".
Moreover, phpMyAdmin was showing texts correctly without touching View->Coding.
So i changed everything to use iso-8859-1 (form accept and Content-Type)
* Now:
Still the same for my pages.
phpMyAdmin shows '�' directly in the navigator (no need to open the html
source code)
System:
* Mac OS X 10.2.8
* apache-1.3.28 (home-compiled)
* php-4.3.3 (home-compiled)
* mysql-4.1.0-alpha-standard (package)
Can somebody help me?
Thx
--
TheDD
Comment