> Which directive should I check for its value? there are number of > directives that may be related to this problem, among them: > mbstring.internal_encoding, iconv.internal_encoding.
How about checking all of them :-) If you are reading in UTF-8 files, and writing UTF-8 files, all internal encoding values should be UTF-8. If you have configuration values that are something else the two main troubleshooting paths are: A: Read up in the manual on what the configuration does to see if the current value is what you want; B: Try changing it (one setting at a time), and see if the problem you have goes away. Darren -- PHP Unicode & I18N Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php