Do anyone know how to write non-English characters (in our case Czech language) to PHP pages? At the moment it strips the special characters.
For example: může becomes mu�e
Do anyone know how to write non-English characters (in our case Czech language) to PHP pages? At the moment it strips the special characters.
|
Save result PHP file in UTF8 (without BOM) encoding |
Excellent, thanks a lot. Simple as that. |